Skip to content

Commit 33b7c03

Browse files
Update draft features (#3059)
1 parent 9d1215a commit 33b7c03

File tree

4 files changed

+37
-5
lines changed

4 files changed

+37
-5
lines changed

features/draft/spec/css-values-5.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
draft_date: 2025-05-14
1+
draft_date: 2025-06-16
22
name: CSS Values and Units Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-values-5/
55
compat_features:
66
- css.types.if
7+
- css.types.sibling-count
8+
- css.types.sibling-index
79

810
# The following features in the spec are already part of web-features:
911
# - Media queries:

features/draft/spec/css-values-5.yml.dist

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33

44
status:
55
baseline: false
6-
support:
7-
chrome: "137"
8-
chrome_android: "137"
9-
edge: "137"
6+
support: {}
107
compat_features:
8+
# baseline: false
9+
# support:
10+
# chrome: "137"
11+
# chrome_android: "137"
12+
# edge: "137"
1113
- css.types.if
14+
15+
# ⬇️ Same status as overall feature ⬇️
16+
# baseline: false
17+
# support: {}
18+
- css.types.sibling-count
19+
- css.types.sibling-index

features/draft/spec/sri-2.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
draft_date: 2025-06-16
2+
name: Subresource Integrity
3+
description: TODO
4+
spec: https://w3c.github.io/webappsec-subresource-integrity/
5+
compat_features:
6+
- http.headers.Integrity-Policy
7+
- http.headers.Integrity-Policy-Report-Only
8+
9+
# The following features in the spec are already part of web-features:
10+
# - <link>:
11+
# - html.elements.link.integrity
12+
# - <script> and <noscript>:
13+
# - html.elements.script.integrity

features/draft/spec/sri-2.yml.dist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Generated from: sri-2.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- http.headers.Integrity-Policy
9+
- http.headers.Integrity-Policy-Report-Only

0 commit comments

Comments
 (0)