We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ddf27 commit 683fc32Copy full SHA for 683fc32
packages/lit-dev-content/site/_includes/site-nav.html
@@ -2,7 +2,7 @@
2
<a href="{{ site.baseurl }}/docs/">Documentation</a>
3
4
<litdev-version-selector>
5
- <select name="version" autocomplete="off">
+ <select name="version" autocomplete="off" aria-label="Lit version selector">
6
{% for version, versionData in versions %}
7
<option value="{{ version }}"
8
{% if version == selectedVersion %}
0 commit comments