Skip to content

Commit

Permalink
Core-AAM: Add macOS mapping for aria-errormessage
Browse files Browse the repository at this point in the history
Expose the textual content of the referenced element as the value of
AXHelp.

Fixes github issue #457.
  • Loading branch information
joanmarie committed Aug 2, 2017
1 parent 09e4bca commit 59b10e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core-aam/core-aam.html
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,8 @@ <h4>Not Mapped</h4>
<td>
<p>If the referenced object is in the accessibility tree, expose a pointer to the accessible object using <code>RELATION_ERROR_MESSAGE</code>, and expose reverse relations as described in <a href="#mapping_additional_relations">Relations</a>.</p>
</td>
<td>TBD.</td>
<td>Expose the textual content of the referenced element as the value of <code>AXHelp</code>.</td>
</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>
Expand Down Expand Up @@ -3478,6 +3479,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-Aug-2017: Add macOS mapping for aria-errormessage.</li>
<li>02-Aug-2017: Replace STATE_LINKED with STATE_SYSTEM_LINKED for MSAA + IAccessible2 mapping of role link.</li>
<li>02-Aug-2017: Change mapping of aria-readonly="false" from exposing ATK_STATE_EDITABLE on textbox to clearing ATK_STATE_READ_ONLY. For aria-readonly="true", add statement that AtkEditableText should not be implemented, and that ATK_STATE_CHECKABLE not be exposed on roles which support aria-checked.</li>
<li>01-Aug-2017: Remove explicit "do not expose STATE_EDITABLE" for roles which are by definition not editable from the ATK mappings.</li>
Expand Down

0 comments on commit 59b10e4

Please sign in to comment.