Open
Bug 1841021
Opened 2 years ago
Updated 5 months ago
[META] Support Properties and Values API across the toolbox
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: sebo, Unassigned)
References
(Depends on 8 open bugs)
Details
(Keywords: meta)
The CSS Properties and Values API allows to register custom properties.
This can either happen via the @property
CSS rule or the registerProperty()
JS function.
By registering a property it is given additional information, namely a syntax, inheritance information and an optional initial value.
The DevTools should provide features related to these registered custom properties and expose the additional information.
Sebastian
Comment 1•1 year ago
|
||
Use see also bug 1841021 to avoid a dependency cycle.
No longer blocks: css-properties-values-api
See Also: → css-properties-values-api
You need to log in
before you can comment on or make changes to this bug.
Description
•