You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic update from web-platform-tests
Change parser behavior of <select><select>
This patch makes the HTML parser convert nested <select> tags into
</select> instead of </select><select> for backwards compatibility with
the old parser. This behavior will apply to any nested selects, such as
<select><div><select>.
This was recommended here:
whatwg/html#10557 (comment)
This will be tested here:
html5lib/html5lib-tests#178 (comment)
Change-Id: I7a39901582b96edc10deca8794b9ce117aa08229
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6040687
Commit-Queue: Joey Arhar <[email protected]>
Reviewed-by: David Baron <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1391787}
--
wpt-commits: c4c67222e7b0677f92f43280837db48473603f1e
wpt-pr: 49525
Copy file name to clipboardExpand all lines: testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html
0 commit comments