We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
container-type
In the definition of container-type, the value of this property is defined to be:
normal | size | inline-size
whereas the computed value is:
the keyword normal or one or more of size, inline-size
normal
size
inline-size
Should the value be defined as below then?
normal | size || inline-size
The text was updated successfully, but these errors were encountered:
No, the grammar is good. size already implies inline-size, so combining them doesn't make much sense.
The wording is a remnant of 3aed70b, previously you could have style size or style inline-size.
style size
style inline-size
Sorry, something went wrong.
container*
[css-contain-3][editorial] Clarify computed value of container-type (#…
0aa950c
…8643)
No branches or pull requests
In the definition of
container-type
, the value of this property is defined to be:whereas the computed value is:
Should the value be defined as below then?
The text was updated successfully, but these errors were encountered: