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

Core-AAM: Correct spelling of two constants for ATK/AT-SPI2 #551

Closed
wants to merge 1 commit 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
6 changes: 3 additions & 3 deletions core-aam/core-aam.html
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ <h3>Role Mapping Table</h3>
<td><code>ROLE_SYSTEM_LISTITEM</code> + <code>STATE_SYSTEM_READONLY</code></td>
<td><p><code>ListItem</code></p>
<p>Also requires <code>selectionitem</code> pattern; <code>selectionContainer</code> property must reference the parent <code>list</code> object</p></td>
<td><code>ROLE_LISTITEM</code> + do not expose <code>STATE_EDITABLE</code></td>
<td><code>ROLE_LIST_ITEM</code> + do not expose <code>STATE_EDITABLE</code></td>
<td>AXRole: <code>AXGroup</code><br />
AXSubrole: <code>&lt;nil&gt;</code><br />
AXRoleDescription: <code>'group'</code></td>
Expand Down Expand Up @@ -2442,10 +2442,10 @@ <h4>Not Mapped</h4>
<p>For elements with <code>role='gridcell'</code>, and no <code>aria-readonly</code> property, the grid cell MUST inherit any author <code>aria-readonly='true'</code> property from the containing <code>grid</code> or <code>treegrid</code> and expose <code>Value.IsReadOnly=&quot;true&quot;</code>.</p></td>
<td><p>[ARIA 1.1]</p>
<ul>
<li><code>STATE_READONLY</code></li>
<li><code>STATE_READ_ONLY</code></li>
<li>Clear <code>STATE_EDITABLE</code> if on a <a class="role-reference" href="#textbox">textbox</a></li>
</ul>
<p>For elements with <code>role='gridcell'</code>, and no <code>aria-readonly</code> property, the grid cell MUST inherit any author <code>aria-readonly='true'</code> property from the containing <code>grid</code> or <code>treegrid</code> and expose <code>STATE_READONLY</code>.</p></td>
<p>For elements with <code>role='gridcell'</code>, and no <code>aria-readonly</code> property, the grid cell MUST inherit any author <code>aria-readonly='true'</code> property from the containing <code>grid</code> or <code>treegrid</code> and expose <code>STATE_READ_ONLY</code>.</p></td>
<td><p><code>AXValue</code>: the <code>accessibilityIsAttributeSettable</code> method returns <code>NO</code>.</p>
<p>For elements with <code>role='gridcell'</code>, and no <code>aria-readonly</code> property, the grid cell MUST inherit any author <code>aria-readonly='true'</code> property from the containing <code>grid</code> or <code>treegrid</code> and expose <code>AXValue</code> such that the <code>accessibilityIsAttributeSettable</code> method returns <code>NO</code>.</p></td>
</tr>
Expand Down