From 985002191544eb9515bb2969cc675f0788c7837e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 16:13:51 +0000 Subject: [PATCH 1/4] Bump @mdn/browser-compat-data from 7.3.14 to 7.3.15 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 7.3.14 to 7.3.15. - [Release notes](https://github.com/mdn/browser-compat-data/releases) - [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/mdn/browser-compat-data/compare/v7.3.14...v7.3.15) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 7.3.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b0bd2d1e45..23e32cab38b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@eslint/js": "^10.0.1", "@js-temporal/polyfill": "^0.5.1", - "@mdn/browser-compat-data": "7.3.14", + "@mdn/browser-compat-data": "7.3.15", "@octokit/rest": "^22.0.1", "@types/caniuse-lite": "^1.0.4", "@types/node": "^20.19.39", @@ -1025,9 +1025,9 @@ } }, "node_modules/@mdn/browser-compat-data": { - "version": "7.3.14", - "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-7.3.14.tgz", - "integrity": "sha512-Mqll0z0todYcAOqr+2hnYZRFe7+CwyU14lj86vzAGDJVeqnp618ybGzwHTI7sxyhd/46FFtJAlZNUmL1YHSX+Q==", + "version": "7.3.15", + "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-7.3.15.tgz", + "integrity": "sha512-8YoG52J2ZsR+T4p0JsAuoWeztBgJsAtGY+LeGEAHvyJBojJzJtLb8o1fRsIbc0v6EHKRLIrCU3VoAIK1olntag==", "license": "CC0-1.0" }, "node_modules/@octokit/auth-token": { diff --git a/package.json b/package.json index 0eab5050e6b..6ce9bded7d4 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@eslint/js": "^10.0.1", "@js-temporal/polyfill": "^0.5.1", - "@mdn/browser-compat-data": "7.3.14", + "@mdn/browser-compat-data": "7.3.15", "@octokit/rest": "^22.0.1", "@types/caniuse-lite": "^1.0.4", "@types/node": "^20.19.39", From 86a955bcf14784a0ba3942a2cc5bae528442c660 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 8 May 2026 18:21:01 +0200 Subject: [PATCH 2/4] Remove `secure_context_required` keys for gamepad features --- features/gamepad-haptics.yml | 1 - features/gamepad-vr.yml | 5 ----- features/gamepad.yml | 4 ---- 3 files changed, 10 deletions(-) diff --git a/features/gamepad-haptics.yml b/features/gamepad-haptics.yml index 2990c1d259d..b7152252c5c 100644 --- a/features/gamepad-haptics.yml +++ b/features/gamepad-haptics.yml @@ -16,4 +16,3 @@ compat_features: - api.GamepadHapticActuator.playEffect.params_rightTrigger_parameter - api.GamepadHapticActuator.playEffect.type_trigger-rumble - api.GamepadHapticActuator.reset - - api.GamepadHapticActuator.secure_context_required diff --git a/features/gamepad-vr.yml b/features/gamepad-vr.yml index ee71ce0161f..dd6a331cae5 100644 --- a/features/gamepad-vr.yml +++ b/features/gamepad-vr.yml @@ -2,10 +2,6 @@ name: Gamepad VR hands and poses description: The `hand` and `pose` properties of a `Gamepad` object represent the position in space and the hand that WebVR controllers are held in. spec: https://w3c.github.io/gamepad/extensions.html group: gamepad -status: - compute_from: - - api.Gamepad.hand - - api.Gamepad.pose compat_features: - api.Gamepad.hand - api.Gamepad.pose @@ -18,4 +14,3 @@ compat_features: - api.GamepadPose.linearVelocity - api.GamepadPose.orientation - api.GamepadPose.position - - api.GamepadPose.secure_context_required diff --git a/features/gamepad.yml b/features/gamepad.yml index a1fb4b51c09..380b96f6bcd 100644 --- a/features/gamepad.yml +++ b/features/gamepad.yml @@ -13,18 +13,14 @@ compat_features: - api.Gamepad.id - api.Gamepad.index - api.Gamepad.mapping - - api.Gamepad.secure_context_required - api.Gamepad.timestamp - api.GamepadButton - api.GamepadButton.pressed - - api.GamepadButton.secure_context_required - api.GamepadButton.value - api.Navigator.getGamepads - - api.Navigator.getGamepads.secure_context_required - api.GamepadEvent - api.GamepadEvent.GamepadEvent - api.GamepadEvent.gamepad - - api.GamepadEvent.secure_context_required - api.Window.gamepadconnected_event - api.Window.gamepaddisconnected_event - html.elements.iframe.allow.gamepad From 6a5686f33dba8d2cd28763451441faee1c77d95f Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 8 May 2026 18:21:01 +0200 Subject: [PATCH 3/4] Refresh dist --- features/anchor-positioning.yml.dist | 20 ++----------------- features/clip-path-boxes.yml.dist | 9 ++++++--- features/credential-management.yml.dist | 3 +++ features/crisp-edges.yml.dist | 6 +++++- features/css-object-model.yml.dist | 15 ++++++-------- features/draft/spec/css-cascade-6.yml.dist | 3 +++ .../draft/spec/css-conditional-5.yml.dist | 6 +++++- features/draft/spec/css-masking-1.yml.dist | 3 ++- features/draft/spec/css-pseudo-4.yml.dist | 10 ++-------- features/draft/spec/css-shapes-1.yml.dist | 3 ++- features/draft/spec/html.yml.dist | 8 +++++++- features/draft/spec/prompt-api.yml.dist | 4 +++- .../spec/secure-payment-confirmation.yml.dist | 4 +++- features/gamepad-haptics.yml.dist | 6 ------ features/gamepad-vr.yml.dist | 11 ---------- features/gamepad.yml.dist | 13 ------------ features/js-modules-shared-workers.yml.dist | 4 +++- features/languagemodel.yml.dist | 4 +++- features/loading-lazy-media.yml.dist | 9 +++++++++ features/network-information.yml.dist | 2 -- features/non-cookie-storage-access.yml.dist | 7 ++++++- features/resource-timing.yml.dist | 15 ++++++++------ features/shared-storage.yml.dist | 16 ++++++++++----- features/shared-workers.yml.dist | 13 +++++++++--- .../text-decoration-skip-ink-all.yml.dist | 6 +++++- features/user-pseudos.yml.dist | 3 ++- 26 files changed, 107 insertions(+), 96 deletions(-) diff --git a/features/anchor-positioning.yml.dist b/features/anchor-positioning.yml.dist index b71a84a6468..edcc20788d2 100644 --- a/features/anchor-positioning.yml.dist +++ b/features/anchor-positioning.yml.dist @@ -238,6 +238,7 @@ compat_features: - css.properties.margin.anchor-size - css.properties.right.anchor-size - css.properties.top.anchor-size + - css.types.anchor-size.inset_margin # baseline: low # baseline_low_date: 2026-01-13 @@ -331,6 +332,7 @@ compat_features: - css.properties.position-area.self-inline-end - css.properties.position-area.self-inline-start - css.properties.position-area.self-start + - css.properties.position-area.span-all - css.properties.position-area.top - css.properties.position-area.x-end - css.properties.position-area.x-start @@ -360,24 +362,6 @@ compat_features: - css.properties.position-try.self-y-end - css.properties.position-try.self-y-start - # baseline: false - # support: - # chrome: "132" - # chrome_android: "132" - # edge: "132" - # safari: "26" - # safari_ios: "26" - - css.types.anchor-size.inset_margin - - # baseline: false - # support: - # chrome: "144" - # chrome_android: "144" - # edge: "144" - # safari: "26" - # safari_ios: "26" - - css.properties.position-area.span-all - # ⬇️ Same status as overall feature ⬇️ # baseline: false # support: {} diff --git a/features/clip-path-boxes.yml.dist b/features/clip-path-boxes.yml.dist index d52d8b76080..e57d1416ab5 100644 --- a/features/clip-path-boxes.yml.dist +++ b/features/clip-path-boxes.yml.dist @@ -2,8 +2,9 @@ # Do not edit this file by hand. Edit the source file instead! status: - baseline: low + baseline: high baseline_low_date: 2023-11-02 + baseline_high_date: 2026-05-02 support: chrome: "119" chrome_android: "119" @@ -13,8 +14,9 @@ status: safari: "13.1" safari_ios: "13.4" compat_features: - # baseline: low + # baseline: high # baseline_low_date: 2023-11-02 + # baseline_high_date: 2026-05-02 # support: # chrome: "119" # chrome_android: "119" @@ -27,8 +29,9 @@ compat_features: - css.properties.clip-path.stroke-box # ⬇️ Same status as overall feature ⬇️ - # baseline: low + # baseline: high # baseline_low_date: 2023-11-02 + # baseline_high_date: 2026-05-02 # support: # chrome: "119" # chrome_android: "119" diff --git a/features/credential-management.yml.dist b/features/credential-management.yml.dist index 89289231f15..547b14d491c 100644 --- a/features/credential-management.yml.dist +++ b/features/credential-management.yml.dist @@ -73,6 +73,9 @@ compat_features: # baseline: false # support: + # chrome: "148" + # chrome_android: "148" + # edge: "148" # safari: "16" # safari_ios: "16" - api.Credential.isConditionalMediationAvailable_static diff --git a/features/crisp-edges.yml.dist b/features/crisp-edges.yml.dist index 1a1e1eef35c..1f5aefabe35 100644 --- a/features/crisp-edges.yml.dist +++ b/features/crisp-edges.yml.dist @@ -2,8 +2,12 @@ # Do not edit this file by hand. Edit the source file instead! status: - baseline: false + baseline: low + baseline_low_date: 2026-05-07 support: + chrome: "148" + chrome_android: "148" + edge: "148" firefox: "65" firefox_android: "65" safari: "7" diff --git a/features/css-object-model.yml.dist b/features/css-object-model.yml.dist index 878d6d44ed3..39f79077b1c 100644 --- a/features/css-object-model.yml.dist +++ b/features/css-object-model.yml.dist @@ -261,18 +261,15 @@ compat_features: - api.CSSMarginRule.name - api.CSSMarginRule.style - # baseline: false - # support: - # chrome: "147" - # chrome_android: "147" - # edge: "147" - - api.CSSPseudoElement - - api.CSSPseudoElement.element - - api.CSSPseudoElement.type - # baseline: false # support: # firefox: "129" # firefox_android: "129" - api.CSSPageDescriptors.page-orientation - api.CSSPageDescriptors.pageOrientation + + # baseline: false + # support: {} + - api.CSSPseudoElement + - api.CSSPseudoElement.element + - api.CSSPseudoElement.type diff --git a/features/draft/spec/css-cascade-6.yml.dist b/features/draft/spec/css-cascade-6.yml.dist index e4ba84f3f81..eb2514b2f94 100644 --- a/features/draft/spec/css-cascade-6.yml.dist +++ b/features/draft/spec/css-cascade-6.yml.dist @@ -4,6 +4,9 @@ status: baseline: false support: + chrome: "148" + chrome_android: "148" + edge: "148" firefox: "150" firefox_android: "150" compat_features: diff --git a/features/draft/spec/css-conditional-5.yml.dist b/features/draft/spec/css-conditional-5.yml.dist index f9c4e7bb3f8..014b77001ea 100644 --- a/features/draft/spec/css-conditional-5.yml.dist +++ b/features/draft/spec/css-conditional-5.yml.dist @@ -46,8 +46,12 @@ compat_features: # safari_ios: "18.4" - css.properties.container-type.weak_containment - # baseline: false + # baseline: low + # baseline_low_date: 2026-05-07 # support: + # chrome: "148" + # chrome_android: "148" + # edge: "148" # firefox: "149" # firefox_android: "149" # safari: "26.4" diff --git a/features/draft/spec/css-masking-1.yml.dist b/features/draft/spec/css-masking-1.yml.dist index 4ac92b24b1e..690ae5bd622 100644 --- a/features/draft/spec/css-masking-1.yml.dist +++ b/features/draft/spec/css-masking-1.yml.dist @@ -10,8 +10,9 @@ status: firefox: "54" firefox_android: "54" compat_features: - # baseline: low + # baseline: high # baseline_low_date: 2023-11-02 + # baseline_high_date: 2026-05-02 # support: # chrome: "119" # chrome_android: "119" diff --git a/features/draft/spec/css-pseudo-4.yml.dist b/features/draft/spec/css-pseudo-4.yml.dist index 2b1f801f434..d83a3464868 100644 --- a/features/draft/spec/css-pseudo-4.yml.dist +++ b/features/draft/spec/css-pseudo-4.yml.dist @@ -3,10 +3,7 @@ status: baseline: false - support: - chrome: "147" - chrome_android: "147" - edge: "147" + support: {} compat_features: # baseline: false # support: @@ -27,10 +24,7 @@ compat_features: # ⬇️ Same status as overall feature ⬇️ # baseline: false - # support: - # chrome: "147" - # chrome_android: "147" - # edge: "147" + # support: {} - api.CSSPseudoElement.parent - api.CSSPseudoElement.pseudo - api.Element.pseudo diff --git a/features/draft/spec/css-shapes-1.yml.dist b/features/draft/spec/css-shapes-1.yml.dist index f7360d9ed9a..33b4087a806 100644 --- a/features/draft/spec/css-shapes-1.yml.dist +++ b/features/draft/spec/css-shapes-1.yml.dist @@ -25,8 +25,9 @@ compat_features: - css.properties.shape-outside.margin-box - css.properties.shape-outside.padding-box - # baseline: low + # baseline: high # baseline_low_date: 2023-11-02 + # baseline_high_date: 2026-05-02 # support: # chrome: "119" # chrome_android: "119" diff --git a/features/draft/spec/html.yml.dist b/features/draft/spec/html.yml.dist index 49f92cb2bea..036d1b196d1 100644 --- a/features/draft/spec/html.yml.dist +++ b/features/draft/spec/html.yml.dist @@ -1046,6 +1046,13 @@ compat_features: # edge: "147" - html.elements.link.rel.modulepreload.as-style + # baseline: false + # support: + # chrome: "148" + # chrome_android: "148" + # edge: "148" + - api.SharedWorker.SharedWorker.options_extendedLifetime_parameter + # baseline: false # support: # firefox: "1" @@ -1082,6 +1089,5 @@ compat_features: # baseline: false # support: {} - api.Navigator.authentication - - api.SharedWorker.SharedWorker.options_extendedLifetime_parameter - html.elements.template.shadowrootslotassignment - html.elements.track.kind.descriptions diff --git a/features/draft/spec/prompt-api.yml.dist b/features/draft/spec/prompt-api.yml.dist index fec5cbe04ef..3ab09b2bbb6 100644 --- a/features/draft/spec/prompt-api.yml.dist +++ b/features/draft/spec/prompt-api.yml.dist @@ -3,6 +3,8 @@ status: baseline: false - support: {} + support: + chrome: "148" + edge: "148" compat_features: - api.LanguageModel.contextoverflow_event diff --git a/features/draft/spec/secure-payment-confirmation.yml.dist b/features/draft/spec/secure-payment-confirmation.yml.dist index 2cb2307c32c..43cfee52b50 100644 --- a/features/draft/spec/secure-payment-confirmation.yml.dist +++ b/features/draft/spec/secure-payment-confirmation.yml.dist @@ -3,6 +3,8 @@ status: baseline: false - support: {} + support: + chrome: "148" + chrome_android: "148" compat_features: - api.PaymentRequest.getSecurePaymentConfirmationCapabilities_static diff --git a/features/gamepad-haptics.yml.dist b/features/gamepad-haptics.yml.dist index e9b74937f79..6507dd44596 100644 --- a/features/gamepad-haptics.yml.dist +++ b/features/gamepad-haptics.yml.dist @@ -54,9 +54,3 @@ compat_features: # firefox_android: "55" - api.Gamepad.hapticActuators - api.GamepadHapticActuator.pulse - - # baseline: false - # support: - # firefox: "91" - # firefox_android: "91" - - api.GamepadHapticActuator.secure_context_required diff --git a/features/gamepad-vr.yml.dist b/features/gamepad-vr.yml.dist index 01e2a75461e..41345082244 100644 --- a/features/gamepad-vr.yml.dist +++ b/features/gamepad-vr.yml.dist @@ -7,11 +7,6 @@ status: firefox: "55" firefox_android: "55" compat_features: - # ⬇️ Same status as overall feature ⬇️ - # baseline: false - # support: - # firefox: "55" - # firefox_android: "55" - api.Gamepad.hand - api.Gamepad.pose - api.GamepadPose @@ -23,9 +18,3 @@ compat_features: - api.GamepadPose.linearVelocity - api.GamepadPose.orientation - api.GamepadPose.position - - # baseline: false - # support: - # firefox: "91" - # firefox_android: "91" - - api.GamepadPose.secure_context_required diff --git a/features/gamepad.yml.dist b/features/gamepad.yml.dist index 8ed8323528e..c2c3ecf437f 100644 --- a/features/gamepad.yml.dist +++ b/features/gamepad.yml.dist @@ -79,19 +79,6 @@ compat_features: - api.Window.gamepadconnected_event - api.Window.gamepaddisconnected_event - # baseline: false - # support: - # firefox: "91" - # firefox_android: "91" - - api.Gamepad.secure_context_required - - api.GamepadButton.secure_context_required - - api.GamepadEvent.secure_context_required - - # baseline: false - # support: - # firefox: "91" - - api.Navigator.getGamepads.secure_context_required - # baseline: false # support: {} - html.elements.iframe.allow.gamepad diff --git a/features/js-modules-shared-workers.yml.dist b/features/js-modules-shared-workers.yml.dist index 085c03370e4..a32fa8dc3ce 100644 --- a/features/js-modules-shared-workers.yml.dist +++ b/features/js-modules-shared-workers.yml.dist @@ -2,9 +2,11 @@ # Do not edit this file by hand. Edit the source file instead! status: - baseline: false + baseline: low + baseline_low_date: 2026-05-05 support: chrome: "80" + chrome_android: "148" edge: "80" firefox: "114" firefox_android: "114" diff --git a/features/languagemodel.yml.dist b/features/languagemodel.yml.dist index a0fdd0da9c2..64822b255ce 100644 --- a/features/languagemodel.yml.dist +++ b/features/languagemodel.yml.dist @@ -3,7 +3,9 @@ status: baseline: false - support: {} + support: + chrome: "148" + edge: "148" compat_features: - api.LanguageModel - api.LanguageModel.append diff --git a/features/loading-lazy-media.yml.dist b/features/loading-lazy-media.yml.dist index 9617aeb606a..57e4d38deed 100644 --- a/features/loading-lazy-media.yml.dist +++ b/features/loading-lazy-media.yml.dist @@ -5,6 +5,15 @@ status: baseline: false support: {} compat_features: + # baseline: false + # support: + # chrome: "148" + # chrome_android: "148" + # edge: "148" - api.HTMLMediaElement.loading + + # ⬇️ Same status as overall feature ⬇️ + # baseline: false + # support: {} - html.elements.audio.loading - html.elements.video.loading diff --git a/features/network-information.yml.dist b/features/network-information.yml.dist index aadce837985..a67c8cb88e2 100644 --- a/features/network-information.yml.dist +++ b/features/network-information.yml.dist @@ -4,7 +4,6 @@ status: baseline: false support: - chrome: "67" chrome_android: "67" compat_features: # baseline: false @@ -32,7 +31,6 @@ compat_features: # baseline: false # support: - # chrome: "61" # chrome_android: "38" - api.NetworkInformation.downlinkMax - api.NetworkInformation.type diff --git a/features/non-cookie-storage-access.yml.dist b/features/non-cookie-storage-access.yml.dist index 5858802cc34..889ccd097a4 100644 --- a/features/non-cookie-storage-access.yml.dist +++ b/features/non-cookie-storage-access.yml.dist @@ -42,10 +42,15 @@ compat_features: - api.StorageAccessHandle.revokeObjectURL - api.StorageAccessHandle.sessionStorage + # baseline: false + # support: + # chrome: "125" + # chrome_android: "148" + - api.SharedWorker.SharedWorker.options_sameSiteCookies_parameter + # ⬇️ Same status as overall feature ⬇️ # baseline: false # support: # chrome: "125" - api.Document.requestStorageAccess.types_parameter.types_SharedWorker_parameter - - api.SharedWorker.SharedWorker.options_sameSiteCookies_parameter - api.StorageAccessHandle.SharedWorker diff --git a/features/resource-timing.yml.dist b/features/resource-timing.yml.dist index 384a9f62c2c..2031ff7d360 100644 --- a/features/resource-timing.yml.dist +++ b/features/resource-timing.yml.dist @@ -167,15 +167,18 @@ compat_features: # safari_ios: "26.4" - api.PerformanceResourceTiming.deliveryType + # baseline: false + # support: + # chrome: "148" + # chrome_android: "148" + # edge: "148" + # firefox: "129" + # firefox_android: "129" + - api.PerformanceResourceTiming.contentType + # baseline: false # support: # chrome: "107" # chrome_android: "107" # edge: "107" - api.PerformanceResourceTiming.renderBlockingStatus - - # baseline: false - # support: - # firefox: "129" - # firefox_android: "129" - - api.PerformanceResourceTiming.contentType diff --git a/features/shared-storage.yml.dist b/features/shared-storage.yml.dist index 362932e468e..106f0cb5e4c 100644 --- a/features/shared-storage.yml.dist +++ b/features/shared-storage.yml.dist @@ -3,11 +3,13 @@ status: baseline: false - support: - chrome: "126" - chrome_android: "126" - edge: "126" + support: {} compat_features: + # baseline: false + # support: + # chrome: "126" + # chrome_android: "126" + # edge: "126" - api.HTMLIFrameElement.sharedStorageWritable - api.HTMLImageElement.sharedStorageWritable - api.SharedStorage @@ -15,7 +17,6 @@ compat_features: - api.SharedStorage.clear - api.SharedStorage.createWorklet - api.SharedStorage.delete - - api.SharedStorage.get - api.SharedStorage.run - api.SharedStorage.selectURL - api.SharedStorage.set @@ -27,3 +28,8 @@ compat_features: - api.SharedStorageWorkletGlobalScope.register - api.SharedStorageWorkletGlobalScope.sharedStorage - api.Window.sharedStorage + + # ⬇️ Same status as overall feature ⬇️ + # baseline: false + # support: {} + - api.SharedStorage.get diff --git a/features/shared-workers.yml.dist b/features/shared-workers.yml.dist index 9b5ba95d91c..2732350128e 100644 --- a/features/shared-workers.yml.dist +++ b/features/shared-workers.yml.dist @@ -2,18 +2,22 @@ # Do not edit this file by hand. Edit the source file instead! status: - baseline: false + baseline: low + baseline_low_date: 2026-05-05 support: chrome: "5" + chrome_android: "148" edge: "79" firefox: "29" firefox_android: "33" safari: "16" safari_ios: "16" compat_features: - # baseline: false + # baseline: low + # baseline_low_date: 2026-05-05 # support: # chrome: "4" + # chrome_android: "148" # edge: "79" # firefox: "29" # firefox_android: "29" @@ -25,9 +29,11 @@ compat_features: - api.SharedWorkerGlobalScope.name # ⬇️ Same status as overall feature ⬇️ - # baseline: false + # baseline: low + # baseline_low_date: 2026-05-05 # support: # chrome: "5" + # chrome_android: "148" # edge: "79" # firefox: "29" # firefox_android: "33" @@ -41,6 +47,7 @@ compat_features: # baseline: false # support: # chrome: "70" + # chrome_android: "148" # edge: "79" # firefox: "55" # firefox_android: "55" diff --git a/features/text-decoration-skip-ink-all.yml.dist b/features/text-decoration-skip-ink-all.yml.dist index 8cd3abd4175..cede696e7d9 100644 --- a/features/text-decoration-skip-ink-all.yml.dist +++ b/features/text-decoration-skip-ink-all.yml.dist @@ -2,8 +2,12 @@ # Do not edit this file by hand. Edit the source file instead! status: - baseline: false + baseline: low + baseline_low_date: 2026-05-07 support: + chrome: "148" + chrome_android: "148" + edge: "148" firefox: "75" firefox_android: "79" safari: "15.4" diff --git a/features/user-pseudos.yml.dist b/features/user-pseudos.yml.dist index 5968dcbed73..cbcbd855d57 100644 --- a/features/user-pseudos.yml.dist +++ b/features/user-pseudos.yml.dist @@ -2,8 +2,9 @@ # Do not edit this file by hand. Edit the source file instead! status: - baseline: low + baseline: high baseline_low_date: 2023-11-02 + baseline_high_date: 2026-05-02 support: chrome: "119" chrome_android: "119" From fc8a8b8cf30841497c0c76f43e9a78d6d2f11bb3 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 8 May 2026 18:26:36 +0200 Subject: [PATCH 4/4] `compute-baseline`: update test example feature --- .../compute-baseline/src/browser-compat-data/feature.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compute-baseline/src/browser-compat-data/feature.test.ts b/packages/compute-baseline/src/browser-compat-data/feature.test.ts index 1549b48858c..dbe5b7e03f4 100644 --- a/packages/compute-baseline/src/browser-compat-data/feature.test.ts +++ b/packages/compute-baseline/src/browser-compat-data/feature.test.ts @@ -41,7 +41,7 @@ describe("features", function () { describe("spec_url", function () { it("returns an empty array if there's no spec_url", function () { - const noSpec = feature("javascript.builtins.Date.parse.iso_8601"); + const noSpec = feature("api.AbortPaymentEvent"); assert(noSpec.spec_url.length === 0); });