Skip to content

Commit 3e94346

Browse files
committed
Add feature for range syntax for style queries
1 parent 3e3be72 commit 3e94346

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Range syntax for style queries
2+
description: The `@container style()` CSS at-rule and `if(style())` CSS function queries accept a range syntax, such as `>`, `<`, `>=`, `<=`, to query for inexact values.
3+
spec: https://drafts.csswg.org/css-conditional-5/#typedef-style-range
4+
group: container-queries
5+
# expected compat_features:
6+
# - css.types.if.style.range_syntax
7+
# - css.at-rules.container.style_queries_for_custom_properties.range_syntax
8+
# This is a bit of an oddity, where someday this feature will split in two,
9+
# merging its constituent parts into `container-style-queries` and `if`.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: style-query-range-syntax.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

0 commit comments

Comments
 (0)