mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Add basic support for text-align: justify
(#30807)
This also enables parsing of `text-justify` for non-legacy layout, though only None is supported (disabling justification).
This commit is contained in:
parent
0be30b30ce
commit
ccf0b739df
18 changed files with 154 additions and 417 deletions
|
@ -102,7 +102,6 @@ ${helpers.predefined_type(
|
|||
"TextJustify",
|
||||
"computed::TextJustify::Auto",
|
||||
engines="gecko servo",
|
||||
servo_pref="layout.legacy_layout",
|
||||
animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-text/#propdef-text-justify",
|
||||
servo_restyle_damage="rebuild_and_reflow",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue