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
2 changes: 1 addition & 1 deletion features/document-write.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ compat_features:
# safari_ios: "11"
- api.Document.close
- api.Document.open
- api.Document.writeln

# ⬇️ Same status as overall feature ⬇️
# baseline: false
Expand All @@ -38,6 +37,7 @@ compat_features:
# safari: "11"
# safari_ios: "11"
- api.Document.write
- api.Document.writeln

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

writeln() is now marked as deprecated in BCD.


# baseline: false
# support:
Expand Down
16 changes: 4 additions & 12 deletions features/notifications.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,6 @@ compat_features:
# firefox_android: "44"
- api.NotificationEvent.action

# baseline: false
# support:
# chrome: "53"
# chrome_android: "53"
# edge: ≤79
# safari: "17"
# safari_ios: "16.4"
- api.ServiceWorkerRegistration.showNotification.options_badge_parameter

# baseline: false
# support:
# chrome: "20"
Expand Down Expand Up @@ -247,9 +238,9 @@ compat_features:
# baseline: false
# support:
# chrome: "53"
# edge: "18"
# safari: "17"
- api.Notification.badge
# chrome_android: "53"
# edge: ≤79
- api.ServiceWorkerRegistration.showNotification.options_badge_parameter

# baseline: false
# support:
Expand Down Expand Up @@ -287,6 +278,7 @@ compat_features:
# chrome: "53"
# edge: "18"
- api.Notification.actions
- api.Notification.badge

# baseline: false
# support:
Expand Down
10 changes: 8 additions & 2 deletions features/page-breaks.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@ compat_features:
# safari: "10"
# safari_ios: "10"
- css.properties.break-after.auto
- css.properties.break-after.avoid
- css.properties.break-after.left
- css.properties.break-after.page
- css.properties.break-after.right
- css.properties.break-before.auto
- css.properties.break-before.avoid
- css.properties.break-before.left
- css.properties.break-before.page
- css.properties.break-before.right
Expand Down Expand Up @@ -104,6 +102,14 @@ compat_features:
# firefox_android: "92"
- css.properties.break-inside.paged_context.avoid-page

# baseline: false
# support:
# chrome: "50"
# chrome_android: "50"
# edge: "79"
- css.properties.break-after.avoid
- css.properties.break-before.avoid
Comment on lines +110 to +111

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

These are partial in Firefox and Safari. See mdn/browser-compat-data#27085.


# baseline: false
# support:
# firefox: "65"
Expand Down
6 changes: 5 additions & 1 deletion features/web-cryptography.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,12 @@ compat_features:
- api.SubtleCrypto.generateKey.x25519
- api.SubtleCrypto.importKey.x25519

# baseline: false
# baseline: low
# baseline_low_date: 2025-05-29
# support:
# chrome: "137"
# chrome_android: "137"
# edge: "137"
# firefox: "129"
# firefox_android: "129"
# safari: "17"
Expand Down
12 changes: 10 additions & 2 deletions features/webgpu.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ status:
chrome_android: "121"
edge: "113"
compat_features:
# baseline: false
# support:
# chrome: "113"
# chrome_android: "121"
# edge: "113"
# safari: "18.5"
# safari_ios: "18.5"
- api.GPUOutOfMemoryError
- api.GPUOutOfMemoryError.GPUOutOfMemoryError

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
Expand Down Expand Up @@ -117,8 +127,6 @@ compat_features:
- api.GPUExternalTexture.label
- api.GPUInternalError
- api.GPUInternalError.GPUInternalError
- api.GPUOutOfMemoryError
- api.GPUOutOfMemoryError.GPUOutOfMemoryError
- api.GPUPipelineError
- api.GPUPipelineError.GPUPipelineError
- api.GPUPipelineError.GPUPipelineError.message_optional
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.29.0",
"@js-temporal/polyfill": "^0.5.1",
"@mdn/browser-compat-data": "^6.0.23",
"@mdn/browser-compat-data": "^6.0.24",
"@types/caniuse-lite": "^1.0.4",
"@types/node": "^20.19.1",
"ajv": "^8.17.1",
Expand Down