Skip to content
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
@mikewest

Description

@mikewest

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1: urgentUrgent issues that should be addressed in the next minor or patch release.has: Pull RequestA PR has been created to address this issueresolution: fixedseverity: regressionThis issue is related to a regressiontype: bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions