servo/components/layout_2020/flow
Martin Robinson 74798c4b7b
layout: Add support for text-align-last (#30905)
This change adds support for `text-align-last` as well as ensuring that
it also applies to lines before forced line breaks. Two tests start to
fail because they rely on right-to-left text to pass:

 - /css/css-text/text-align/text-align-last-010.html.ini
 - /css/css-text/text-align/text-align-last-011.html.ini
2023-12-21 14:45:34 +00:00
..
construct.rs Add initial support for table box tree construction (#30799) 2023-12-05 11:10:45 +00:00
float.rs Allow raising FloatContext ceiling after processing box with overflow (#30539) 2023-10-17 07:53:57 +00:00
inline.rs layout: Add support for text-align-last (#30905) 2023-12-21 14:45:34 +00:00
mod.rs Allow raising FloatContext ceiling after processing box with overflow (#30539) 2023-10-17 07:53:57 +00:00
root.rs Add initial support for table box tree construction (#30799) 2023-12-05 11:10:45 +00:00