Use CSSStyleProperties in element.style and getComputedStyle
Categories
(Core :: DOM: CSS Object Model, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
| Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Comment 4•3 months ago
•
|
||
The spec seems to also expect CSSStyleRule.style to return CSSStyleProperties - was this implemented too?
And do we know if Safari implemented this? (are there tests?)
| Assignee | ||
Comment 5•3 months ago
•
|
||
(In reply to Hamish Willee from comment #4)
The spec seems to also expect CSSStyleRule.style to return
CSSStyleProperties- was this implemented too?
And do we know if Safari implemented this?
Yes https://searchfox.org/wubkat/search?q=CSSStylePropertie&path=.idl&case=true®exp=false
(are there tests?)
WPT IDL harness tests automatically cover this whenever the spec IDL updates.
Comment 6•3 months ago
|
||
FF145 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/41514
Essentially it was all done in FF144 (docs, compat info) so this is just a release note update.
Thanks for all the help on that @saschanaz!
Updated•3 months ago
|
Description
•