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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user