Add support for -moz-control-character-visibility

MozReview-Commit-ID: 2fdaQrDi6Xt
This commit is contained in:
Manish Goregaokar 2017-04-25 15:39:25 -07:00 committed by Manish Goregaokar
parent 9059c1d1fd
commit 247da8f7f8

View file

@ -1265,3 +1265,11 @@ ${helpers.single_keyword("text-rendering",
"auto optimizespeed optimizelegibility geometricprecision",
animation_value_type="none",
spec="https://www.w3.org/TR/SVG11/painting.html#TextRenderingProperty")}
${helpers.single_keyword("-moz-control-character-visibility",
"hidden visible",
gecko_constant_prefix="NS_STYLE_CONTROL_CHARACTER_VISIBILITY",
gecko_ffi_name="mControlCharacterVisibility",
animation_value_type="none",
products="gecko",
spec="Nonstandard")}