-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Deprecate Attribution Reporting API #28637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate Attribution Reporting API #28637
Conversation
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like you missed these three features:
browser-compat-data/api/HTMLAreaElement.json
Lines 90 to 123 in 663f4d9
"attributionSrc": { "__compat": { "spec_url": "https://wicg.github.io/attribution-reporting-api/#dom-htmlattributionsrcelementutils-attributionsrc", "tags": [ "web-features:attribution-reporting" ], "support": { "chrome": { "version_added": "133" }, "chrome_android": "mirror", "edge": "mirror", "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 } } }, browser-compat-data/html/elements/area.json
Lines 82 to 115 in 663f4d9
"attributionsrc": { "__compat": { "spec_url": "https://wicg.github.io/attribution-reporting-api/#element-attrdef-area-attributionsrc", "tags": [ "web-features:attribution-reporting" ], "support": { "chrome": { "version_added": "125" }, "chrome_android": "mirror", "edge": "mirror", "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 } } }, browser-compat-data/html/elements/iframe.json
Lines 193 to 226 in 663f4d9
"attribution-reporting": { "__compat": { "spec_url": "https://wicg.github.io/attribution-reporting-api/#permission-policy-integration", "tags": [ "web-features:attribution-reporting" ], "support": { "chrome": { "version_added": "117" }, "chrome_android": "mirror", "edge": "mirror", "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 } } },
PS: I searched in VS Code for web-features:attribution-reporting.
@caugner thanks! Updated. |
|
See also: #28417 |
Summary
As of version 144, Chrome is deprecating the Attribution Reporting API; see https://chromestatus.com/feature/6320639375966208. This is part of the Privacy Sandbox deprecation/removal work.
This PR updates all associated features to deprecated.
Test results and supporting details
Related issues