File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 8
8
< style > [aria-selected = "true" ] { font-weight : bold; }</ style >
9
9
</ head >
10
10
< body >
11
- < label >
12
- Least favorite robot
13
- < input aria-owns ="list-id " role ="combobox " type ="text ">
14
- </ label >
15
- < ul role ="listbox " id ="list-id ">
16
- < li id ="baymax " role ="option "> Baymax</ li >
17
- < li > < del > BB-8</ del > </ li >
18
- < li id ="hubot " role ="option "> Hubot</ li >
19
- < li id ="r2-d2 " role ="option "> R2-D2</ li >
20
- </ ul >
11
+ < form >
12
+ < label >
13
+ Least favorite robot
14
+ < input aria-owns ="list-id " role ="combobox " type ="text ">
15
+ </ label >
16
+ < ul role ="listbox " id ="list-id ">
17
+ < li id ="baymax " role ="option "> Baymax</ li >
18
+ < li > < del > BB-8</ del > </ li >
19
+ < li id ="hubot " role ="option "> Hubot</ li >
20
+ < li id ="r2-d2 " role ="option "> R2-D2</ li >
21
+ </ ul >
22
+ </ form >
21
23
< pre class ="events "> </ pre >
22
24
< script type ="text/javascript ">
23
25
comboboxNav . install ( document . querySelector ( 'input' ) , document . querySelector ( 'ul' ) )
You can’t perform that action at this time.
0 commit comments