- From: Koji Ishii <kojiishi@gmail.com>
- Date: Tue, 28 Apr 2015 22:17:35 +0900
- To: fantasai <fantasai.lists@inkedblade.net>
- Cc: "www-style@w3.org" <www-style@w3.org>
Received on Tuesday, 28 April 2015 13:18:02 UTC
On Thu, Apr 9, 2015 at 1:29 AM, fantasai <fantasai.lists@inkedblade.net> wrote: > >> So writing-mode for instance will not apply to ::marker? >> > > Currently, no, because we're deferring layout-affecting things until > we have a fully-specified layout model for ::marker. (This won't happen > very soon.) Thank you for the confirmation. We have the example in the spec[1] ``` ::marker { writing-mode: horizontal-tb; vertical-align: text-top; color: blue; } ``` and a test for this case[2]. We should then remove these two. [1] Example 5, http://dev.w3.org/csswg/css-writing-modes-3/#example-85ab08d5 [2] http://test.csswg.org/shepherd/testcase/css::/list-items-vert-rl-005/ /koji
Received on Tuesday, 28 April 2015 13:18:02 UTC