Skip to content

Commit

Permalink
Update aria-allowed-child-element-with-presentational-parent-1g88p9.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomo-petri authored Jun 7, 2024
1 parent 7394a34 commit 66e20b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The `li` elements inherit the presentational role from their `ul` parent element
The `tr` and `td` elements inherit the presentational role from their `table` ancestor element with an [explicit semantic role][] of `presentation`.

```html
<table role='presentation'>
<table role="presentation">
<tbody>
<tr>
<td>ACT Rules</td>
Expand Down Expand Up @@ -114,7 +114,7 @@ The `li` elements inherit the presentational role from their `ul` parent element
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`.

```html
<table role='presentation'>
<table role="presentation">
<tbody>
<tr>
<td role="cell">ACT Rules</td>
Expand Down

0 comments on commit 66e20b6

Please sign in to comment.