implement getOverrideStyle()
Categories
(Core :: DOM: CSS Object Model, defect, P5)
Tracking
()
People
(Reporter: pete, Unassigned)
References
Details
(Keywords: dom2, helpwanted)
Comment 2•25 years ago
|
||
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
| Reporter | ||
Comment 7•25 years ago
|
||
| Reporter | ||
Comment 8•25 years ago
|
||
Updated•25 years ago
|
| Reporter | ||
Comment 9•25 years ago
|
||
Comment 11•25 years ago
|
||
Comment 12•25 years ago
|
||
Comment 13•25 years ago
|
||
Comment 14•25 years ago
|
||
Comment 15•25 years ago
|
||
Updated•25 years ago
|
Comment 16•25 years ago
|
||
Comment 17•25 years ago
|
||
| Reporter | ||
Comment 18•25 years ago
|
||
Comment 19•24 years ago
|
||
Comment 20•24 years ago
|
||
| Reporter | ||
Comment 21•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
Comment 22•24 years ago
|
||
| Reporter | ||
Comment 23•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
| Reporter | ||
Updated•24 years ago
|
Comment 24•24 years ago
|
||
Comment 25•21 years ago
|
||
Comment 26•21 years ago
|
||
Comment 27•17 years ago
|
||
Updated•16 years ago
|
Comment 28•14 years ago
|
||
Updated•11 years ago
|
Comment 30•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Comment 31•3 years ago
•
|
||
It looks like this API (and its "DocumentCSS" interface) ended up being dropped from the spec, as best I can tell?
There's no documentation on MDN or implementation data on caniuse.com; and I found this post suggesting we remove it from the CSSOM spec in 2007 (where it lived at that time):
https://lists.w3.org/Archives/Public/www-style/2007Feb/0150.html
and it looks like it was indeed removed later that year, in this commit:
https://github.com/w3c/csswg-drafts/commit/a6e57f9475885797a8dfb8a20fa1b962b607928a
and it's still gone in the current published version of CSSOM:
https://www.w3.org/TR/cssom-1/
Comment 32•3 years ago
|
||
Yes, mentioning of the "Overriding styles" and related concepts have been removed from the specs: https://github.com/w3c/csswg-drafts/issues/1385#issuecomment-341272054
Description
•