Re: [css-text-decor][css-ruby] Underline position for Japanese text with ruby

On 07/01/2015 02:10 AM, Koji Ishii wrote:
>
> Right, but UA could preserve spaces always, or offset in paint time
> and overflow if that's more appropriate. I mean, I'm not suggesting
> that's good, but there are several options when Xidorn said "can do
> something".

No, that's weird. Moving the text on :hover, because it now applies
an underline where it didn't before, that's not good from a user
perspective...

And adding space always means we add space even when no text decoration
is used anywhere. If that's acceptable, we could have
   rt { line-height: normal; }
have special behavior in ruby text, perhaps--defining it as
   normal = 1em + thickness-of-underline
and then put that in the default UA style sheet for <rt>?

~fantasai

Received on Wednesday, 1 July 2015 17:10:06 UTC