Make <select> look through all descendants for <option> elements
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: keithamus, Assigned: jjaschke)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
Right now <select> looks through children & <optgroup> children for <option> elements, but should be updated to look through all of its descendants in the DOM tree for <option> elements.
| Assignee | ||
Comment 1•2 months ago
|
||
Extends the option list, disabled state, and optgroup notification logic to
handle options nested inside wrapper elements (e.g. <div> inside <select>),
per the spec's "list of options" and "concept-option-disabled" algorithms.
Updated•2 months ago
|
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/60314 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
Backed out for causing wpt failures
Updated•1 month ago
|
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/60347 for changes under testing/web-platform/tests
Comment 9•1 month ago
|
||
Backout merged in central: https://hg-edge.mozilla.org/mozilla-central/rev/7789ad17172f2a6dc0519a3e0a8682ab2736dc8a
Upstream PR merged by moz-wptsync-bot
Comment 11•1 month ago
|
||
Comment 12•1 month ago
|
||
| bugherder | ||
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/60378 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
| Assignee | ||
Updated•1 month ago
|
Updated•25 days ago
|
Description
•