Re: [css-ruby] inline value for bopomofo

On 12/02/2010 10:02 AM, Richard Ishida wrote:
>> From: fantasai [mailto:fantasai.lists@inkedblade.net]
>> Sent: 01 December 2010 19:18
>> To: Richard Ishida
>> Cc: www-style@w3.org
>> Subject: Re: [css-ruby] Proposal to publish new WD
> ...
>> With regards to the changes in 4.1:
>>
>>     I don't understand the use case for ruby-position: inline.
>>     Why not use display: inline?
>
> It provides a similar function to the value 'none' in other
> properties. Where a user agent's default style sheet handles
> ruby by positioning above/below the base it overrides that
> *but also* makes ruby parens visible.

That can be done by explicitly making the ruby parens visible.
   rt, rp { display: inline; }

~fantasai

Received on Thursday, 2 December 2010 21:03:56 UTC