diff --git a/api/Document.json b/api/Document.json index c40025b7abb0a5..b55370283bce0f 100644 --- a/api/Document.json +++ b/api/Document.json @@ -8380,10 +8380,10 @@ "deprecated": false } }, - "callbackOptions_parameter": { + "options_parameter": { "__compat": { - "description": "`callbackOptions` parameter", - "spec_url": "https://drafts.csswg.org/css-view-transitions-2/#dom-document-startviewtransition-callbackoptions-callbackoptions", + "description": "`options` parameter", + "spec_url": "https://drafts.csswg.org/css-view-transitions-2/#dictdef-startviewtransitionoptions", "tags": [ "web-features:view-transitions" ], @@ -8394,8 +8394,7 @@ "chrome_android": "mirror", "edge": "mirror", "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1860854" + "version_added": "147" }, "firefox_android": "mirror", "oculus": "mirror", @@ -8414,12 +8413,82 @@ "standard_track": true, "deprecated": false } + }, + "types_property": { + "__compat": { + "description": "`types` property", + "spec_url": "https://drafts.csswg.org/css-view-transitions-2/#dom-startviewtransitionoptions-types", + "tags": [ + "web-features:view-transitions" + ], + "support": { + "chrome": { + "version_added": "125" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "147" + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": "18.2" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } + }, + "update_property": { + "__compat": { + "description": "`update` property", + "spec_url": "https://drafts.csswg.org/css-view-transitions-2/#dom-startviewtransitionoptions-update", + "tags": [ + "web-features:view-transitions" + ], + "support": { + "chrome": { + "version_added": "125" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "147" + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": "18.2" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } } }, "updateCallback_parameter": { "__compat": { "description": "`updateCallback` parameter", - "spec_url": "https://drafts.csswg.org/css-view-transitions-1/#dom-document-startviewtransition-updatecallback-updatecallback", + "spec_url": "https://drafts.csswg.org/css-view-transitions-2/#callbackdef-viewtransitionupdatecallback", "tags": [ "web-features:view-transitions" ], diff --git a/css/at-rules/custom-media.json b/css/at-rules/custom-media.json index 8bae62ccf5c23c..756e7221107e3c 100644 --- a/css/at-rules/custom-media.json +++ b/css/at-rules/custom-media.json @@ -4,6 +4,7 @@ "custom-media": { "__compat": { "description": "`@custom-media`", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@custom-media", "spec_url": "https://drafts.csswg.org/mediaqueries-5/#at-ruledef-custom-media", "support": { "chrome": { diff --git a/html/elements/iframe.json b/html/elements/iframe.json index 8bff40b2bf3025..4994059c5ed2d9 100644 --- a/html/elements/iframe.json +++ b/html/elements/iframe.json @@ -1562,7 +1562,7 @@ }, "credentialless": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/Security/IFrame_credentialless", + "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Guides/IFrame_credentialless", "spec_url": "https://wicg.github.io/anonymous-iframe/#attr-iframe-credentialless", "tags": [ "web-features:iframe-credentialless" diff --git a/html/elements/link.json b/html/elements/link.json index ade12fb2873941..f2ab88e224db10 100644 --- a/html/elements/link.json +++ b/html/elements/link.json @@ -431,7 +431,7 @@ }, "integrity": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/Security/Subresource_Integrity", + "mdn_url": "https://developer.mozilla.org/docs/Web/Security/Defenses/Subresource_Integrity", "spec_url": [ "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-integrity", "https://w3c.github.io/webappsec-subresource-integrity/#the-integrity-attribute" diff --git a/http/mixed-content.json b/http/mixed-content.json index d72798d430a8ba..1cf1ecef060c5a 100644 --- a/http/mixed-content.json +++ b/http/mixed-content.json @@ -3,7 +3,7 @@ "mixed-content": { "__compat": { "description": "Blocks some or all insecure mixed content.", - "mdn_url": "https://developer.mozilla.org/docs/Web/Security/Mixed_content", + "mdn_url": "https://developer.mozilla.org/docs/Web/Security/Defenses/Mixed_content", "spec_url": "https://w3c.github.io/webappsec-mixed-content/#intro", "tags": [ "web-features:mixed-content"