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
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,8 @@ ...@@ -42,7 +42,8 @@
<label for="unique">output unique lines only</label> <label for="unique">output unique lines only</label>
</div> </div>
</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> </main>
</body> </body>
<script src="script.js"></script> <script src="script.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment