Skip to content

Commit

Permalink
update <body> mappings / issue #117
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkiss committed Feb 6, 2018
1 parent 283c183 commit 0ba4185
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -601,11 +601,35 @@ <h3>HTML Element Role Mappings</h3>
</tr>
<tr tabindex="-1" id="el-body">
<th><a href="https://www.w3.org/TR/html/sections.html#the-body-element"><code>body</code></a></th>
<td class="aria"><a class="core-mapping" href="#role-map-document"><code>document</code></a> role</td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="aria">No corresponding role</td>
<td class="ia2">
<div class="role">
<span class="type">Roles: </span><code>ROLE_SYSTEM_DOCUMENT</code>
</div>
</td>
<td class="uia">
<div class="ctrltype">
<span class="type">Control Type: </span><code>Pane</code>
</div>
<div class="ctrltype"><span class="type">Localized Control Type:</span> <code>"pane"</code></div>
</td>
<td class="atk">
<div class="role">
<span class="type">Role: </span>
<code>ATK_ROLE_DOCUMENT_WEB</code>
</div>
</td>
<td class="ax">
<div class="role">
<span class="type">AXRole: </span><code>AXWebArea</code>
</div>
<div class="subrole">
<span class="type">AXSubrole: </span><code>(nil)</code>
</div>
<div class="roledesc">
<span class="type">AXRoleDescription: </span><code>"HTML content"</code>
</div>
</td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="el-br">
Expand Down Expand Up @@ -5875,6 +5899,7 @@ <h3>Change Log</h3>
<section>
<h4>Substantive changes since moving entirely to the Web Platform Working Group (01-Oct-2016)</h4>
<ul>
<li>07-Feb-2018: Updated mappings for the <code>body</code> element. See <a href="https://github.com/w3c/html-aam/issues/117">GitHub issue #117</a>.</li>
<li>23-Jan-2018: Updated mappings for the <code>address</code> element. See <a href="https://github.com/w3c/html-aam/issues/33">GitHub issue #33</a>.</li>
<li>23-Jan-2018: Updated mappings for the <code>dt</code> element. See <a href="https://github.com/w3c/html-aam/issues/78">GitHub issue #78</a>.</li>
<li>23-Jan-2018: Updated AXAPI mappings for the <code>mark</code> element.</li>
Expand Down

0 comments on commit 0ba4185

Please sign in to comment.