style: Add comment about -moz-control-character-visibility initial value.

This commit is contained in:
Cameron McCormack 2017-11-20 10:17:35 +08:00
parent db5fb74a4d
commit 780f63caf3

View file

@ -745,6 +745,8 @@ ${helpers.single_keyword("text-rendering",
animation_value_type="discrete", animation_value_type="discrete",
spec="https://www.w3.org/TR/SVG11/painting.html#TextRenderingProperty")} spec="https://www.w3.org/TR/SVG11/painting.html#TextRenderingProperty")}
// FIXME Firefox expects the initial value of this property to change depending
// on the value of the layout.css.control-characters.visible pref.
${helpers.single_keyword("-moz-control-character-visibility", ${helpers.single_keyword("-moz-control-character-visibility",
"hidden visible", "hidden visible",
gecko_constant_prefix="NS_STYLE_CONTROL_CHARACTER_VISIBILITY", gecko_constant_prefix="NS_STYLE_CONTROL_CHARACTER_VISIBILITY",