Re: [css-ruby] How should the ruby display types interact with CSS2.1 section 9.7?

On 07/15/2014 03:13 PM, Tab Atkins Jr. wrote:
> On Tue, Jul 15, 2014 at 2:20 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
>> On 7/15/14, 5:16 PM, Tab Atkins Jr. wrote:
>>> I just want to make sure that the following markup:
>>>
>>> <div display:ruby position:absolute>base text<div
>>> display:ruby-text>ruby stuff</div></div>
>>>
>>> still ends up with "base text" being wrapped in a ruby-base box and
>>> associated with the following ruby-text block.
>>
>> Yeah, that would take a bit of work; just setting the outer div's display to
>> block won't get you that.
>
> Right, so I think we might need to explicitly define a block-ruby type
> (or assume that display-inside/outside exist, and define what happens
> when you've got display-outside:block-level and display-inside:ruby).

I did the latter already. See
   http://dev.w3.org/csswg/css-ruby/#block-ruby

~fantasai

Received on Sunday, 20 July 2014 22:09:38 UTC