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
5 changes: 4 additions & 1 deletion features/draft/spec/ecmascript.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: low
baseline_low_date: 2025-04-29
support:
chrome: "91"
chrome_android: "91"
edge: "91"
firefox: "138"
firefox_android: "138"
safari: "15"
safari_ios: "15"
compat_features:
Expand Down
12 changes: 2 additions & 10 deletions features/font-loading.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ compat_features:
# firefox_android: "105"
# safari: "15"
# safari_ios: "15"
- api.FontFace.worker_support
- api.FontFaceSet.worker_support
- api.WorkerGlobalScope.fonts

# baseline: low
Expand Down Expand Up @@ -138,16 +140,6 @@ compat_features:
# firefox_android: "41"
- api.FontFaceSetLoadEvent.FontFaceSetLoadEvent

# baseline: false
# support:
# chrome: "69"
# chrome_android: "69"
# edge: "79"
# firefox: "105"
# firefox_android: "105"
- api.FontFace.worker_support
- api.FontFaceSet.worker_support

# baseline: false
# support:
# firefox: "62"
Expand Down
3 changes: 2 additions & 1 deletion features/font-palette.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: low
baseline: high
baseline_low_date: 2022-11-15
baseline_high_date: 2025-05-15
Comment on lines -5 to +7
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked this feature in BCD. No outstanding issues have been filed.

support:
chrome: "101"
chrome_android: "101"
Expand Down
27 changes: 17 additions & 10 deletions features/json-modules.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,30 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: low
baseline_low_date: 2025-04-29
Comment on lines -5 to +6
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks right. A correction made in mdn/browser-compat-data#26811

support:
chrome: "123"
chrome_android: "123"
edge: "123"
firefox: "138"
firefox_android: "138"
safari: "17.2"
safari_ios: "17.2"
compat_features:
# baseline: low
# baseline_low_date: 2025-04-29
# support:
# chrome: "91"
# chrome_android: "91"
# edge: "91"
# firefox: "138"
# firefox_android: "138"
# safari: "15"
# safari_ios: "15"
- javascript.grammar.trailing_commas.trailing_commas_in_dynamic_import

# ⬇️ Same status as overall feature ⬇️
# baseline: low
# baseline_low_date: 2025-04-29
# support:
Expand All @@ -21,12 +37,3 @@ compat_features:
# safari: "17.2"
# safari_ios: "17.2"
- javascript.statements.import.import_attributes.type_json

# baseline: false
# support:
# chrome: "91"
# chrome_android: "91"
# edge: "91"
# safari: "15"
# safari_ios: "15"
- javascript.grammar.trailing_commas.trailing_commas_in_dynamic_import
4 changes: 2 additions & 2 deletions features/spellcheck.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ status:
firefox: "2"
firefox_android: "57"
safari: "5.1"
safari_ios: "9.3"
safari_ios: "5"
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
Expand All @@ -38,5 +38,5 @@ compat_features:
# firefox: "2"
# firefox_android: "57"
# safari: "5.1"
# safari_ios: "9.3"
# safari_ios: "5"
- html.global_attributes.spellcheck
1 change: 0 additions & 1 deletion features/textarea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ compat_features:
- html.elements.textarea.readonly
- html.elements.textarea.required
- html.elements.textarea.rows
- html.elements.textarea.spellcheck
- html.elements.textarea.wrap
- html.elements.textarea.wrap.hard
13 changes: 0 additions & 13 deletions features/textarea.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,6 @@ compat_features:
- html.elements.textarea.placeholder
- html.elements.textarea.required

# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "9"
# chrome_android: "18"
# edge: "12"
# firefox: "2"
# firefox_android: "4"
# safari: "5.1"
# safari_ios: "5"
- html.elements.textarea.spellcheck

# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@eslint/js": "^9.26.0",
"@js-temporal/polyfill": "^0.5.1",
"@mdn/browser-compat-data": "^6.0.14",
"@mdn/browser-compat-data": "^6.0.15",
"@types/caniuse-lite": "^1.0.4",
"@types/node": "^20.17.47",
"ajv": "^8.17.1",
Expand Down