←back to thread

507 points tosh | 1 comments | | HN request time: 0.201s | source
Show context
largehotcoffee ◴[] No.43538975[source]
Why would this be preferred over creating a new HTML element, like <options>?
replies(1): >>43540197 #
1. minitech ◴[] No.43540197[source]
Backwards compatibility. Older browsers will still be able to render the <select> and submit it as part of a form, just with its options unstyled.