Open
Bug 1456074
Opened 8 years ago
Updated 1 year ago
Remove content-style-type processing
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: annevk, Unassigned)
References
Details
I spotted in
https://searchfox.org/mozilla-central/source/dom/base/nsStyledElement.cpp#179
that we still do something with content-style-type. We should get rid of that. (We can then also remove the GK_ATOM for it I think.)
Updated•8 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 1•8 years ago
|
||
See bug 1456072 about other GK_ATOMs.
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 year ago
|
||
Just found this myself. I don't think Chrome supports this.
Component: DOM: Core & HTML → CSS Parsing and Computation
You need to log in
before you can comment on or make changes to this bug.
Description
•