Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mappings for sectionheader/footer #207

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3559,6 +3559,96 @@ <h4 id=role-map-searchbox><code>searchbox</code></h4>
</tr>
</tbody>
</table>
<h4 id=role-map-sectionfooter><code>sectionfooter</code></h4>
<table aria-labelledby=role-map-sectionfooter>
<tbody>
<tr>
<th>ARIA Specification</th>
<td>
<a class="role-reference" href="#sectionfooter"><code>sectionfooter</code></a>
</td>
</tr>
<tr>
<th>Computed Role</th>
<td>
<p><code>sectionfooter</code></p>
</td>
</tr>
<tr>
<th>MSAA + IAccessible2</th>
<td>
<span class="property">Role: <code>ROLE_SYSTEM_GROUPING</code></span><br>
<span class="property">Object Attribute: <code>xml-roles:sectionfooter</code></span>
</td>
</tr>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Control Type: <code>Group</code></span><br>
<span class="property">Localized Control Type: <code>sectionfooter</code></span>
</td>
</tr>
<tr>
<th><abbr title="Accessibility Toolkit">ATK</abbr>/<abbr title="Assistive Technology - Service Provider Interface">AT-SPI</abbr></th>
<td>
<span class="property">Role: <code>ROLE_FOOTER</code></span><br>
</td>
</tr>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr><sup>[<a href="#ftn.note1">Note 1</a>]</sup></th>
<td>
<span class="property">AXRole: <code>AXGroup</code></span><br>
<span class="property">AXSubrole: <code>&lt;nil&gt;</code></span><br>
<span class="property">AXRoleDescription: <code>sectionfooter</code></span>
</td>
</tr>
</tbody>
</table>
<h4 id=role-map-sectionheader><code>sectionheader</code></h4>
<table aria-labelledby=role-map-sectionheader>
<tbody>
<tr>
<th>ARIA Specification</th>
<td>
<a class="role-reference" href="#sectionheader"><code>sectionheader</code></a>
</td>
</tr>
<tr>
<th>Computed Role</th>
<td>
<p><code>sectionheader</code></p>
</td>
</tr>
<tr>
<th>MSAA + IAccessible2</th>
<td>
<span class="property">Role: <code>ROLE_SYSTEM_GROUPING</code></span><br>
<span class="property">Object Attribute: <code>xml-roles:sectionheader</code></span>
</td>
</tr>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Control Type: <code>Group</code></span><br>
<span class="property">Localized Control Type: <code>sectionheader</code></span>
</td>
</tr>
<tr>
<th><abbr title="Accessibility Toolkit">ATK</abbr>/<abbr title="Assistive Technology - Service Provider Interface">AT-SPI</abbr></th>
<td>
<span class="property">Role: <code>ROLE_HEADER</code></span>
</td>
</tr>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr><sup>[<a href="#ftn.note1">Note 1</a>]</sup></th>
<td>
<span class="property">AXRole: <code>AXGroup</code></span><br>
<span class="property">AXSubrole: <code>&lt;nil&gt;</code></span><br>
<span class="property">AXRoleDescription: <code>sectionheader</code></span>
</td>
</tr>
</tbody>
</table>
<h4 id=role-map-separator><code>separator</code> (non-focusable)</h4>
<table aria-labelledby=role-map-separator>
<tbody>
Expand Down
Loading