Skip to content

Commit

Permalink
update switch attr mapping table
Browse files Browse the repository at this point in the history
remove 'not mapped'
point to input type=checkbox switch mapping table, and replace other instances of 'not mapped' with 'use wai-aria mapping' text.
  • Loading branch information
scottaohara authored Aug 20, 2024
1 parent 28bb29c commit 653f74c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14656,40 +14656,42 @@ <h4 id="att-switch">`switch`</h4>
<tr>
<th>[[WAI-ARIA-1.2]]</th>
<td>
<div class="general">Not mapped</div>
<div class="general">
Refer to WAI-ARIA mapping for the <a class="core-mapping" href="#role-map-switch">`switch`</a> role.
</div>
</td>
</tr>
<tr>
<th>
<a href="https://msdn.microsoft.com/en-us/library/dd373608%28v=VS.85%29.aspx">MSAA</a> + <a href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/">IAccessible2</a>
</th>
<td>
<div class="general">Not mapped</div>
<div class="general">Use WAI-ARIA mapping</div>
</td>
</tr>
<tr>
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general">Not mapped</div>
<div class="general">Use WAI-ARIA mapping</div>
</td>
</tr>
<tr>
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
<td>
<div class="general">Not mapped</div>
<div class="general">Use WAI-ARIA mapping</div>
</td>
</tr>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="general">Not mapped</div>
<div class="general">Use WAI-ARIA mapping</div>
</td>
</tr>
<tr>
<th>Comments</th>
<td>
The `switch` attribute modifies the semantics and behavior of the `input` element in the checkbox state. See <a href="#el-input-checkbox-switch">`input type=checkbox switch`</a> for
mapping details.
The `switch` attribute modifies the semantics and behavior of the `input` element in the checkbox state.
Refer to <a href="#el-input-checkbox-switch">`input type=checkbox switch`</a>.
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 653f74c

Please sign in to comment.