We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add7dec commit 7101fe6Copy full SHA for 7101fe6
specs/i18n/i18n-spec.md
@@ -301,7 +301,7 @@ locales. The list is rendered at build time from `locales.properties`.
301
```html
302
<!-- inside .nav-right, adjacent to the existing theme-toggle button -->
303
<div class="locale-picker" id="localePicker">
304
- <button class="locale-toggle" aria-haspopup="listbox" aria-expanded="false"
+ <button type="button" class="locale-toggle" aria-haspopup="listbox" aria-expanded="false"
305
aria-label="Select language">🌐</button>
306
<ul role="listbox" aria-label="Language">
307
<li role="option" data-locale="en" aria-selected="true">English</li>
0 commit comments