Skip to content

Commit 66404b7

Browse files
Update aria-required-owned-element-bc4a75.md (#2249)
1 parent c8fe9e8 commit 66404b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This element with the `list` role only owns elements with the `listitem` role. T
8080
This element with the `grid` role only owns elements with the `row` role, and the element with the `row` role only owns elements with the `gridcell` role. The `row` role is one of the [required owned elements][] for `grid`, and `gridcell` is one of the [required owned elements][] for `row`.
8181

8282
```html
83-
<table role="grid">
83+
<table role="grid" aria-label="grid name">
8484
<tr role="row">
8585
<td role="gridcell">Item 1</td>
8686
</tr>

0 commit comments

Comments
 (0)