html: Add the 'name' and 'areas' IDL attributes for <map>#40133
Merged
TimvdLippe merged 1 commit intoservo:mainfrom Oct 24, 2025
Merged
html: Add the 'name' and 'areas' IDL attributes for <map>#40133TimvdLippe merged 1 commit intoservo:mainfrom
TimvdLippe merged 1 commit intoservo:mainfrom
Conversation
|
🔨 Triggering try run (#18778696939) for Linux (WPT) |
TimvdLippe
requested changes
Oct 24, 2025
Contributor
TimvdLippe
left a comment
There was a problem hiding this comment.
Only a couple of nits, the rest LGTM. Thanks!
|
Test results for linux-wpt from try job (#18778696939): Flaky unexpected result (26)
Stable unexpected results that are known to be intermittent (29)
Stable unexpected results (2)
|
|
|
Follow the HTML specification and add the missing 'name' and 'areas' IDL attributes to HTMLMapElement. https://html.spec.whatwg.org/multipage/#htmlmapelement Testing: Improvements in the following WPT tests - custom-elements/reactions/customized-builtins/HTMLMapElement.html - html/dom/elements/name-content-attribute-and-property.html - html/dom/idlharness.https.html - html/dom/reflection-embedded.html Signed-off-by: Andrei Volykhin <[email protected]>
f5b971e to
74e4ced
Compare
Contributor
Author
|
|
🔨 Triggering try run (#18779800280) for Linux (WPT) |
TimvdLippe
approved these changes
Oct 24, 2025
Contributor
Author
|
Old closed issue: #1845 |
|
Test results for linux-wpt from try job (#18779800280): Flaky unexpected result (16)
Stable unexpected results that are known to be intermittent (27)
|
|
✨ Try run (#18779800280) succeeded. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Follow the HTML specification and add the missing 'name' and 'areas' IDL attributes to HTMLMapElement.
https://html.spec.whatwg.org/multipage/#htmlmapelement
Testing: Improvements in the following WPT tests