Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion features/draft/spec/css-color-hdr-1.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
draft_date: 2025-02-10
draft_date: 2025-10-08
name: CSS Color HDR Module Level 1
description: TODO
spec: https://drafts.csswg.org/css-color-hdr-1/
compat_features:
- css.properties.dynamic-range-limit
- css.properties.dynamic-range-limit.constrained
- css.properties.dynamic-range-limit.dynamic-range-limit-mix_values
- css.properties.dynamic-range-limit.no-limit
- css.properties.dynamic-range-limit.standard
- css.types.dynamic-range-limit-mix
2 changes: 2 additions & 0 deletions features/draft/spec/css-color-hdr-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ compat_features:
# chrome_android: "136"
# edge: "136"
- css.properties.dynamic-range-limit.constrained
- css.properties.dynamic-range-limit.dynamic-range-limit-mix_values
- css.types.dynamic-range-limit-mix
4 changes: 2 additions & 2 deletions features/draft/spec/css-images-4.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2025-09-18
draft_date: 2025-10-08
name: CSS Images Module Level 4
description: TODO
spec: https://drafts.csswg.org/css-images-4/
Expand Down Expand Up @@ -53,7 +53,7 @@ compat_features:
# - css.properties.image-rendering.pixelated
# - crisp-edges:
# - css.properties.image-rendering.crisp-edges
# - smooth:
# - image-rendering: smooth:
# - css.properties.image-rendering.smooth
# - object-fit:
# - css.properties.object-fit
Expand Down
4 changes: 3 additions & 1 deletion features/draft/spec/css-overflow-5.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
draft_date: 2025-09-08
draft_date: 2025-10-08
name: CSS Overflow Module Level 5
description: TODO
spec: https://drafts.csswg.org/css-overflow-5/
compat_features:
- css.properties.scroll-target-group
- css.properties.scroll-target-group.auto
- css.properties.scroll-target-group.none
- css.selectors.target-after
- css.selectors.target-before
- css.selectors.target-current

# The following features in the spec are already part of web-features:
Expand Down
10 changes: 7 additions & 3 deletions features/draft/spec/css-overflow-5.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

status:
baseline: false
support:
chrome: "140"
edge: "140"
support: {}
compat_features:
# baseline: false
# support:
Expand All @@ -21,3 +19,9 @@ compat_features:
# chrome: "135"
# edge: "135"
- css.selectors.target-current

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- css.selectors.target-after
- css.selectors.target-before
8 changes: 7 additions & 1 deletion features/draft/spec/css-ui-4.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2025-09-30
draft_date: 2025-10-08
name: CSS Basic User Interface Module Level 4
description: TODO
spec: https://drafts.csswg.org/css-ui-4/
Expand All @@ -11,6 +11,12 @@ compat_features:
- css.properties.caret-shape.bar
- css.properties.caret-shape.block
- css.properties.caret-shape.underscore
- css.properties.interest-delay
- css.properties.interest-delay-end
- css.properties.interest-delay-end.normal
- css.properties.interest-delay-start
- css.properties.interest-delay-start.normal
- css.properties.interest-delay.normal

