Open
Bug 1875434
Opened 1 year ago
Allow to modify @property rules property definition
Categories
(DevTools :: Inspector: Rules, task)
DevTools
Inspector: Rules
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
With Bug 1841023, we'll display registered properties, but they will be read only.
It would be nice to allow users to modify the property definition
Since it only accepts a few possibilities, we shouldn't blindly copy what we do for regular rules.
While it should be straightforward to do it for @property, it might be more complex for properties registered in JS (via CSS.registerProperty
), which would require a specific Chrome-only method.
You need to log in
before you can comment on or make changes to this bug.
Description
•