Open Bug 973280 Opened 11 years ago Updated 3 years ago

-moz-control-character-visibility should not be hidden from the DOM

Categories

(Core :: Layout: Text and Fonts, defect)

defect

Tracking

()

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: dev-doc-needed)

The CSS property added in bug 947588 should be visible to the DOM (1) for consistency with every other CSS property (bug 947588 comment 74), (2) so it can be tested by the property_database.js tests, and (3) so my DOM fuzzer can test it easily
Would the new CSS_PROPERTY_ALWAYS_ENABLED_IN_UA_SHEETS bit together with a pref help here?
roc said that the way view-source pages load their style sheets means they aren't parsed as chrome style sheets (though I can't find the comment in bug 947588 where he said that now), so I don't think it would help unless we changed that.
Is there a reason not to unprefix this and expose to the Web normally? (Other than not having a spec ans another impl.)
We should hide this (not only the DOM attribute but also the CSS property) from the content until the spec is ready.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.