Skip to content

Commit

Permalink
dfn now maps to term role / issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkiss committed Nov 30, 2017
1 parent 5ca8528 commit fbb9f82
Showing 1 changed file with 6 additions and 30 deletions.
36 changes: 6 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -942,36 +942,11 @@ <h3>HTML Element Role Mappings</h3>
</tr>
<tr tabindex="-1" id="el-dfn">
<th><a href="https://www.w3.org/TR/html/textlevel-semantics.html#the-dfn-element"><code>dfn</code></a></th>
<td class="aria">No corresponding role</td>
<td class="ia2">
<div class="general">
No accessible object. Styles used are exposed by text attributes on its text container.
</div>
</td>
<td class="uia">
<div class="ctrltype"><span class="type">Control Type: </span><code>Group</code></div>
<div class="ctrltype"><span class="type">Localized Control Type: </span><code>"definition"</code></div>
<div class="general">No accessible object. Styles used are exposed by UIA text attributes of the <code>TextRange</code>
Control Pattern implemented on a parent accessible object.
</div>
</td>
<td class="atk">
<div class="general">
No accessible object. Styles used are
exposed by text attributes on its text container.
</div>
</td>
<td class="ax">
<div class="role">
<span class="type">AXRole: </span><code>AXGroup</code>
</div>
<div class="subrole">
<span class="type">AXSubrole: </span><code>(nil)</code>
</div>
<div class="roledesc">
<span class="type">AXRoleDescription: </span><code>"group"</code>
</div>
</td>
<td class="aria"><a class="core-mapping" href="#role-map-term"><code>term</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="comments"></td>
</tr>
<tr tabindex="-1" id="el-dialog">
Expand Down Expand Up @@ -5957,6 +5932,7 @@ <h3>Change Log</h3>
<section>
<h4>Substantive changes since moving entirely to the Web Platform Working Group (01-Oct-2016)</h4>
<ul>
<li>01-Dec-2017: Updated mappings for the <code>dfn</code> element. See <a href="https://github.com/w3c/html-aam/issues/6">GitHub issue #6</a>.</li>
<li>30-Nov-2017: Updated mappings for the <code>meter</code> element. See <a href="https://github.com/w3c/html-aam/issues/2">GitHub issue #2</a>.</li>
<li>24-Nov-2017: Updated mappings for the <code>audio</code> and <code>video</code> elements. See <a href="https://github.com/w3c/html-aam/issues/80">GitHub issue #80</a>.</li>
<li>23-Nov-2017: Updated <code>figure</code> element mappings to reflect the <a href="http://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure">WAI-ARIA <code>figure</code> role mappings</a>.</li>
Expand Down

0 comments on commit fbb9f82

Please sign in to comment.