Skip to content

Commit 66e20b6

Browse files
Update aria-allowed-child-element-with-presentational-parent-1g88p9.md
1 parent 7394a34 commit 66e20b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_rules/aria-allowed-child-element-with-presentational-parent-1g88p9.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The `li` elements inherit the presentational role from their `ul` parent element
6969
The `tr` and `td` elements inherit the presentational role from their `table` ancestor element with an [explicit semantic role][] of `presentation`.
7070

7171
```html
72-
<table role='presentation'>
72+
<table role="presentation">
7373
<tbody>
7474
<tr>
7575
<td>ACT Rules</td>
@@ -114,7 +114,7 @@ The `li` elements inherit the presentational role from their `ul` parent element
114114
The `td` elements inherit the presentational role from their `table` ancestor element with an [explicit semantic role][] of `presentation`, but the author forced its [explicit semantic role][] with `cell`.
115115

116116
```html
117-
<table role='presentation'>
117+
<table role="presentation">
118118
<tbody>
119119
<tr>
120120
<td role="cell">ACT Rules</td>

0 commit comments

Comments
 (0)