Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1531,11 +1531,12 @@ <h2 id="docconformance">
[^html^]
</th>
<td>
<code>role=<a href="#index-aria-document">document</a></code>
<code>role=<a href="#index-aria-generic">generic</a></code>
</td>
<td>
<p>
<a><strong class="nosupport">No `role`</strong></a> other than <code><a href="#index-aria-document">document</a></code>, which is NOT RECOMMENDED.
<a><strong class="nosupport">No `role`</strong></a> other than <code><a href="#index-aria-document">document</a></code>
or <code><a href="#index-aria-generic">generic</a></code>, which are NOT RECOMMENDED.
</p>
<p>
<strong>No `aria-*` attributes</strong>.
Expand Down