Skip to content

Commit 488c53a

Browse files
committed
Add one more Failed example
1 parent 5c5e282 commit 488c53a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_rules/aria-required-owned-element-bc4a75.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,17 @@ This element with the `menu` role owns `tr` elements with an explicit `list` rol
301301
</table>
302302
```
303303

304+
#### Failed Example 10
305+
306+
This element with the implicit `list` role owns an element with the implicit `generic` role. The `generic` role is not one of the [required owned elements][] for `list`. Note that this example is for demonstration purpose only because it's not a valid HTML 5 structure.
307+
308+
```html
309+
<ul>
310+
<div></div>
311+
<div></div>
312+
</ul>
313+
```
314+
304315
### Inapplicable
305316

306317
#### Inapplicable Example 1

0 commit comments

Comments
 (0)