Skip to content

Commit

Permalink
search: Use <output> rather than <div role="status">
Browse files Browse the repository at this point in the history
Thanks axe plugin.
  • Loading branch information
jeremy-w committed Aug 20, 2024
1 parent e176b83 commit b7c06ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _includes/search-dictionary.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
<button id="search-dictionary-clear" class="button is-outlined ml-6">
Clear
</button>
<div
<output
id="search-dictionary-results"
role="status"
class="notification is-light mt-4 is-hidden"
></div>
></output>
</form>
<script async>
/** The form fields, for keying into the FormData. */
Expand Down

0 comments on commit b7c06ae

Please sign in to comment.