Skip to content
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

html.elements.a.attributionDestination - Missing keys for private click measurement #25595

Open
ddbeck opened this issue Jan 7, 2025 · 0 comments
Labels
data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML

Comments

@ddbeck
Copy link
Collaborator

ddbeck commented Jan 7, 2025

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

Private click measurement data is incomplete; two keys I'd expect to exist are missing.

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

I'd expect to see keys for:

  • html.elements.a.attributiondestination
  • api.HTMLAnchorElement.attributionDestination

with support shown in Safari.

Did you test this? If so, how?

I didn't test it properly (it's a rather complex API), but "attributionDestination" in HTMLAnchorElement.prototype returns true in the current version of Safari. That said, I'd expect the data to be equivalent to the already-recorded attributionsourceid attribute.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

Do you have anything more you want to share?

Discovered while reviewing web-platform-dx/web-features#2467.

MDN URL

No response

MDN metadata

No response

@queengooborg queengooborg added the data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML
Projects
None yet
Development

No branches or pull requests

2 participants