From 247da8f7f8c050ff8a05cd4fab96bbef29437368 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 25 Apr 2017 15:39:25 -0700 Subject: [PATCH] Add support for -moz-control-character-visibility MozReview-Commit-ID: 2fdaQrDi6Xt --- .../style/properties/longhand/inherited_text.mako.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/style/properties/longhand/inherited_text.mako.rs b/components/style/properties/longhand/inherited_text.mako.rs index e4079129328..57385c98217 100644 --- a/components/style/properties/longhand/inherited_text.mako.rs +++ b/components/style/properties/longhand/inherited_text.mako.rs @@ -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")}