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 58de9ca commit 74715e4Copy full SHA for 74715e4
src/templates/pages/index.hbs
@@ -11,7 +11,7 @@ slug: /
11
<form id="search" method="get" action="https://www.google.com/search">
12
<input type="hidden" name="as_sitesearch" value="p5js.org" >
13
<input id="search_button" type="submit" aria-label="Search" class='sr-only'>
14
- <input id='search_field' type="text" size="20" placeholder="Search p5js.org" name="q" >
+ <input tabindex="1" id='search_field' type="text" size="20" placeholder="Search p5js.org" name="q" >
15
<label class="sr-only" for="search_field">Search p5js.org</label>
16
</form>
17
0 commit comments