mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Improve accessibility (#418)
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
<body>
|
||||
<form>
|
||||
<label>Keyboard shortcut</label>
|
||||
<input type="text" id="shortcut" >
|
||||
<label for="shortcut">Keyboard shortcut</label>
|
||||
<input type="text" id="shortcut">
|
||||
<button id="update">Update keyboard shortcut</button>
|
||||
<button id="reset">Reset keyboard shortcut</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user