Re: [csswg-drafts] [css-ruby] Style of intra-annotation white spaces (#5962)

I think we could solve this in one of two ways:

* the anonymous boxes holding inter-annotation spaces are made to inherit from the previous annotation (in document order)
* the anonymous boxes holding inter-annotation spaces (and possbly all anonymous annotation boxes) inherit from the annotation container, but if that container is itself anonymous it is inheritsfrom its first non-anonymous child annotation (while all its non-anonymous children continue  to inherit from their ruby container grandparent).
    
The first of these two seems simpler. The second one would give more consistent spacing when some bases have a different size / font, which might be nice, but it's unclear how much that matters.

Directly messing with their height contribution is probably not the answer here, as that wouldn't take care of how wide the space should be, which is also font / font-size dependent.

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5962#issuecomment-775656509 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 9 February 2021 04:34:45 UTC