Skip to content

Commit e48a618

Browse files
authored
Update annotation roles AXAPI mapping (#137)
1 parent 2e7aaca commit e48a618

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@ <h3>Role Mapping Table</h3>
739739
<td class="role-axapi">
740740
<span class="property">AXRole: <code>AXGroup</code></span><br />
741741
<span class="property">AXSubrole: <code>AXDeleteStyleGroup</code></span><br />
742+
<span class="property">AXAttributedStringForTextMarkerRange: contains <code>AXIsSuggestedDeletion = 1;</code> for all text contained in a <code>deletion</code></span>
742743
</td>
743744
</tr>
744745
<tr id="role-map-dialog">
@@ -1021,6 +1022,7 @@ <h3>Role Mapping Table</h3>
10211022
<td class="role-axapi">
10221023
<span class="property">AXRole: <code>AXGroup</code></span><br />
10231024
<span class="property">AXSubrole: <code>AXInsertStyleGroup</code></span><br />
1025+
<span class="property">AXAttributedStringForTextMarkerRange: contains <code>AXIsSuggestedInsertion = 1;</code> for all text contained in a <code>insertion</code></span>
10241026
</td>
10251027
</tr>
10261028
<tr id="role-map-link">
@@ -1179,10 +1181,12 @@ <h3>Role Mapping Table</h3>
11791181
</td>
11801182
<td class="role-atk">
11811183
<span class="property">Role: <code>ROLE_MARK</code></span><br />
1182-
<span class="property">Object Attribute: <code>xml-roles:mark</code></span>
1184+
<span class="property">Object Attribute: <code>xml-roles:mark</code></span>
11831185
</td>
11841186
<td class="role-axapi">
1185-
<span class="property">AXRole: <code>AXGroup</code></span>
1187+
<span class="property">AXRole: <code>AXGroup</code></span><br />
1188+
<span class="property">AXRoleDescription: <code>highlight</code></span><br />
1189+
<span class="property">AXAttributedStringForTextMarkerRange: contains <code>AXHighlight = 1;</code> for all text contained in a <code>mark</code></span>
11861190
</td>
11871191
</tr>
11881192
<tr id="role-map-marquee">
@@ -1852,6 +1856,7 @@ <h3>Role Mapping Table</h3>
18521856
</td>
18531857
<td class="role-axapi">
18541858
<span class="property">AXRole: <code>AXGroup</code></span><br />
1859+
<span class="property">AXAttributedStringForTextMarkerRange: contains <code>AXIsSuggestion = 1;</code> for all text contained in a <code>suggestion</code></span>
18551860
</td>
18561861
</tr>
18571862
<tr id="role-map-superscript">

0 commit comments

Comments
 (0)