You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the new feature: <select size="5"> and <select multiple>* should both render as in-page listbox controls rather than the existing button with dropdown design.
Describe the new feature:
<select size="5">and<select multiple>* should both render as in-page listbox controls rather than the existing button with dropdown design.See https://html.spec.whatwg.org/multipage/rendering.html#list-box
<select multiple size="1">is special and should probably be kept as a dropdown. See Change definition of select element list box and drop-down box rendering whatwg/html#11460