File tree Expand file tree Collapse file tree 4 files changed +37
-5
lines changed Expand file tree Collapse file tree 4 files changed +37
-5
lines changed Original file line number Diff line number Diff line change 1
- draft_date : 2025-05-14
1
+ draft_date : 2025-06-16
2
2
name : CSS Values and Units Module Level 5
3
3
description : TODO
4
4
spec : https://drafts.csswg.org/css-values-5/
5
5
compat_features :
6
6
- css.types.if
7
+ - css.types.sibling-count
8
+ - css.types.sibling-index
7
9
8
10
# The following features in the spec are already part of web-features:
9
11
# - Media queries:
Original file line number Diff line number Diff line change 3
3
4
4
status:
5
5
baseline: false
6
- support:
7
- chrome: "137"
8
- chrome_android: "137"
9
- edge: "137"
6
+ support: {}
10
7
compat_features:
8
+ # baseline: false
9
+ # support:
10
+ # chrome: "137"
11
+ # chrome_android: "137"
12
+ # edge: "137"
11
13
- 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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments