From 361046d4facdd1daccba36034ac192c5aaf26151 Mon Sep 17 00:00:00 2001 From: Gerald Squelart Date: Fri, 27 Apr 2018 11:31:25 +1000 Subject: [PATCH] style: Remove "layout.css.text-combine-upright.enabled" pref. Shipped since Firefox 48, other browsers have similar impls, and the related spec has been in CR since a while ago. The syntax of this property as implemented should be considered to be pretty stable, so we can remove this pref. Bug: 1417761 Reviewed-by: xidorn MozReview-Commit-ID: H7lDsdbUamD --- components/style/properties/longhand/inherited_text.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhand/inherited_text.mako.rs b/components/style/properties/longhand/inherited_text.mako.rs index abf1054675c..975d7eabe26 100644 --- a/components/style/properties/longhand/inherited_text.mako.rs +++ b/components/style/properties/longhand/inherited_text.mako.rs @@ -292,7 +292,6 @@ ${helpers.single_keyword("ruby-position", "over under", ${helpers.single_keyword("text-combine-upright", "none all", products="gecko", animation_value_type="discrete", - gecko_pref="layout.css.text-combine-upright.enabled", spec="https://drafts.csswg.org/css-writing-modes-3/#text-combine-upright")} // SVG 1.1: Section 11 - Painting: Filling, Stroking and Marker Symbols