-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document <hr>-in-<select> #26536
Labels
Content:HTML
Hypertext Markup Language docs
Comments
5 tasks
Note: The FF bug is https://bugzilla.mozilla.org/show_bug.cgi?id=1830909 (more info in whatwg/html link provided above). |
As the PR got merged, this issue is good to close. |
@postmeback There's no action taken on MDN side yet. |
Fixed in #31109 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per whatwg/html#9124 we plan on allowing
<hr>
to be used in<select>
. Rendering-wise this already works in Chromium and WebKit (at least on macOS), but the HTML parser changes are what will make it truly useful to web developers.The text was updated successfully, but these errors were encountered: