Re: [css-pseudo][css-writing-modes] text-combine-upright (TCY) on ::marker

Le 2015-04-28 13:53, Gérard Talbot a écrit :
> Le 2015-04-28 09:17, Koji Ishii a écrit :
>> 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
> 
> Koji,
> 
> I will remove that test later today.
> 
> Gérard

Done.

committed changeset 7238:34ddbd88df6c
http://hg.csswg.org/test/rev/34ddbd88df6c

committed changeset 7239:626995e1b4a6
http://hg.csswg.org/test/rev/626995e1b4a6

Gérard

Received on Tuesday, 28 April 2015 20:08:25 UTC