-
Notifications
You must be signed in to change notification settings - Fork 38
Base appearance for select multiple drop-down #609
Copy link
Copy link
Open
Labels
from: GoogleProposed, edited, or co-edited by Google.Proposed, edited, or co-edited by Google.topic: formsSpec relates to forms, form controls, or form submissionSpec relates to forms, form controls, or form submissiontopic: htmlSpec relates to HTML (Hypertext Markup Language)Spec relates to HTML (Hypertext Markup Language)venue: WHATWG HTML Workstream
Metadata
Metadata
Assignees
Labels
from: GoogleProposed, edited, or co-edited by Google.Proposed, edited, or co-edited by Google.topic: formsSpec relates to forms, form controls, or form submissionSpec relates to forms, form controls, or form submissiontopic: htmlSpec relates to HTML (Hypertext Markup Language)Spec relates to HTML (Hypertext Markup Language)venue: WHATWG HTML Workstream
Type
Fields
Give feedbackNo fields configured for issues without a type.
WebKittens
@annevk
Title of the proposal
HTML Standards
URL to the spec
whatwg/html#12069
URL to the spec's repository
https://github.com/whatwg/html
Issue Tracker URL
No response
Explainer URL
No response
TAG Design Review URL
none
Mozilla standards-positions issue URL
mozilla/standards-positions#1349
WebKit Bugzilla URL
No response
Radar URL
No response
Description
This spec change enables base appearance for
<select multiple size=1>. As I previously discussed with Anne, we could make<select multiple size=1>be a drop-down box for base appearance and a listbox for native appearance since macos doesn't have a drop-down multi-select picker.