Skip to content

Commit

Permalink
Clarify summary role when not properly used (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaohara authored Mar 8, 2023
1 parent 768d27e commit 515c6e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2865,7 +2865,10 @@ <h3>HTML Element Role Mappings</h3>
</div>
</td>
<!-- <td class="naming"></td> -->
<td class="comments"></td>
<td class="comments">
If a `summary` element is not a child of a `details` element, or it is not the first `summary` element of a parent `details`,
then the `summary` element MUST be exposed with a `generic` role.
</td>
</tr>
<tr tabindex="-1" id="el-sup">
<th><a data-cite="html">`sup`</a></th>
Expand Down

0 comments on commit 515c6e2

Please sign in to comment.