Skip to content

Commit 6723ad2

Browse files
authored
Merge pull request #2275 from w3c/uia-input-cleanup
[html-aam] - UIA input mappings cleanup
2 parents e9dc2c1 + 8c3fc86 commit 6723ad2

File tree

1 file changed

+14
-25
lines changed

1 file changed

+14
-25
lines changed

html-aam/index.html

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3471,7 +3471,6 @@ <h4 id="el-input-email">`input` <span class="el-context">(`type` attribute in th
34713471
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
34723472
<td>
34733473
<div class="general">Use WAI-ARIA mapping</div>
3474-
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"email"`</div>
34753474
</td>
34763475
</tr>
34773476
<tr>
@@ -3753,10 +3752,7 @@ <h4 id="el-input-number">`input` <span class="el-context">(`type` attribute in t
37533752
<tr>
37543753
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
37553754
<td>
3756-
<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>
3757-
<div class="general">If implemented as a text input:</div>
3758-
<div class="ctrltype"><span class="type">Control Type:</span> `Edit`</div>
3759-
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"number"`</div>
3755+
<div class="general">Use WAI-ARIA mapping</div>
37603756
</td>
37613757
</tr>
37623758
<tr>
@@ -3813,8 +3809,7 @@ <h4 id="el-input-password">`input` <span class="el-context">(`type` attribute in
38133809
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
38143810
<td>
38153811
<div class="ctrltype"><span class="type">Control Type:</span> `Edit`</div>
3816-
<div class="properties"><span class="type">Localized Control Type:</span> `"password"`</div>
3817-
<div class="properties"><span class="type">Other properties: </span>Set `isPassword` to `true`</div>
3812+
<div class="properties"><span class="type">Other properties:</span> `isPassword=true`</div>
38183813
</td>
38193814
</tr>
38203815
<tr>
@@ -4144,7 +4139,6 @@ <h4 id="el-input-tel">`input`<span class="el-context"> (`type` attribute in the
41444139
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
41454140
<td>
41464141
<div class="general">Use WAI-ARIA mapping</div>
4147-
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"telephone"`</div>
41484142
</td>
41494143
</tr>
41504144
<tr>
@@ -4378,7 +4372,6 @@ <h4 id="el-input-url">`input` <span class="el-context">(`type` attribute in the
43784372
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
43794373
<td>
43804374
<div class="general">Use WAI-ARIA mapping</div>
4381-
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"url"`</div>
43824375
</td>
43834376
</tr>
43844377
<tr>
@@ -15502,43 +15495,39 @@ <h4 id="att-type-input">`type`</h4>
1550215495
</th>
1550315496
<td>
1550415497
<div class="general">
15505-
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
15506-
href="#el-input-button"
15507-
>`button`</a
15508-
>", etc
15498+
Defines the accessible role, states and other properties, refer to
15499+
<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>,
15500+
etc.
1550915501
</div>
1551015502
</td>
1551115503
</tr>
1551215504
<tr>
1551315505
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
1551415506
<td>
1551515507
<div class="general">
15516-
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
15517-
href="#el-input-button"
15518-
>`button`</a
15519-
>", etc
15508+
Defines the accessible role, states and other properties, refer to
15509+
<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>,
15510+
etc.
1552015511
</div>
1552115512
</td>
1552215513
</tr>
1552315514
<tr>
1552415515
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
1552515516
<td>
1552615517
<div class="general">
15527-
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
15528-
href="#el-input-button"
15529-
>`button`</a
15530-
>", etc
15518+
Defines the accessible role, states and other properties, refer to
15519+
<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>,
15520+
etc.
1553115521
</div>
1553215522
</td>
1553315523
</tr>
1553415524
<tr>
1553515525
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
1553615526
<td>
1553715527
<div class="general">
15538-
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
15539-
href="#el-input-button"
15540-
>`button`</a
15541-
>", etc
15528+
Defines the accessible role, states and other properties, refer to
15529+
<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>,
15530+
etc.
1554215531
</div>
1554315532
</td>
1554415533
</tr>

0 commit comments

Comments
 (0)