Apple’s List of Features Coming in Safari 27 webkit.org

Apple’s WebKit team has lots of news about what to expect in Safari 27, and maybe the best is customizable Select:

Customizable select is coming to Safari 27. With this technology, developers can fully control the appearance of <select> elements — custom arrows, option layouts, color swatches, icons, full visual styling — without the need for JavaScript libraries or an endless parade of <div> elements. And because it’s a built-in control, you don’t have to compromise on keyboard navigation or accessibility semantics.

If you have ever tried to build a really nice-looking site-specific <select> menu, this is probably a huge relief. It certainly is to the me of a past life, back when I did a lot more front-end development day-to-day. Support for the base-select value began rolling out to other browsers last year.