[csswg-drafts] [css-writing-modes] need to define the list of calculations that require a definite inline space (#4026)

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

== [css-writing-modes] need to define the list of calculations that require a definite inline space ==
This is a followup to #2239.  I was asked to assess how hard it was to implement the change made in #2239 in Gecko, and looking at the spec text there, one piece made it hard for me to understand what the spec requires.

The [spec text in question](https://drafts.csswg.org/css-writing-modes-3/#orthogonal-auto) says (both before and after the edit there):

> for calculations that require a definite available inline space

but doesn't appear to define which calculations those are.  As a potential implementor of this wording, it's not clear to me exactly which calculations those are, and thus how to audit the uses of the available inline space to see which ones need to be corrected.

It would be better if this either:
* cited a definition or term that said which uses of available inline space this fixup applies to, or
* applied this fixup to all uses of available inline space.

(The latter seems simpler, and I'm not sure why the spec doesn't do that.)

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

Received on Monday, 10 June 2019 23:01:25 UTC