Skip to content

[css-conditional-5] Define a range syntax for style container queries #12401

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

Merged
merged 3 commits into from
Jun 26, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update css-conditional-5/Overview.bs
  • Loading branch information
tabatkins authored Jun 26, 2025
commit e444cd1c65db450a9c1db0d4d62df54c6fccc338
2 changes: 1 addition & 1 deletion css-conditional-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ Style Container Features</h3>
as if the <<custom-property-name>> was wrapped inside a ''var()''.
2. Substitute [=arbitrary substitution function=] within <<style-range-value>>.
3. Parse <<style-range-value>> to
<<number>>, <<percentage>>, <<length>>, <<angle>>, <<time>>, <<frequency>> or <<resolution>>.
<<number>>, <<percentage>>, <<length>>, <<angle>>, <<time>>, <<frequency>> or <<resolution>>.
If this cannot be done, evaluate to false.
4. If each <<style-range-value>> from the range have the same type,
compute each and evaluate the comparison.
Expand Down