Add html.elements.area.attributionsrc
#25846
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
BCD has a key for
api.HTMLAreaElement.attributionsrc
, which reflects an HTML attribute. The HTML attribute was not represented inhtml.elements.area
. This PR fills in the missing data.Test results and supporting details
Chrome Platform Status says this attribute being included on
<area>
is a formalization of a Chromium implementation detail. While exposed from Chrome 133, the attribute itself worked since Chrome 125, when<a attributionsrc>
shipped.Related issues
api.HTMLAreaElement.attributionsrc
was added in Updates for Chrome 133 beta #25674attribution-reporting
: add more compat keys web-platform-dx/web-features#2605