Skip to content

Commit f27488a

Browse files
authored
fix: remove label and legend (#147)
1 parent 79c0ebc commit f27488a

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

index.html

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,48 +1016,6 @@ <h3>Role Mapping Table</h3>
10161016
<span class="property">AXSubrole: <code>AXInsertStyleGroup</code></span><br />
10171017
</td>
10181018
</tr>
1019-
<tr id="role-map-label">
1020-
<th><a class="role-reference" href="#label"><code>label</code></a></th>
1021-
<td class="role-msaa-ia2">
1022-
<span class="property">Role: <code>ROLE_SYSTEM_STATICTEXT</code></span><br />
1023-
<span class="property">Role: <code>IA2_ROLE_LABEL</code></span><br />
1024-
<span class="seealso">See also: <a href="#ariaLabelledBy">aria-labelledby</a> regarding exposure of the labeled widget.</span>
1025-
</td>
1026-
<td class="role-uia">
1027-
<span class="property">Control Type: <code>Text</code></span><br />
1028-
<span class="seealso">See also: <a href="#ariaLabelledBy">aria-labelledby</a> regarding exposure of the labeled widget.</span>
1029-
</td>
1030-
<td class="role-atk">
1031-
<span class="property">Role: <code>ROLE_LABEL</code></span><br />
1032-
<span class="seealso">See also: <a href="#ariaLabelledBy">aria-labelledby</a> regarding exposure of the labeled widget.</span>
1033-
</td>
1034-
<td class="role-axapi">
1035-
<span class="property">AXRole: <code>AXGroup</code></span><br />
1036-
<span class="property">AXSubrole: <code>&lt;nil&gt;</code></span><br />
1037-
<span class="seealso">See also: <a href="#ariaLabelledBy">aria-labelledby</a> regarding exposure of the labeled widget.</span>
1038-
</td>
1039-
</tr>
1040-
<tr id="role-map-legend">
1041-
<th><a class="role-reference" href="#legend"><code>legend</code></a></th>
1042-
<td class="role-msaa-ia2">
1043-
<span class="property">Role: <code>ROLE_SYSTEM_STATICTEXT</code></span><br />
1044-
<span class="property">Role: <code>IA2_ROLE_LABEL</code></span><br />
1045-
<span class="seealso">See also: <a href="#ariaLabelledBy">aria-labelledby</a> regarding exposure of the labeled group.</span>
1046-
</td>
1047-
<td class="role-uia">
1048-
<span class="property">Control Type: <code>Text</code></span><br />
1049-
<span class="seealso">See also: <a href="#ariaLabelledBy">aria-labelledby</a> regarding exposure of the labeled group.</span>
1050-
</td>
1051-
<td class="role-atk">
1052-
<span class="property">Role: <code>ROLE_LABEL</code></span><br />
1053-
<span class="seealso">See also: <a href="#ariaLabelledBy">aria-labelledby</a> regarding exposure of the labeled group.</span>
1054-
</td>
1055-
<td class="role-axapi">
1056-
<span class="property">AXRole: <code>AXGroup</code></span><br />
1057-
<span class="property">AXSubrole: <code>&lt;nil&gt;</code></span><br />
1058-
<span class="seealso">See also: <a href="#ariaLabelledBy">aria-labelledby</a> regarding exposure of the labeled group.</span>
1059-
</td>
1060-
</tr>
10611019
<tr id="role-map-link">
10621020
<th><a class="role-reference" href="#link"><code>link</code></a></th>
10631021
<td class="role-msaa-ia2">
@@ -4561,6 +4519,7 @@ <h2>Change Log</h2>
45614519
<h2>Substantive changes since the last public working draft</h2>
45624520
<ul>
45634521
<!-- EdNote: After each WD publish, move contents of this list into the next one below. -->
4522+
<li>12-Oct-2022: Remove mappings for <code>label</code> and <code>legend</code>.</li>
45644523
<li>05-Apr-2021: Update ATK mappings for <code>aria-colindex</code>, <code>aria-colspan</code>, <code>aria-colcount</code>, <code>aria-rowindex</code>, <code>aria-rowspan</code>, and <code>aria-rowcount</code>.</li>
45654524
<li>06-Apr-2020: Update ATK mappings for <code>alert</code> and <code>alertdialog</code>.</li>
45664525
<li>25-Feb-2020: Add mappings for <code>comment</code>, <code>mark</code>, and <code>suggestion</code> roles. Include <code>comment</code> in calculation for <code>aria-label</code> and group position.</li>

0 commit comments

Comments
 (0)