Skip to content

Commit f114110

Browse files
committed
Add mappings for aria-{col,row}indextext for ATK, IA2, and UIA
Mappings for macOS are still pending.
1 parent 7d33859 commit f114110

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

index.html

+31
Original file line numberDiff line numberDiff line change
@@ -2542,6 +2542,21 @@ <h4>Not Mapped</h4>
25422542
<span class="property">Property: <code>AXARIAColumnIndex</code>: <code>&lt;value&gt;</code></span>
25432543
</td>
25442544
</tr>
2545+
<tr id="ariaColIndexText">
2546+
<th><a class="property-reference" href="#aria-colindextext"><code>aria-colindextext</code></a></th>
2547+
<td class="attr-msaa-ia2">
2548+
<span class="property">Object Attribute: <code>colindextext:&lt;value&gt;</code></span>
2549+
</td>
2550+
<td class="attr-uia">
2551+
<span class="property">Property: <code>AriaProperties.colindextext</code>: <code>&lt;value&gt;</code></span>
2552+
</td>
2553+
<td class="attr-atk">
2554+
<span class="property">Object Attribute: <code>colindextext:&lt;value&gt;</code></span>
2555+
</td>
2556+
<td class="attr-axapi">
2557+
<span class="property">Property: TBD</span>
2558+
</td>
2559+
</tr>
25452560
<tr id="ariaColSpan">
25462561
<th><a class="property-reference" href="#aria-colspan"><code>aria-colspan</code></a></th>
25472562
<td class="attr-msaa-ia2">
@@ -3689,6 +3704,21 @@ <h4>Not Mapped</h4>
36893704
<span class="property">Property: <code>AXARIARowIndex</code>: <code>&lt;value&gt;</code></span>
36903705
</td>
36913706
</tr>
3707+
<tr id="ariaRowIndexText">
3708+
<th><a class="property-reference" href="#aria-rowindextext"><code>aria-rowindextext</code></a></th>
3709+
<td class="attr-msaa-ia2">
3710+
<span class="property">Object Attribute: <code>rowindextext:&lt;value&gt;</code></span>
3711+
</td>
3712+
<td class="attr-uia">
3713+
<span class="property">Property: <code>AriaProperties.rowindextext</code>: <code>&lt;value&gt;</code></span>
3714+
</td>
3715+
<td class="attr-atk">
3716+
<span class="property">Object Attribute: <code>rowindextext:&lt;value&gt;</code></span>
3717+
</td>
3718+
<td class="attr-axapi">
3719+
<span class="property">Property: TBD</span>
3720+
</td>
3721+
</tr>
36923722
<tr id="ariaRowSpan">
36933723
<th><a class="property-reference" href="#aria-rowspan"><code>aria-rowspan</code></a></th>
36943724
<td class="attr-msaa-ia2">
@@ -4524,6 +4554,7 @@ <h2>Change Log</h2>
45244554
<h2>Substantive changes since the last public working draft</h2>
45254555
<ul>
45264556
<!-- EdNote: After each WD publish, move contents of this list into the next one below. -->
4557+
<li>21-Oct-2019: Add mappings for <code>aria-colindextext</code> and <code>aria-rowindextext</code> roles for ATK, IA2, and UIA.</li>
45274558
<li>21-Oct-2019: Add mappings for <code>strong</code> and <code>emphasis</code> roles for ATK, IA2, and UIA.</li>
45284559
<li>21-Oct-2019: Add mappings for <code>code</code> role for ATK, IA2, and UIA.</li>
45294560
<li>18-Sep-2019: Update MSAA mappings for <code>subscript</code> and <code>superscript</code></li>

0 commit comments

Comments
 (0)