From 780f63caf3e4cffd7b12d23333650a0b8ee9a490 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Mon, 20 Nov 2017 10:17:35 +0800 Subject: [PATCH] style: Add comment about -moz-control-character-visibility initial value. --- components/style/properties/longhand/inherited_text.mako.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/style/properties/longhand/inherited_text.mako.rs b/components/style/properties/longhand/inherited_text.mako.rs index cc3ae4d52b1..d0b616c8674 100644 --- a/components/style/properties/longhand/inherited_text.mako.rs +++ b/components/style/properties/longhand/inherited_text.mako.rs @@ -745,6 +745,8 @@ ${helpers.single_keyword("text-rendering", animation_value_type="discrete", 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", "hidden visible", gecko_constant_prefix="NS_STYLE_CONTROL_CHARACTER_VISIBILITY",