Open
Bug 1369329
Opened 8 years ago
Updated 2 years ago
stylo: Handle attr() namespaces in CSSOM
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: manishearth, Unassigned)
References
Details
CSSOM lets you add new rules to stylesheets, where namespaces exist.
Bug 1346693 allows for parsing these style rules, but the namespace map is None in CSSOM, so it won't work from CSSOM. We should handle that case too by obtaining the Stylesheet and using its namespace map.
Updated•8 years ago
|
Priority: -- → P2
Updated•8 years ago
|
Priority: P2 → --
Comment 2•8 years ago
|
||
IIUC, Gecko doesn't handle this correctly either, so I don't think this needs to block Stylo.
Flags: needinfo?(xidorn+moz)
Updated•8 years ago
|
Priority: -- → P4
Comment 3•7 years ago
|
||
status-firefox57=wontfix unless someone thinks this bug should block 57
status-firefox57:
--- → wontfix
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•