Skip to content

Commit

Permalink
some updates to ruby elements / issue #115
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkiss committed Feb 7, 2018
1 parent 00125ff commit 386c231
Showing 1 changed file with 60 additions and 2 deletions.
62 changes: 60 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2626,6 +2626,34 @@ <h3>HTML Element Role Mappings</h3>
</td>
<td class="comments"></td>
</tr>





<tr tabindex="-1" id="el-rb">
<th><a href="http://w3c.github.io/html/textlevel-semantics.html#the-rb-element"><code>rb</code></a></th>
<td class="aria">No corresponding role</td>
<td class="ia2">?</td>
<td class="uia">?</td>
<td class="atk">?</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>AXRubyBase</code>
</div>
<div class="roledesc">
<span class="type">AXRoleDescription: </span><code>"group"</code>
</div>
</td>
<td class="comments"></td>
</tr>




<tr tabindex="-1" id="el-rp">
<th><a href="https://www.w3.org/TR/html/textlevel-semantics.html#the-rp-element"><code>rp</code></a></th>
<td class="aria">No corresponding role</td>
Expand All @@ -2645,7 +2673,7 @@ <h3>HTML Element Role Mappings</h3>
exposed if <a href="#el-ruby"><code>ruby</code></a> is supported by the browser.
</div>
</td>
<td class="ax">?</td>
<td class="ax">Not mapped</td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="el-rt">
Expand All @@ -2666,6 +2694,25 @@ <h3>HTML Element Role Mappings</h3>
No accessible object.
</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>AXRubyText</code>
</div>
<div class="roledesc">
<span class="type">AXRoleDescription: </span><code>"group"</code>
</div>
</td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="el-rtc">
<th><a href="http://w3c.github.io/html/textlevel-semantics.html#the-rtc-element"><code>rtc</code></a></th>
<td class="aria">No corresponding role</td>
<td class="ia2">?</td>
<td class="uia">?</td>
<td class="atk">?</td>
<td class="ax">?</td>
<td class="comments"></td>
</tr>
Expand All @@ -2689,7 +2736,17 @@ <h3>HTML Element Role Mappings</h3>
<code>ATK_ROLE_STATIC</code>
</div>
</td>
<td class="ax">?</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>AXRubyInline</code>
</div>
<div class="roledesc">
<span class="type">AXRoleDescription: </span><code>"group"</code>
</div>
</td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="el-s">
Expand Down Expand Up @@ -5782,6 +5839,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: Added entries for the <code>rb</code> and <code>rtc</code> elements, and updated AXAPI mappings for the <code>rb</code>, <code>rt</code> and <code>ruby</code> elements. See <a href="https://github.com/w3c/html-aam/issues/115">GitHub issue #115</a>.</li>
<li>07-Feb-2018: Updated mappings for the <code>svg</code> element. See <a href="https://github.com/w3c/html-aam/issues/43">GitHub issue #43</a>.</li>
<li>07-Feb-2018: Updated AXAPI mappings for the <code>del</code> and <code>ins</code> elements, and the <code>datetime</code> attribute.</li>
<li>07-Feb-2018: Aligned mappings with CORE-AAM as appropriate for <code>header</code> and <code>footer</code> when scoped to <code>body</code>, <code>aside</code>, and <code>output</code>. See <a href="https://github.com/w3c/html-aam/issues/119">GitHub issue #119</a>.</li>
Expand Down

0 comments on commit 386c231

Please sign in to comment.