File tree Expand file tree Collapse file tree 4 files changed +29
-13
lines changed Expand file tree Collapse file tree 4 files changed +29
-13
lines changed Original file line number Diff line number Diff line change 1
- draft_date : 2025-06-25
1
+ draft_date : 2025-07-24
2
2
name : ECMAScript® 2026 Internationalization API Specification
3
3
description : TODO
4
4
spec : https://tc39.es/ecma402/
5
5
compat_features :
6
+ - javascript.builtins.Intl.Locale.variants
6
7
- javascript.builtins.Intl.supportedValuesOf.key_parameter_calendar
7
8
- javascript.builtins.Intl.supportedValuesOf.key_parameter_collation
8
9
- javascript.builtins.Intl.supportedValuesOf.key_parameter_currency
Original file line number Diff line number Diff line change 2
2
# Do not edit this file by hand. Edit the source file instead!
3
3
4
4
status:
5
- baseline: high
6
- baseline_low_date: 2022-03-14
7
- baseline_high_date: 2024-09-14
8
- support:
9
- chrome: "99"
10
- chrome_android: "99"
11
- edge: "99"
12
- firefox: "93"
13
- firefox_android: "93"
14
- safari: "15.4"
15
- safari_ios: "15.4"
5
+ baseline: false
6
+ support: {}
16
7
compat_features:
8
+ # baseline: high
9
+ # baseline_low_date: 2022-03-14
10
+ # baseline_high_date: 2024-09-14
11
+ # support:
12
+ # chrome: "99"
13
+ # chrome_android: "99"
14
+ # edge: "99"
15
+ # firefox: "93"
16
+ # firefox_android: "93"
17
+ # safari: "15.4"
18
+ # safari_ios: "15.4"
17
19
- javascript.builtins.Intl.supportedValuesOf.key_parameter_calendar
18
20
- javascript.builtins.Intl.supportedValuesOf.key_parameter_collation
19
21
- javascript.builtins.Intl.supportedValuesOf.key_parameter_currency
20
22
- javascript.builtins.Intl.supportedValuesOf.key_parameter_numberingSystem
21
23
- javascript.builtins.Intl.supportedValuesOf.key_parameter_timeZone
22
24
- javascript.builtins.Intl.supportedValuesOf.key_parameter_unit
25
+
26
+ # ⬇️ Same status as overall feature ⬇️
27
+ # baseline: false
28
+ # support: {}
29
+ - javascript.builtins.Intl.Locale.variants
Original file line number Diff line number Diff line change 1
- draft_date : 2025-07-22
1
+ draft_date : 2025-07-24
2
2
name : Federated Credential Management API
3
3
description : TODO
4
4
spec : https://w3c-fedid.github.io/FedCM/
5
5
compat_features :
6
6
- api.CredentialsContainer.get.identity_option.mode_option
7
7
- api.CredentialsContainer.get.identity_option.providers_multiple
8
+ - api.CredentialsContainer.get.identity_option.providers_option_domainHint
8
9
- api.CredentialsContainer.get.identity_option.providers_option_fields
9
10
- api.CredentialsContainer.get.identity_option.providers_option_params
10
11
- api.IdentityCredential.configURL
Original file line number Diff line number Diff line change @@ -42,6 +42,13 @@ compat_features:
42
42
# edge: "122"
43
43
- api.IdentityCredential.disconnect_static
44
44
45
+ # baseline: false
46
+ # support:
47
+ # chrome: "123"
48
+ # chrome_android: "123"
49
+ # edge: "123"
50
+ - api.CredentialsContainer.get.identity_option.providers_option_domainHint
51
+
45
52
# baseline: false
46
53
# support:
47
54
# chrome: "132"
You can’t perform that action at this time.
0 commit comments