File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ The `aria-controls` [attribute value][] of this `scrollbar` matches the `id` of
78
78
The ` aria-controls ` [ attribute value] [ ] of this expanded ` combobox ` matches the ` id ` of the ` ul ` element in the same document.
79
79
80
80
``` html
81
- <label for =" tag_combo" >Tag</label >
81
+ <label for =" tag_combo" id = " tag_label " >Tag</label >
82
82
<input
83
83
type =" text"
84
84
id =" tag_combo"
@@ -87,7 +87,7 @@ The `aria-controls` [attribute value][] of this expanded `combobox` matches the
87
87
aria-controls =" popup_listbox"
88
88
aria-activedescendant =" selected_option"
89
89
/>
90
- <ul role =" listbox" id =" popup_listbox" >
90
+ <ul role =" listbox" id =" popup_listbox" aria-labelledby = " tag_label " >
91
91
<li role =" option" >Zebra</li >
92
92
<li role =" option" id =" selected_option" >Zoom</li >
93
93
</ul >
You can’t perform that action at this time.
0 commit comments