Skip to content

Commit

Permalink
Merge pull request #2275 from w3c/uia-input-cleanup
Browse files Browse the repository at this point in the history
[html-aam] - UIA input mappings cleanup
  • Loading branch information
scottaohara authored Aug 15, 2024
2 parents e9dc2c1 + 8c3fc86 commit 6723ad2
Showing 1 changed file with 14 additions and 25 deletions.
39 changes: 14 additions & 25 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3471,7 +3471,6 @@ <h4 id="el-input-email">`input` <span class="el-context">(`type` attribute in th
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general">Use WAI-ARIA mapping</div>
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"email"`</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -3753,10 +3752,7 @@ <h4 id="el-input-number">`input` <span class="el-context">(`type` attribute in t
<tr>
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general">If implemented as a spin button, use WAI-ARIA mapping for <a class="core-mapping" href="#role-map-spinbutton">`spinbutton`</a>.</div>
<div class="general">If implemented as a text input:</div>
<div class="ctrltype"><span class="type">Control Type:</span> `Edit`</div>
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"number"`</div>
<div class="general">Use WAI-ARIA mapping</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -3813,8 +3809,7 @@ <h4 id="el-input-password">`input` <span class="el-context">(`type` attribute in
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="ctrltype"><span class="type">Control Type:</span> `Edit`</div>
<div class="properties"><span class="type">Localized Control Type:</span> `"password"`</div>
<div class="properties"><span class="type">Other properties: </span>Set `isPassword` to `true`</div>
<div class="properties"><span class="type">Other properties:</span> `isPassword=true`</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -4144,7 +4139,6 @@ <h4 id="el-input-tel">`input`<span class="el-context"> (`type` attribute in the
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general">Use WAI-ARIA mapping</div>
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"telephone"`</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -4378,7 +4372,6 @@ <h4 id="el-input-url">`input` <span class="el-context">(`type` attribute in the
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general">Use WAI-ARIA mapping</div>
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"url"`</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -15502,43 +15495,39 @@ <h4 id="att-type-input">`type`</h4>
</th>
<td>
<div class="general">
Defines the accessible role, states and other properties, refer to type="<a href="#el-input-text">`text`</a>", type="<a href="#el-input-password">`password`</a>", type="<a
href="#el-input-button"
>`button`</a
>", etc
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</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">
Defines the accessible role, states and other properties, refer to type="<a href="#el-input-text">`text`</a>", type="<a href="#el-input-password">`password`</a>", type="<a
href="#el-input-button"
>`button`</a
>", etc
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</div>
</td>
</tr>
<tr>
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
<td>
<div class="general">
Defines the accessible role, states and other properties, refer to type="<a href="#el-input-text">`text`</a>", type="<a href="#el-input-password">`password`</a>", type="<a
href="#el-input-button"
>`button`</a
>", etc
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</div>
</td>
</tr>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="general">
Defines the accessible role, states and other properties, refer to type="<a href="#el-input-text">`text`</a>", type="<a href="#el-input-password">`password`</a>", type="<a
href="#el-input-button"
>`button`</a
>", etc
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</div>
</td>
</tr>
Expand Down

0 comments on commit 6723ad2

Please sign in to comment.