From f9016009c4a4229a5e40dcd894a77d727d8c100d Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Fri, 14 Apr 2017 23:28:58 +0200 Subject: [PATCH] Remove comment about text-combine-upright digits. The digits value was never implemented and was dropped from the spec. --- components/style/properties/longhand/inherited_text.mako.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/style/properties/longhand/inherited_text.mako.rs b/components/style/properties/longhand/inherited_text.mako.rs index 168106eb924..b8ec799d660 100644 --- a/components/style/properties/longhand/inherited_text.mako.rs +++ b/components/style/properties/longhand/inherited_text.mako.rs @@ -1274,9 +1274,6 @@ ${helpers.single_keyword("ruby-position", "over under", // CSS Writing Modes Module Level 3 // https://drafts.csswg.org/css-writing-modes-3/ -// The spec has "digits ?" value in addition. But that value is -// at-risk, and Gecko's layout code doesn't support that either. So we -// can just take the easy way for now. ${helpers.single_keyword("text-combine-upright", "none all", products="gecko", animation_type="none", spec="https://drafts.csswg.org/css-writing-modes-3/#text-combine-upright")}