Demos/selectmenu
Patrick Brosset bbfd123ea7 Fixed combobox demo 2022-09-01 11:22:52 +02:00
..
README.md Revised all READMEs 2022-08-25 11:34:48 +02:00
index.html Fixed combobox demo 2022-09-01 11:22:52 +02:00
style.css Turning <popup>s into <div popup>s 2022-04-14 09:48:22 +02:00

README.md

Open UI's <selectmenu> demos

➡️ Open the demo ⬅️

The purpose of Open UI is to provide the web platform with UI controls that can be styled and extended by web developers.

Open UI is working on a specification of a new <select> element and it is being prototyped in Chromium by the Microsoft Edge team.

The demos in this folder show how this prototype can currently be used to achieve what was once only possible with custom (and often inaccessible) selects.

Note: the experimental <selectmenu> control allows web developers to go very far in extending the default control. They can in fact replace the entire shadow DOM of the control and introduce their own, with extra elements inside and around the various button, listbox, and options parts. The demos in this folder use this to push the prototype to its limits, but as a result introduces sometimes inaccessible use cases. These are currently serving as a way to provoke discussions aimed at evolving the specification and implementation. They should not be taken as examples of what to do with the new <selectmenu> element.