Re: [css3-text] Default UA Stylesheet for rt tag

On 09/14/2011 08:12 AM, Tab Atkins Jr. wrote:
> On Wed, Sep 14, 2011 at 6:10 AM, Koji Ishii<kojiishi@gluesoft.co.jp>  wrote:
>> Fantasai told me in offline that this is non-issue, because text-decoration property does not inherit[1], so UAs should not render underlines to<rt>  tag unless the property is applied to the<rt>  tag itself. That makes perfect sense to me.
>>
>> My colleague told me that both WebKit and IE9 renders underlines to<rt>, I'll tell him that should be an UA issue and should be reported to UA vendors.
>
> This doesn't seem to make sense.  Yes, text-decoration doesn't
> inherit, but that's because it instead defines a special propagation
> mechanism.  In particular, decorations are propagated to inline
> descendants, which<rt>  will generally be, I believe.

<rt> is not an inline, it's display: ruby-text.

Ruby layout items should block text decoration propagation just like
atomic inlines do.

~fantasai

Received on Thursday, 15 September 2011 00:14:08 UTC