Skip to content

Commit

Permalink
Merge pull request #532 from boggydigital/patch-1
Browse files Browse the repository at this point in the history
ISSUE-738:  UIA mapping for heading incorrect

Updated UIA mappings for role=heading
  • Loading branch information
klown committed Mar 20, 2017
2 parents e89e440 + b5a493d commit 6cd6093
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core-aam/core-aam.html
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,12 @@ <h3>Role Mapping Table</h3>
<th><a class="role-reference" href="#heading"><code>heading</code></a>
<span class="el-context">&#8211; The heading level is specified by the <a href="#ariaLevel"><code>aria-level</code></a> property.</span></th>
<td>Expose as object attribute <code>xml-roles:heading</code>.<p>Also, expose <code>IA2_ROLE_HEADING</code></p></td>
<td><code>Text</code></td>
<td>
<ul>
<li>Control Type is <code>Text</code>.</li>
<li>Localized Control Type is <code>heading</code>.</li>
</ul>
</td>
<td><code>ROLE_HEADING</code></td>
<td>AXRole: <code>AXHeading</code><br />
AXSubrole: <code>&lt;nil&gt;</code><br />
Expand Down

0 comments on commit 6cd6093

Please sign in to comment.