This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
<select>
elements are unclosed. #10828
Closed
Description
Actual Behavior:
What is the issue? *
https://bugs.chromium.org/p/chromium/issues/detail?id=750575#c5 describes a scenario in which a form is constructed. The form opens <select>
elements, but never closes them. This is unfortunate, as Chrome is experimenting with dangling markup mitigations that prevent form submission in the presence of unclosed <select>
elements (see https://bugs.chromium.org/p/chromium/issues/detail?id=680462 for some detail).
What is the expected behavior?
The <select>
elements should be closed. :)
Thanks!