Open
Bug 1933591
Opened 4 days ago
Updated 3 days ago
Implement new <select> HTML parser rules
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
UNCONFIRMED
People
(Reporter: jarhar, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Steps to reproduce:
Parse <select><div><option>
Actual results:
<div> is not included in resulting DOM
Expected results:
<div> should be included in resulting DOM
We are updating the HTML parser rules for <select> here: We are changing the HTML parser for <select> here: https://github.com/whatwg/html/pull/10557
Comment 1•4 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
Updated•3 days ago
|
Severity: -- → S3
Component: DOM: Core & HTML → DOM: HTML Parser
Updated•3 days ago
|
See Also: → https://github.com/whatwg/html/pull/10557
You need to log in
before you can comment on or make changes to this bug.
Description
•