spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit 95d515a52f9c6c3dff012a0c68436caf1c45adf1
parent 6a74fee656f5ac926116d7883b6bda64892fb0a8
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Wed, 12 Aug 2020 16:54:23 -0700

Add lables to reference table elements.

Diffstat:
Mreference.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reference.html b/reference.html @@ -24,7 +24,7 @@ </noscript> <div id="controls"> - <select id="referenceSet" onchange="referenceSetChanged()"> + <select id="referenceSet" aria-label="Vocab Set" onchange="referenceSetChanged()"> <option>Choose a vocab set</option> <optgroup label="Common Words"> <option>Verbs</option> @@ -51,7 +51,7 @@ <option>Health</option> </optgroup> </select> - <input type="text" id="referenceFilter" onkeyup="referenceFilterChanged()" placeholder="Search"> + <input type="text" aria-label="Search" id="referenceFilter" onkeyup="referenceFilterChanged()" placeholder="Search"> </div> <div id="referenceTable">