From 660a55977ef664613be5b3de770622a078c890ef Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Mon, 3 Feb 2025 17:04:36 +0100 Subject: [PATCH 1/2] `attribution-reporting`: add more compat keys --- features/attribution-reporting.yml | 2 ++ features/attribution-reporting.yml.dist | 11 ++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) 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..968ea8e8a96 100644 --- a/features/attribution-reporting.yml.dist +++ b/features/attribution-reporting.yml.dist @@ -3,10 +3,7 @@ status: baseline: false - support: - chrome: "125" - chrome_android: "125" - edge: "125" + support: {} compat_features: # baseline: false # support: @@ -20,7 +17,6 @@ compat_features: - http.headers.Attribution-Reporting-Support - http.headers.Permissions-Policy.attribution-reporting - # ⬇️ Same status as overall feature ⬇️ # baseline: false # support: # chrome: "125" @@ -36,3 +32,8 @@ compat_features: - html.elements.a.attributionsrc - html.elements.img.attributionsrc - html.elements.script.attributionsrc + + # ⬇️ Same status as overall feature ⬇️ + # baseline: false + # support: {} + - api.HTMLAreaElement.attributionSrc From e3a15c847eaa2dc56e3d60f57c74d3a9cb4211ff Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Wed, 5 Feb 2025 14:53:05 +0100 Subject: [PATCH 2/2] Refresh dist --- features/attribution-reporting.yml.dist | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/features/attribution-reporting.yml.dist b/features/attribution-reporting.yml.dist index 968ea8e8a96..98fda0a8417 100644 --- a/features/attribution-reporting.yml.dist +++ b/features/attribution-reporting.yml.dist @@ -3,7 +3,9 @@ status: baseline: false - support: {} + support: + chrome: "133" + chrome_android: "133" compat_features: # baseline: false # support: @@ -30,10 +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: {} + # support: + # chrome: "133" + # chrome_android: "133" - api.HTMLAreaElement.attributionSrc