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)

enhancement

Tracking

()

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).
(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.)
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.