Open Bug 1841265 Opened 1 year ago Updated 1 year ago

Add InspectorUtils.getCSSRegisteredProperties method

Categories

(DevTools :: Inspector, task, P3)

task

Tracking

(Not tracked)

People

(Reporter: nchevobbe, Unassigned)

References

(Blocks 2 open bugs)

Details

This method would return an array of CSSPropertyRule, for all the registered properties of the page (via JS and CSS.registerProperty, or CSS and @property --XXX)


Alternatively, this could be a Chrome-only registeredProperties property on CSS, or even be folded into InspectorUtils.parseCSSDeclarations (see Bug 1840320), since we were thinking of also computing declarations properties in it (e.g. isValid, …)

Type: defect → task
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.