Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dbaron opened this issue Jun 10, 2019 · 2 comments
Assignees
Labels

Comments

@dbaron
Copy link
Member

dbaron commented Jun 10, 2019

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 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.)

@dbaron
Copy link
Member Author

dbaron commented Sep 17, 2019

We had a bit of discussion of this issue in the face-to-face meeting in the last few minutes.

@dbaron
Copy link
Member Author

dbaron commented Sep 17, 2019

(It seems @fantasai's example of a case where this condition wouldn't be true is calculation of max-content inline size.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants