Skip to content

Conversation

josepharhar
Copy link
Contributor

@josepharhar josepharhar commented Sep 29, 2025

Now that option elements can be any descendant of a select element, this algorithm needs to look higher than just its parent for a select element.

Fixes #11708

(See WHATWG Working Mode: Changes for more details.)


/form-elements.html ( diff )

Now that option elements can be any descendant of a select element, this
algorithm needs to look higher than just its parent for a select
element.

Fixes whatwg#11708
@annevk annevk added the topic: select The <select> element label Sep 30, 2025
Copy link
Member

@zcorpan zcorpan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with annevk's suggested change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: select The <select> element
Development

Successfully merging this pull request may close these issues.

option element form IDL attribute works incorrectly
3 participants