Skip to content

Conversation

@chrisdavidmills
Copy link
Contributor

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

@github-actions github-actions bot added data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:m [PR only] 25-100 LoC changed labels Dec 11, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 11, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

Copy link
Contributor

@caugner caugner left a 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:

  1. "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
    }
    }
    },
  2. "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
    }
    }
    },
  3. "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.

@chrisdavidmills
Copy link
Contributor Author

It looks like you missed these three features:

@caugner thanks! Updated.

@ddbeck
Copy link
Contributor

ddbeck commented Dec 12, 2025

See also: #28417

@caugner caugner merged commit e7051da into mdn:main Dec 12, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP size:m [PR only] 25-100 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants