html.elements.a.attributionDestination
- Missing keys for private click measurement
#25595
Labels
data:html
Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML
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
returnstrue
in the current version of Safari. That said, I'd expect the data to be equivalent to the already-recordedattributionsourceid
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
The text was updated successfully, but these errors were encountered: