1
0
mirror of synced 2024-11-21 20:46:07 +03:00

add label to one of focus grabbers to facilitate screen reader testing

This commit is contained in:
Igor Vaynberg 2019-07-18 12:44:02 -07:00
parent 32b8818c1b
commit f2c4a19bfc
3 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,8 @@
<body>
<p>
<input type="text" value="focus grabber 1" autofocus />
<label for="focus_grabber_1">Focus Grabber 1</label>
<input type="text" value="focus grabber 1" autofocus id="focus_grabber_1"/>
</p>
<p>
<section style="width:450px">

4
dist/select25.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long