Implement <hr>-in-<select>
Categories
(Core :: DOM: Forms, enhancement)
Tracking
()
People
(Reporter: annevk, Assigned: canadahonk)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, parity-chrome, parity-safari)
Attachments
(1 file)
This requires both HTML parser changes and some <select> rendering changes.
HTML PR: https://github.com/whatwg/html/pull/9124.
Updated•2 years ago
|
Comment 1•2 years ago
|
||
MDN Docs work can be tracked in https://github.com/mdn/content/issues/26536
Comment 2•2 years ago
|
||
The Safari 17 beta release notes list this.
Assignee | ||
Comment 3•1 year ago
|
||
Updated HTML parser to allow <hr> in <select>.
Also updated internal toolkit UI for <select> dropdown to create
menuseperators from hrs.
WIP. Todo:
- XUL styling
- Testing (WPT/HTML5Lib?)
Updated•1 year ago
|
Updated•1 year ago
|
Comment 5•1 year ago
|
||
Backed out for causing bc failures on browser_selectpopup_colors.js
Assignee | ||
Comment 8•1 year ago
|
||
Standards position: https://github.com/mozilla/standards-positions/issues/887
Intent to prototype and ship: https://groups.google.com/a/mozilla.org/g/dev-platform/c/hQExM12Wzf0
Comment 9•1 year ago
|
||
bugherder |
Comment 10•1 year ago
|
||
:canadahonk could you consider nominating this for a release note? (Process info)
Assignee | ||
Comment 11•1 year ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: New HTML feature
[Affects Firefox for Android]: Somewhat, it is parsed correctly but does not render separators in the select menu.
[Suggested wording]: <hr>-in-<select> is now supported, allowing websites to easily use separators inside a <select> element.
[Links (documentation, blog post, etc)]:
Comment 12•1 year ago
|
||
Thanks, added to the Fx122 nightly release notes, please allow 30 mins for the site to update.
Keeping the relnote-firefox flag as ? to keep it on the radar for inclusion in the final Fx122 release notes.
Comment 13•1 year ago
|
||
Did we have a bug for the followup work for GeckoView to display the separator?
Updated•1 year ago
|
Updated•1 year ago
|
Comment 15•1 year ago
|
||
Associated MDN content PRs
Comment 16•11 months ago
|
||
Description
•