servo: Merge #16611 - stylo: Add support for -moz-control-character-visibility (from Manishearth:stylo-controlchar); r=heycam

Source-Repo: https://github.com/servo/servo
Source-Revision: 5daf92dd5a33599fab399ce7432fb62a6aa4e554

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : fcbf0b1bcaa0da576e0a1b4a08c33fbad65afcdf
This commit is contained in:
Manish Goregaokar 2017-04-25 21:31:14 -05:00
parent 684adde040
commit 8d69ee37e9

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")}