Open
Bug 1346696
Opened 8 years ago
Updated 3 years ago
Store attr content values as two strings
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: manishearth, Unassigned)
References
Details
We currently store them as a string, of the format `<namespace map id>|<value>` (or just `<value>` if there is no namespace).
We should store it as two things, and serialize it correctly (converting the id back to a namespace prefix).
Comment 1•8 years ago
|
||
(We could also keep storing the namespace as the namespace ID number. The key thing would be to separate it from the local name, so that we don't have ambiguities in the packed-together string.)
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•