πŸ‘€ Intent to Prototype: HTML `toolbar` element
groups.google.com/a/chromium.o!

Example from the Explainer (open-ui.org/components/toolbar):

```html
<toolbar aria-label="Main">
<button id="undoButton" aria-label="Undo"><img src="..." alt=""></button>
<button id="redoButton" aria-label="Redo"><img src="..." alt=""></button>
<input id="zoomSelect" list="zoom" aria-label="Zoom">
...
</toolbar>
<datalist id="zoom">
<option>Fit</option>
<option>50%</option>
...
</datalist>
```

0

If you have a fediverse account, you can quote this note from your own instance. Search https://toot.cafe/users/tomayac/statuses/116181454855423105 on your instance and quote it. (Note that quoting is not supported in Mastodon.)