mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement -moz-text-align-last property
This commit is contained in:
parent
804317c885
commit
67630c3418
1 changed files with 7 additions and 0 deletions
|
@ -395,6 +395,13 @@ ${helpers.single_keyword("text-justify",
|
|||
products="servo",
|
||||
animatable=False)}
|
||||
|
||||
${helpers.single_keyword("-moz-text-align-last",
|
||||
"auto start end left right center justify",
|
||||
products="gecko",
|
||||
gecko_constant_prefix="NS_STYLE_TEXT_ALIGN",
|
||||
gecko_ffi_name="mTextAlignLast",
|
||||
animatable=False)}
|
||||
|
||||
<%helpers:longhand name="-servo-text-decorations-in-effect"
|
||||
derived_from="display text-decoration"
|
||||
need_clone="True" products="servo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue