diff --git a/features/attribution-reporting.yml b/features/attribution-reporting.yml index ea556c85a1a..1b9fcc23869 100644 --- a/features/attribution-reporting.yml +++ b/features/attribution-reporting.yml @@ -3,6 +3,7 @@ description: The Attribution Reporting API measures when an ad click or view lea spec: https://wicg.github.io/attribution-reporting-api/ compat_features: - api.HTMLAnchorElement.attributionSrc + - api.HTMLAreaElement.attributionSrc - api.HTMLImageElement.attributionSrc - api.HTMLScriptElement.attributionSrc - api.Request.Request.init_attributionReporting_parameter @@ -10,6 +11,7 @@ compat_features: - api.XMLHttpRequest.setAttributionReporting - api.fetch.init_attributionReporting_parameter - html.elements.a.attributionsrc + - html.elements.area.attributionsrc - html.elements.iframe.allow.attribution-reporting - html.elements.img.attributionsrc - html.elements.script.attributionsrc diff --git a/features/attribution-reporting.yml.dist b/features/attribution-reporting.yml.dist index c89d9ec54ea..98fda0a8417 100644 --- a/features/attribution-reporting.yml.dist +++ b/features/attribution-reporting.yml.dist @@ -4,9 +4,8 @@ status: baseline: false support: - chrome: "125" - chrome_android: "125" - edge: "125" + chrome: "133" + chrome_android: "133" compat_features: # baseline: false # support: @@ -20,7 +19,6 @@ compat_features: - http.headers.Attribution-Reporting-Support - http.headers.Permissions-Policy.attribution-reporting - # ⬇️ Same status as overall feature ⬇️ # baseline: false # support: # chrome: "125" @@ -34,5 +32,13 @@ compat_features: - api.XMLHttpRequest.setAttributionReporting - api.fetch.init_attributionReporting_parameter - html.elements.a.attributionsrc + - html.elements.area.attributionsrc - html.elements.img.attributionsrc - html.elements.script.attributionsrc + + # ⬇️ Same status as overall feature ⬇️ + # baseline: false + # support: + # chrome: "133" + # chrome_android: "133" + - api.HTMLAreaElement.attributionSrc