Re: [csswg-drafts] writing-mode propagation from body to document element is annoying (#4357)

For what is worth, Gecko's used [`WritingMode`](https://searchfox.org/mozilla-central/rev/01d1011ca4a460f751da030d455d35c267c3e210/layout/generic/WritingModes.h#133-145) is stored on frame tree (reneder tree) class, and is synthesized from CSS 'direction', 'writing-mode', and 'text-orientation' properties. So when Gecko propogates used `WritingMode` from body to html, it effectively propogates all the three properties.

-- 
GitHub Notification of comment by aethanyc
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4357#issuecomment-538039454 using your GitHub account

Received on Thursday, 3 October 2019 17:15:19 UTC