←back to thread

507 points tosh | 2 comments | | HN request time: 0.42s | source
1. largehotcoffee ◴[] No.43538975[source]
Why would this be preferred over creating a new HTML element, like <options>?
replies(1): >>43540197 #
2. 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.