Re: [css-ruby][css-text-decor] Text-decoration on ruby

On 2/5/2015 1:09 AM, Xidorn Quan wrote:
> It seems to me that our (Gecko) impl makes more sense if the ruby is 
> part of a sentence, while other impls make more sense when ruby is put 
> alone as a single word.
>
> This problem becomes more complicated when considering the different 
> values of ruby-align. I guess users of "center" and "start" probably 
> don't want to extend the lines to the boundary of boxes.
>
> Any idea?

I think underline text decorations should always extend over annotations 
for |ruby-align: center|. I ran into this issue in Firefox 50 recently 
where a link was split into two to three components because of the "ruby 
overhang skip" effect and ultimately decided to hide all annotations 
nested within annotations because the presentation was so ugly.

I can imagine desirability for ruby underlines not extending over a 
final overhang for |ruby-align: start| or empty bases at either end of a 
ruby sequence, but I don't think it would be terrible for underlines to 
extend over those annotations either.

I've posted some (real world) ruby examples of the text I was working 
with at 
https://patrick.dark.name/sandbox/miscellaneous/ruby.text.decoration.break.xhtml.

Received on Friday, 23 December 2016 13:35:19 UTC