mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
layout: Implement text-align: justify
and text-justify
per
CSS-TEXT-3 § 7.3. `text-justify: distribute` is not supported. The behavior of `text-justify: none` does not seem to match what Firefox and Chrome do, but it seems to match the spec. Closes #213.
This commit is contained in:
parent
f58a129251
commit
5fdaba05a6
17 changed files with 528 additions and 63 deletions
|
@ -241,3 +241,7 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
== mix_blend_mode_a.html mix_blend_mode_ref.html
|
||||
!= text_overflow_a.html text_overflow_ref.html
|
||||
== floated_list_item_a.html floated_list_item_ref.html
|
||||
== text_align_justify_a.html text_align_justify_ref.html
|
||||
== text_justify_none_a.html text_justify_none_ref.html
|
||||
== text_overflow_basic_a.html text_overflow_basic_ref.html
|
||||
== text_align_complex_a.html text_align_complex_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue