Skip to content

Commit

Permalink
update mappings for pre and q elements (#424)
Browse files Browse the repository at this point in the history
updates the mappings to `generic` as discussed by the WG.
  • Loading branch information
scottaohara authored Jul 9, 2022
1 parent b827497 commit 9cdaf74
Showing 1 changed file with 14 additions and 69 deletions.
83 changes: 14 additions & 69 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2440,43 +2440,13 @@ <h3>HTML Element Role Mappings</h3>
</tr>
<tr tabindex="-1" id="el-pre">
<th><a data-cite="html">`pre`</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>
<div class="general">
Styles used are mapped to text attributes on the parent accessible object.
</div>
</td>
<td class="uia">
<div class="ctrltype">
<span class="type">Control Type:</span> `Text`
</div>
<div class="ctrltype">
<span class="type">Localized Control Type:</span> `"pre"`
</div>
</td>
<td class="atk">
<div class="role">
<span class="type">Role:</span>
`ATK_ROLE_SECTION`
</div>
<div class="general">
Styles used are mapped to text attributes on the accessible object.
</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-generic">`generic`</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-progress">
Expand All @@ -2494,41 +2464,16 @@ <h3>HTML Element Role Mappings</h3>
</tr>
<tr tabindex="-1" id="el-q">
<th><a data-cite="HTML">`q`</a></th>
<td class="aria">No corresponding role</td>
<td class="ia2">
<div class="role">
<span class="type">Roles:</span> `ROLE_SYSTEM_TEXT`; `IA2_ROLE_TEXT_FRAME`
</div>
<div class="children">
<span class="type">Children:</span> `ROLE_SYSTEM_TEXT` wrapped by quote marks using `ROLE_SYSTEM_STATICTEXT`
</div>
</td>
<td class="uia">
<div class="ctrltype">
<span class="type">Control Type:</span> `Text`
</div>
<div class="ctrltype">
<span class="type">Localized Control Type:</span> `"q"`
</div>
</td>
<td class="atk">
<div class="role">
<span class="type">Role:</span>
`ATK_ROLE_STATIC`
</div>
<td class="aria">
<a class="core-mapping" href="#role-map-generic">`generic`</a> role
</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="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">
`::before` and `::after` CSS pseudo content is used by platforms to render the element's quotation marks.
</td>
<td class="comments"></td>
</tr>
<!--
*** Marked as obsolete in HTML. ***
Expand Down

0 comments on commit 9cdaf74

Please sign in to comment.