Skip to content

Commit abee410

Browse files
Update role-required-states-and-properties-4e8ab6.md (#2313)
1 parent dd20b58 commit abee410

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

_rules/role-required-states-and-properties-4e8ab6.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -181,19 +181,6 @@ This `combobox` does not have the required `aria-expanded` property. Prior to [W
181181
</ul>
182182
```
183183

184-
#### Failed Example 6
185-
186-
This `combobox` uses `aria-owns` instead of using the required `aria-controls` property.
187-
188-
```html
189-
<label for="tag_combo">Tag</label>
190-
<input type="text" id="tag_combo" role="combobox" aria-expanded="true" aria-owns="popup_listbox" />
191-
<ul role="listbox" id="popup_listbox">
192-
<li role="option">Zebra</li>
193-
<li role="option" id="selected_option">Zoom</li>
194-
</ul>
195-
```
196-
197184
### Inapplicable
198185

199186
#### Inapplicable Example 1

0 commit comments

Comments
 (0)