Skip to content

Commit ef2ad72

Browse files
committed
AXAPI mappings for @title on <abbr>, and @abbr on <th> / issue #16
1 parent 9b38f15 commit ef2ad72

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -3594,7 +3594,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
35943594
"abbr" until child <a href="#el-abbr"><code>abbr</code></a> element is provided
35953595
</div>
35963596
</td>
3597-
<td class="ax">?</td>
3597+
<td class="ax"><code>AXDescription: &lt;value&gt;</code></td>
35983598
<td class="comments"></td>
35993599
</tr>
36003600
<tr tabindex="-1" id="att-accept">
@@ -5192,7 +5192,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
51925192
<tr tabindex="-1" id="att-title-abbr">
51935193
<th><code>title</code></th>
51945194
<td class="elements"><a href="https://www.w3.org/TR/html/textlevel-semantics.html#element-attrdef-abbr-title"><code>abbr</code></a>; <a href="https://www.w3.org/TR/html/textlevel-semantics.html#element-attrdef-dfn-title"><code>dfn</code></a></td>
5195-
<td class="aria">?</td>
5195+
<td class="aria"><div class="general">Not mapped</div></td>
51965196
<td class="ia2">
51975197
<div class="name">
51985198
Associates the <a class="termref">accessible name</a>
@@ -5204,7 +5204,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
52045204
Associates the <a class="termref">accessible name</a>
52055205
</div>
52065206
</td>
5207-
<td class="ax"><code>AXHelp: &lt;value&gt;</code></td>
5207+
<td class="ax"><code>AXExpandedTextValue: &lt;value&gt;</code></td>
52085208
<td class="comments"></td>
52095209
</tr>
52105210
<tr tabindex="-1" id="att-title-menuitem">
@@ -5857,9 +5857,10 @@ <h3>Change Log</h3>
58575857
<section>
58585858
<h4>Substantive changes since moving entirely to the Web Platform Working Group (01-Oct-2016)</h4>
58595859
<ul>
5860+
<li>02-June-2017: Updated AXAPI mappings for <code>title</code> attribute on <code>abbr</code> element, and <code>abbr</code> attribute on <code>th</code> element. See <a href="https://github.com/w3c/html-aam/issues/16">GitHub issue #16</a>.</li>
58605861
<li>31-May-2017: Updated mappings for <code>hidden</code> attribute. See <a href="https://github.com/w3c/html-aam/issues/38">GitHub issue #38</a>.</li>
58615862
<li>24-May-2017: Updated mappings for <code>selected</code> attribute. See <a href="https://github.com/w3c/html-aam/issues/92">GitHub issue #92</a>.</li>
5862-
<li>01-May-2017: Updated AX API mapping for <code>time</code> element. See <a href="https://github.com/w3c/html-aam/issues/88">GitHub issue #88</a>.</li>
5863+
<li>01-May-2017: Updated AXAPI mapping for <code>time</code> element. See <a href="https://github.com/w3c/html-aam/issues/88">GitHub issue #88</a>.</li>
58635864
<li>27-Apr-2017: Updated UIA mappings for <code>lang</code> and <code>dir</code> attributes. See <a href="https://github.com/w3c/html-aam/issues/19">GitHub issue #19</a>.</li>
58645865
<li>19-Apr-2017: Updated mapping for <code>colspan</code> and <code>rowspan</code> attributes. See GitHub <a href="https://github.com/w3c/html-aam/issues/56">issue #56</a> and <a href="https://github.com/w3c/html-aam/issues/57">issue #57</a>.</li>
58655866
<li>03-Apr-2017: Updated mapping for <code>section</code> element. See <a href="https://github.com/w3c/html-aam/issues/79">GitHub issue #79</a>.</li>

0 commit comments

Comments
 (0)