Skip to content

Commit b9a810a

Browse files
authored
Update MSAA mapping for paragraph and time and caption (#161)
* Update MSAA mapping for paragraph and time * Add update for caption preferred by firefox * Add update for time perferred by firefox --------- Co-authored-by: Valerie Young <spectranaut@igalia.com>
1 parent 80dc3e9 commit b9a810a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ <h3>Role Mapping Table</h3>
530530
<tr id="role-map-caption">
531531
<th><a class="role-reference" href="#caption"><code>caption</code></a></th>
532532
<td class="role-msaa-ia2">
533-
<span class="property">Role: <code>ROLE_SYSTEM_TEXT</code></span><br />
533+
<span class="property">Role: <code>ROLE_SYSTEM_GROUPING</code></span><br />
534534
<span class="property">Role: <code>IA2_ROLE_CAPTION</code></span>
535535
</td>
536536
<td class="role-uia">
@@ -1460,7 +1460,7 @@ <h3>Role Mapping Table</h3>
14601460
<tr id="role-map-paragraph">
14611461
<th><a class="role-reference" href="#paragraph"><code>paragraph</code></a></th>
14621462
<td class="role-msaa-ia2">
1463-
<span class="property">Role: <code>ROLE_SYSTEM_TEXT</code></span><br />
1463+
<span class="property">Role: <code>ROLE_SYSTEM_GROUPING</code></span><br />
14641464
<span class="property">Role: <code>IA2_ROLE_PARAGRAPH</code></span>
14651465
</td>
14661466
<td class="role-uia">
@@ -2075,7 +2075,7 @@ <h3>Role Mapping Table</h3>
20752075
<tr id="role-map-time">
20762076
<th><a class="role-reference" href="#time"><code>time</code></a></th>
20772077
<td class="role-msaa-ia2">
2078-
<span class="property">Role: <code>ROLE_SYSTEM_STATICTEXT</code></span><br />
2078+
<span class="property">Role: <code>ROLE_SYSTEM_GROUPING</code></span><br />
20792079
<span class="property">Object Attribute: <code>xml-roles:time</code></span>
20802080
</td>
20812081
<td class="role-uia">

0 commit comments

Comments
 (0)