Skip to content

Commit bd80ddb

Browse files
Merge branch 'web-platform-dx:main' into streams-subfeatures
2 parents fc55f1c + 97df40c commit bd80ddb

File tree

6 files changed

+7
-54
lines changed

6 files changed

+7
-54
lines changed

features/draft/spec/css-style-attr.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

features/draft/spec/css-style-attr.yml.dist

Lines changed: 0 additions & 17 deletions
This file was deleted.

features/draft/spec/ecmascript.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
draft_date: 2024-12-16
1+
draft_date: 2025-01-02
22
name: ECMAScript Language Specification
33
description: TODO
44
spec: https://tc39.es/ecma262/multipage/
55
compat_features:
66
- javascript.builtins.Array.@@species
7-
- javascript.builtins.Array.@@unscopables
87

98
# The following features in the spec are already part of web-features:
109
# - Promise.any():
@@ -32,6 +31,9 @@ compat_features:
3231
# - javascript.builtins.Array.entries
3332
# - javascript.builtins.Array.keys
3433
# - javascript.builtins.Array.values
34+
# - with:
35+
# - javascript.builtins.Array.@@unscopables
36+
# - javascript.builtins.Symbol.unscopables
3537
# - Array at():
3638
# - javascript.builtins.Array.at
3739
# - javascript.builtins.TypedArray.at
@@ -827,7 +829,6 @@ compat_features:
827829
# - javascript.builtins.Symbol.toString
828830
# - javascript.builtins.Symbol.toStringTag
829831
# - javascript.builtins.Symbol.toStringTag.dom_objects
830-
# - javascript.builtins.Symbol.unscopables
831832
# - javascript.builtins.Symbol.valueOf
832833
# - Typed array iterators:
833834
# - javascript.builtins.TypedArray.@@iterator

features/draft/spec/ecmascript.yml.dist

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,4 @@ status:
1414
safari: "10"
1515
safari_ios: "10"
1616
compat_features:
17-
# baseline: high
18-
# baseline_low_date: 2016-09-20
19-
# baseline_high_date: 2019-03-20
20-
# support:
21-
# chrome: "38"
22-
# chrome_android: "38"
23-
# edge: "12"
24-
# firefox: "48"
25-
# firefox_android: "48"
26-
# safari: "10"
27-
# safari_ios: "10"
28-
- javascript.builtins.Array.@@unscopables
29-
30-
# ⬇️ Same status as overall feature ⬇️
31-
# baseline: high
32-
# baseline_low_date: 2020-01-15
33-
# baseline_high_date: 2022-07-15
34-
# support:
35-
# chrome: "51"
36-
# chrome_android: "51"
37-
# edge: "79"
38-
# firefox: "48"
39-
# firefox_android: "48"
40-
# safari: "10"
41-
# safari_ios: "10"
4217
- javascript.builtins.Array.@@species

features/draft/spec/html.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2024-12-20
1+
draft_date: 2025-01-02
22
name: HTML Standard
33
description: TODO
44
spec: https://html.spec.whatwg.org/multipage/
@@ -207,7 +207,6 @@ compat_features:
207207
- html.global_attributes.hidden
208208
- html.global_attributes.id
209209
- html.global_attributes.inputmode
210-
- html.global_attributes.style
211210
- html.global_attributes.title.multi-line_titles
212211
- http.headers.Cross-Origin-Embedder-Policy
213212
- http.headers.Cross-Origin-Embedder-Policy.credentialless
@@ -2361,5 +2360,7 @@ compat_features:
23612360
# - html.elements.var
23622361
# - <wbr>:
23632362
# - html.elements.wbr
2363+
# - style (attribute):
2364+
# - html.global_attributes.style
23642365
# - Promise (initial support):
23652366
# - javascript.builtins.Promise.incumbent_settings_object_tracking

features/draft/spec/html.yml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ compat_features:
1717
# safari: "1"
1818
# safari_ios: "1"
1919
- html.elements.html.xmlns
20-
- html.global_attributes.style
2120
- http.headers.Refresh
2221

2322
# baseline: high

0 commit comments

Comments
 (0)