- From: Ting-Yu Lin via GitHub <sysbot+gh@w3.org>
- Date: Thu, 03 Oct 2019 17:15:17 +0000
- To: public-css-archive@w3.org
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