Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
fix aria role classification in <thead>/<tfoot> element boxes (#1352)
Browse files Browse the repository at this point in the history
fixes #1350
  • Loading branch information
prlbr authored and chaals committed Apr 9, 2018
1 parent e9f808f commit 00cb85e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sections/semantics-tabular-data.include
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@
<{tfoot}> element.</dd>
<dt><a>Content attributes</a>:</dt>
<dd><a>Global attributes</a></dd>
<dt>[=Allowed ARIA role attribute values=]:</dt>
<dd>
<a attr-value for="aria/role"><code>rowgroup</code></a> role (default - <a><em>do not set</em></a>)
or
Expand Down Expand Up @@ -1019,6 +1020,7 @@
there is no more content in the parent element.</dd>
<dt><a>Content attributes</a>:</dt>
<dd><a>Global attributes</a></dd>
<dt>[=Allowed ARIA role attribute values=]:</dt>
<dd>
<a attr-value for="aria/role"><code>rowgroup</code></a> role (default - <a><em>do not set</em></a>)
or
Expand Down

0 comments on commit 00cb85e

Please sign in to comment.