Skip to content
Snippets Groups Projects
Commit 56fc4eeb authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix: add label to textarea


To increase accessibility.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 0173b6f0
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,8 @@
<label for="unique">output unique lines only</label>
</div>
</div>
<textarea autofocus placeholder="fill in lines to sort here …" spellcheck="false" autocomplete="off"></textarea>
<label for="textarea">Lines to sort or already sorted:</label>
<textarea id="textarea" autofocus placeholder="fill in lines to sort here …" spellcheck="false" autocomplete="off"></textarea>
</main>
</body>
<script src="script.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment