From 4a897b25dc6bd0a37f674d168e549f88308601fc Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Fri, 10 Mar 2017 15:35:24 +1100 Subject: [PATCH] Restore text-align-last removed in #15839 by mistake --- .../style/properties/longhand/inherited_text.mako.rs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/style/properties/longhand/inherited_text.mako.rs b/components/style/properties/longhand/inherited_text.mako.rs index 8a3444ab98a0..d8e3ac5d0f94 100644 --- a/components/style/properties/longhand/inherited_text.mako.rs +++ b/components/style/properties/longhand/inherited_text.mako.rs @@ -233,6 +233,13 @@ ${helpers.single_keyword("word-break", } +${helpers.single_keyword("text-align-last", + "auto start end left right center justify", + products="gecko", + gecko_constant_prefix="NS_STYLE_TEXT_ALIGN", + animatable=False, + spec="https://drafts.csswg.org/css-text/#propdef-text-align-last")} + // TODO make this a shorthand and implement text-align-last/text-align-all <%helpers:longhand name="text-align" animatable="False" spec="https://drafts.csswg.org/css-text/#propdef-text-align"> pub use self::computed_value::T as SpecifiedValue;