Skip to content

Commit

Permalink
ACTION-1691: UIA mapping for aria-errormessage.
Browse files Browse the repository at this point in the history
Added UIA mapping for aria-errormessage.  Added "TBD" for the other
three AAPIs.
  • Loading branch information
klown committed Feb 2, 2016
1 parent 4d18c36 commit 711c18b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions core-aam/core-aam.html
Expand Up @@ -1416,7 +1416,7 @@ <h4>Not Mapped</h4>
<li>Expose pointer to the accessible object in <code>IA2_RELATION_CONTROLLER_FOR</code> </li>
<li>Expose reverse relations as described in <a href="#mapping_additional_relations">Relations</a>.</li>
</ul></td>
<td>Expose pointer to the accessible object <code>ControllerFor</code> property</td>
<td>Expose pointer to the accessible object using <code>ControllerFor</code> property</td>
<td>Expose pointer to the accessible object <code>RELATION_CONTROLLER_FOR</code>
<p>Expose reverse relations as described in <a href="#mapping_additional_relations">Relations</a>.</p></td>
<td><code>array AXLinkedUIElements</code> contains pointers to nodes matching IDREFs</td>
Expand Down Expand Up @@ -1493,6 +1493,13 @@ <h4>Not Mapped</h4>
<p><a href="#not_mapped">Not mapped</a> if not specified by the author.</p></td>
<td><a href="#not_mapped">Not mapped*</a></td>
</tr>
<tr id="ariaErrorMessage">
<th>[ARIA 1.1] <a class="property-reference" href="#aria-errormessage"><code>aria-errormessage</code></a></th>
<td>TBD</td>
<td>Expose pointer to the accessible object using <code>ControllerFor</code> property.</td>
<td>TBD</td>
<td>TBD</td>
</tr>
<tr id="ariaExpandedTrue">
<th><a class="state-reference" href="#aria-expanded"><code>aria-expanded</code></a><code>=&quot;true&quot;</code> (state)</th>
<td>Set <code>STATE_SYSTEM_EXPANDED</code></td>
Expand Down Expand Up @@ -2676,7 +2683,7 @@ <h2>Change Log</h2>
<section>
<h2>Substantive changes since the <a href="http://www.w3.org/TR/2015/WD-core-aam-1.1-20151119/">last public working draft</a></h2>
<ul>
<li>02-Feb-2016: Modified UIA mapping of main role to include a Landmark Type and a Localized Landmark Type.</li>
<li>02-Feb-2016: Modified UIA mapping of main role to include a Landmark Type and a Localized Landmark Type. Added UIA mapping for aria-errormessage.</li>
<li>25-Jan-2016: Added AXAPI mappings for aria-current.</li>
<li>15-Jan-2016: Added UIA mappings for aria-current.</li>
<li>11-Jan-2016: Modified UIA mapping for roles article and application. Finalized IA2 mapping of aria-current.</li>
Expand Down

0 comments on commit 711c18b

Please sign in to comment.