mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Auto merge of #15901 - upsuper:text-align-last, r=Manishearth
Restore text-align-last removed in #15839 by mistake <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15901) <!-- Reviewable:end -->
This commit is contained in:
commit
72128de681
1 changed files with 7 additions and 0 deletions
|
@ -233,6 +233,13 @@ ${helpers.single_keyword("word-break",
|
||||||
}
|
}
|
||||||
</%helpers:single_keyword_computed>
|
</%helpers:single_keyword_computed>
|
||||||
|
|
||||||
|
${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
|
// 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">
|
<%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;
|
pub use self::computed_value::T as SpecifiedValue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue