servo/components/layout_2020/display_list
Martin Robinson 0d94a8acd2
layout: Prepare for bidi by guarding all access to writing-mode (#33082)
We want to selectively enable right-to-left writing modes per layout
context. This change makes that possible by allowing access to
`writing-mode` though an interface that always returns the default
horizontal top-to-bottom (implicitly left-to-right) writing mode.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Rakhi Sharma <atbrakhi@igalia.com>
2024-08-16 11:38:04 +00:00
..
background.rs layout: Add support for background-attachment: fixed (#32068) 2024-04-15 20:24:37 +00:00
conversions.rs layout: Port border-image support for legacy layout (#32874) 2024-07-30 06:41:23 +00:00
gradient.rs layout: Port border-image support for legacy layout (#32874) 2024-07-30 06:41:23 +00:00
mod.rs layout: Prepare for bidi by guarding all access to writing-mode (#33082) 2024-08-16 11:38:04 +00:00
stacking_context.rs layout: Convert the FragmentTree to physical geometry (#33030) 2024-08-14 12:22:06 +00:00