# The following features in the spec are already part of web-features:
# - accent-color:
Expand Down
6 changes: 6 additions & 0 deletions features/draft/spec/css-ui-4.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ compat_features:
- css.properties.caret-shape.bar
- css.properties.caret-shape.block
- css.properties.caret-shape.underscore
- css.properties.interest-delay
- css.properties.interest-delay-end
- css.properties.interest-delay-end.normal
- css.properties.interest-delay-start
- css.properties.interest-delay-start.normal
- css.properties.interest-delay.normal
7 changes: 7 additions & 0 deletions features/draft/spec/css-values-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
draft_date: 2025-10-08
name: CSS Values and Units Module Level 4
description: TODO
spec: https://drafts.csswg.org/css-values-4/
compat_features:
- css.types.calc.typed_division_produces_unitless_number
- css.types.sign.typed_division_produces_unitless_number
14 changes: 14 additions & 0 deletions features/draft/spec/css-values-4.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated from: css-values-4.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "140"
chrome_android: "140"
edge: "140"
safari: "26"
safari_ios: "26"
compat_features:
- css.types.calc.typed_division_produces_unitless_number
- css.types.sign.typed_division_produces_unitless_number
5 changes: 4 additions & 1 deletion features/draft/spec/css-values-5.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2025-07-15
draft_date: 2025-10-08
name: CSS Values and Units Module Level 5
description: TODO
spec: https://drafts.csswg.org/css-values-5/
Expand Down Expand Up @@ -128,8 +128,11 @@ compat_features:
# - css.types.length.vw
# - round(), mod(), and rem():
# - css.types.mod
# - css.types.mod.mixed_type_parameters
# - css.types.rem
# - css.types.rem.mixed_type_parameters
# - css.types.round
# - css.types.round.mixed_type_parameters
# - opacity:
# - css.types.number
# - css.types.number.scientific_notation
Expand Down
3 changes: 2 additions & 1 deletion features/draft/spec/css-view-transitions-2.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
draft_date: 2025-08-15
draft_date: 2025-10-08
name: CSS View Transitions Module Level 2
description: TODO
spec: https://drafts.csswg.org/css-view-transitions-2/
compat_features:
- api.Document.activeViewTransition
- css.properties.view-transition-group
- css.properties.view-transition-group.contain
- css.properties.view-transition-group.nearest
Expand Down
15 changes: 11 additions & 4 deletions features/draft/spec/css-view-transitions-2.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@

status:
baseline: false
support:
chrome: "140"
chrome_android: "140"
edge: "140"
support: {}
compat_features:
# baseline: false
# support:
# chrome: "140"
# chrome_android: "140"
# edge: "140"
- css.properties.view-transition-group
- css.properties.view-transition-group.contain
- css.properties.view-transition-group.nearest
- css.properties.view-transition-group.normal

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- api.Document.activeViewTransition
8 changes: 6 additions & 2 deletions features/draft/spec/cssom-1.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
draft_date: 2025-09-01
draft_date: 2025-10-08
name: CSS Object Model (CSSOM)
description: TODO
spec: https://drafts.csswg.org/cssom-1/
compat_features:
- api.CSSStyleProperties
- api.CSSStyleProperties.cssFloat
- api.CSSStyleRule.style.returns_CSSStyleProperties
- api.Document.adoptedStyleSheets.mutable
- api.HTMLElement.style.returns_CSSStyleProperties
- api.MathMLElement.style.returns_CSSStyleProperties
- api.SVGElement.style.returns_CSSStyleProperties
- api.Window.getComputedStyle.returns_CSSStyleProperties

# The following features in the spec are already part of web-features:
# - CSS object model:
Expand Down Expand Up @@ -43,7 +48,6 @@ compat_features:
# - api.CSSRuleList.length
# - api.CSSStyleDeclaration
# - api.CSSStyleDeclaration.@@iterator
# - api.CSSStyleDeclaration.cssFloat
# - api.CSSStyleDeclaration.cssText
# - api.CSSStyleDeclaration.getPropertyPriority
# - api.CSSStyleDeclaration.getPropertyValue
Expand Down
5 changes: 5 additions & 0 deletions features/draft/spec/cssom-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ compat_features:
# safari_ios: "26"
- api.CSSStyleProperties
- api.CSSStyleProperties.cssFloat
- api.CSSStyleRule.style.returns_CSSStyleProperties
- api.HTMLElement.style.returns_CSSStyleProperties
- api.MathMLElement.style.returns_CSSStyleProperties
- api.SVGElement.style.returns_CSSStyleProperties
- api.Window.getComputedStyle.returns_CSSStyleProperties
Loading