[csswg-drafts] [css-ruby] Applicability of width & height to various kinds of ruby boxes (#4974)

frivoal has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-ruby] Applicability of width & height to various kinds of ruby boxes ==
The [css-ruby spec](https://drafts.csswg.org/css-ruby-1/) does not explicitly states anywhere that the `width` and `height` properties do not apply to the the various kinds of ruby boxes (ruby bases, ruby annotations, ruby base containers, ruby annotation containers, ruby containers).

To varying degrees, these boxes are similar to inline boxes, and the spec does refer to similarity in various occasions. We should expect these properties not to apply, and that's indeed what can be seen in Firefox, Chrome, and Safari.

Rather than relying on general but vague similarity with inline boxes, the spec should explicitly state that `width` and `height` don't apply.



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4974 using your GitHub account

Received on Monday, 20 April 2020 07:20:17 UTC