diff --git a/api/Credential.json b/api/Credential.json index 8979e4dae7d9da..b1cf126cef2bff 100644 --- a/api/Credential.json +++ b/api/Credential.json @@ -83,7 +83,7 @@ ], "support": { "chrome": { - "version_added": false + "version_added": "148" }, "chrome_android": "mirror", "edge": "mirror", @@ -103,7 +103,7 @@ "webview_ios": "mirror" }, "status": { - "experimental": true, + "experimental": false, "standard_track": true, "deprecated": false } diff --git a/api/HTMLMediaElement.json b/api/HTMLMediaElement.json index 839dc8e27a88fb..d1f7cbbdcb5fab 100644 --- a/api/HTMLMediaElement.json +++ b/api/HTMLMediaElement.json @@ -1510,14 +1510,7 @@ ], "support": { "chrome": { - "version_added": "147", - "flags": [ - { - "type": "runtime_flag", - "name": "--enable-features=LazyLoadVideoAndAudio" - } - ], - "impl_url": "https://crbug.com/469111735" + "version_added": "148" }, "chrome_android": "mirror", "edge": "mirror", diff --git a/api/PaymentRequest.json b/api/PaymentRequest.json index 848cb9911a1ec0..6bc1cfbda19a30 100644 --- a/api/PaymentRequest.json +++ b/api/PaymentRequest.json @@ -250,6 +250,40 @@ } } }, + "getSecurePaymentConfirmationCapabilities_static": { + "__compat": { + "description": "`getSecurePaymentConfirmationCapabilities()` static method", + "spec_url": "https://w3c.github.io/secure-payment-confirmation/#dom-paymentrequest-getsecurepaymentconfirmationcapabilities", + "support": { + "chrome": { + "version_added": "148" + }, + "chrome_android": "mirror", + "edge": { + "version_added": false + }, + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "id": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/PaymentRequest/id", diff --git a/api/SharedStorage.json b/api/SharedStorage.json index 45a654b9ea45e0..1af0dc10a896eb 100644 --- a/api/SharedStorage.json +++ b/api/SharedStorage.json @@ -219,7 +219,8 @@ ], "support": { "chrome": { - "version_added": "126" + "version_added": "126", + "version_removed": "148" }, "chrome_android": "mirror", "edge": "mirror", diff --git a/css/properties/all.json b/css/properties/all.json index 248a1d4f61729f..d5d2692af3f3ee 100644 --- a/css/properties/all.json +++ b/css/properties/all.json @@ -40,7 +40,7 @@ "spec_url": "https://drafts.csswg.org/css-cascade-5/#revert-rule-keyword", "support": { "chrome": { - "version_added": false + "version_added": "148" }, "chrome_android": "mirror", "edge": "mirror", @@ -60,7 +60,7 @@ "webview_ios": "mirror" }, "status": { - "experimental": true, + "experimental": false, "standard_track": true, "deprecated": false } diff --git a/css/properties/image-rendering.json b/css/properties/image-rendering.json index 951c27ecba7edd..8eb9cfa2166b6c 100644 --- a/css/properties/image-rendering.json +++ b/css/properties/image-rendering.json @@ -81,10 +81,15 @@ "web-features:crisp-edges" ], "support": { - "chrome": { - "alternative_name": "-webkit-optimize-contrast", - "version_added": "13" - }, + "chrome": [ + { + "version_added": "148" + }, + { + "alternative_name": "-webkit-optimize-contrast", + "version_added": "13" + } + ], "chrome_android": "mirror", "edge": "mirror", "firefox": [ diff --git a/css/properties/text-decoration-skip-ink.json b/css/properties/text-decoration-skip-ink.json index d69e7e249b6364..57d6d05940a7b6 100644 --- a/css/properties/text-decoration-skip-ink.json +++ b/css/properties/text-decoration-skip-ink.json @@ -47,8 +47,7 @@ ], "support": { "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/40675832" + "version_added": "148" }, "chrome_android": "mirror", "edge": "mirror",