servo/components/layout_2020/flow
Simon Sapin 08f008a011 Use the writing mode of the containing block when accessing CSS properties
… and converting them to flow-relative geometric values.

These values are almost always used to size and position a fragment within its containing block, so using the mode of the containing block seems more correct.

Note that the `writing-mode` and `direction` properties are disabled in Servo at the moment, so this PR by itself should have no effect: the writing mode of an element is always the same of that of its containing block since they’re both horizontal rtl.
2020-06-10 09:03:18 +02:00
..
construct.rs Use the writing mode of the containing block when accessing CSS properties 2020-06-10 09:03:18 +02:00
float.rs layout_2020: Tag fragments with their pseudo content type 2020-06-06 17:25:08 +02:00
inline.rs Use the writing mode of the containing block when accessing CSS properties 2020-06-10 09:03:18 +02:00
mod.rs Use the writing mode of the containing block when accessing CSS properties 2020-06-10 09:03:18 +02:00
root.rs Store abspos boxes in a RefCell too 2020-06-09 15:13:18 +02:00