8000 Addition: Revise address element to map to role=group by scottaohara · Pull Request #420 · w3c/html-aam · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Revise address element to map to role=group
Per discussion `<address>` in #373, WG had no objections to mapping the element to the `group` role.
  • Loading branch information
scottaohara authored Jul 2, 2022
commit a49381dcc3bd49cbd9ca65bf23309c531fb085cf
33 changes: 6 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,34 +320,13 @@ <h3>HTML Element Role Mappings</h3>
</tr>
<tr tabindex="-1" id="el-address">
<th><a data-cite="HTML">`address`</a></th>
<td class="aria">No corresponding role</td>
<td class="ia2">
<div class="role">
<span class="type">Roles:</span>
`ROLE_SYSTEM_GROUPING`; `IA2_ROLE_SECTION`
</div>
</td>
<td class="uia">
<div class="ctrltype">
<span class="type">Control Type:</span> `Group`
</div>
</td>
<td class="atk">
<div class="role">
<span class="type">Role:</span> `ATK_ROLE_SECTION`
</div>
</td>
<td class="ax">
<div class="role">
<span class="type">AXRole:</span> `AXGroup`
</div>
<div class="subrole">
<span class="type">AXSubrole:</span> `(nil)`
</div>
<div class="roledesc">
<span class="type">AXRoleDescription:</span> `"group"`
</div>
<td class="aria">
<a class="core-mapping" href="#role-map-group">`group`</a> role
</td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="el-area">
Expand Down
0