Open Bug 1606994 Opened 5 years ago Updated 5 years ago

Editor should use nsCSSPropertyID or CStrings for CSS property names, not atoms.

Categories

(Core :: DOM: Editor, defect, P3)

defect

Tracking

()

People

(Reporter: emilio, Unassigned)

Details

ChangeStyleTransaction and CSSEditUtils both use atoms to store property names. That's not great. They should use a better representation that doesn't require parsing the property over and over (like nsCSSPropertyID), or at least one that doesn't make us copy and convert to utf-8 to parse the property (like nsCString and such).

Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.