Skip to content
Merged
Changes from all commits
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
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en-US">
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>ARIA in HTML</title>
Expand Down Expand Up @@ -64,6 +64,11 @@
the following substantive additions and/or corrections have been proposed:
</p>
<ul>
<li>
<a href="https://github.com/w3c/html-aria/pull/550">23 July 2025 - Correction:</a>
Clarify that the <a href="#el-html">`html`</a> element is a `generic` element, and that
neither the `document` or `generic` roles are recommended to be used on the element.
</li>
<li>
<a href="https://github.com/w3c/html-aria/pull/525">23 December 2024 - Addition:</a>
Update the <a href="#el-img">`img`</a> element to allow the `math` role.
Expand Down Expand Up @@ -1532,11 +1537,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