Improve accessibility (#418)

This commit is contained in:
Daniel Nixon
2023-08-10 14:33:08 +10:00
committed by GitHub
parent 017fb25625
commit 8b40ee549c

View File

@@ -7,8 +7,8 @@
<body> <body>
<form> <form>
<label>Keyboard shortcut</label> <label for="shortcut">Keyboard shortcut</label>
<input type="text" id="shortcut" > <input type="text" id="shortcut">
<button id="update">Update keyboard shortcut</button> <button id="update">Update keyboard shortcut</button>
<button id="reset">Reset keyboard shortcut</button> <button id="reset">Reset keyboard shortcut</button>
</form> </form>