Skip to content

Commit 5d5b113

Browse files
authored
Correct AXAPI notifications (#201)
1 parent 8def608 commit 5d5b113

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8575,7 +8575,7 @@ <h4 id=event-aria-current><code>aria-current</code> (state)</h4>
85758575
<tr>
85768576
<th><abbr title="macOS Accessibility Protocol">AX API</abbr> Notification</th>
85778577
<td>
8578-
No notification
8578+
<code>AXCurrentStateChanged</code>
85798579
</td>
85808580
</tr>
85818581
</tbody>
@@ -8611,7 +8611,7 @@ <h4 id=event-aria-disabled><code>aria-disabled</code> (state)</h4>
86118611
<tr>
86128612
<th><abbr title="macOS Accessibility Protocol">AX API</abbr> Notification</th>
86138613
<td>
8614-
No notification
8614+
<code>AXDisabledStateChanged</code>
86158615
</td>
86168616
</tr>
86178617
</tbody>
@@ -8647,18 +8647,18 @@ <h4 id=event-aria-describedby><code>aria-describedby</code></h4>
86478647
<tr>
86488648
<th><abbr title="macOS Accessibility Protocol">AX API</abbr> Notification</th>
86498649
<td>
8650-
TBD
8650+
<code>AXDescribedByChanged</code>
86518651
</td>
86528652
</tr>
86538653
</tbody>
86548654
</table>
8655-
<h4 id=event-aria-dropeffect><code>aria-dropeffect</code> (property)</h4>
8655+
<h4 id=event-aria-dropeffect><code>aria-dropeffect</code> (property, deprecated)</h4>
86568656
<table aria-labelledby=event-aria-dropeffect>
86578657
<tbody>
86588658
<tr>
86598659
<th>ARIA Specification</th>
86608660
<td>
8661-
<a class="property-reference" href="#aria-dropeffect"><code>aria-dropeffect</code></a> (property)
8661+
<a class="property-reference" href="#aria-dropeffect"><code>aria-dropeffect</code></a> (property, deprecated)
86628662
</td>
86638663
</tr>
86648664
<tr>
@@ -8683,7 +8683,7 @@ <h4 id=event-aria-dropeffect><code>aria-dropeffect</code> (property)</h4>
86838683
<tr>
86848684
<th><abbr title="macOS Accessibility Protocol">AX API</abbr> Notification</th>
86858685
<td>
8686-
No notification
8686+
<code>AXDropEffectChanged</code>
86878687
</td>
86888688
</tr>
86898689
</tbody>
@@ -8726,13 +8726,13 @@ <h4 id=event-aria-expanded><code>aria-expanded</code> (state)</h4>
87268726
</tr>
87278727
</tbody>
87288728
</table>
8729-
<h4 id=event-aria-grabbed><code>aria-grabbed</code> (state)</h4>
8729+
<h4 id=event-aria-grabbed><code>aria-grabbed</code> (state, deprecated)</h4>
87308730
<table aria-labelledby=event-aria-grabbed>
87318731
<tbody>
87328732
<tr>
87338733
<th>ARIA Specification</th>
87348734
<td>
8735-
<a class="state-reference" href="#aria-grabbed"><code>aria-grabbed</code></a> (state)
8735+
<a class="state-reference" href="#aria-grabbed"><code>aria-grabbed</code></a> (state, deprecated)
87368736
</td>
87378737
</tr>
87388738
<tr>
@@ -8758,7 +8758,7 @@ <h4 id=event-aria-grabbed><code>aria-grabbed</code> (state)</h4>
87588758
<tr>
87598759
<th><abbr title="macOS Accessibility Protocol">AX API</abbr> Notification</th>
87608760
<td>
8761-
No notification
8761+
<code>AXGrabbedStateChanged</code>
87628762
</td>
87638763
</tr>
87648764
</tbody>
@@ -8869,7 +8869,7 @@ <h4 id=event-aria-label><code>aria-label</code> and <code>aria-labelledby</code>
88698869
<tr>
88708870
<th><abbr title="macOS Accessibility Protocol">AX API</abbr> Notification</th>
88718871
<td>
8872-
TBD
8872+
<code>AXLabelCreated</code>
88738873
</td>
88748874
</tr>
88758875
</tbody>
@@ -8905,7 +8905,7 @@ <h4 id=event-aria-pressed><code>aria-pressed</code> (state)</h4>
89058905
<tr>
89068906
<th><abbr title="macOS Accessibility Protocol">AX API</abbr> Notification</th>
89078907
<td>
8908-
No notification
8908+
<code>AXPressedStateChanged</code>
89098909
</td>
89108910
</tr>
89118911
</tbody>
@@ -8941,7 +8941,7 @@ <h4 id=event-aria-readonly><code>aria-readonly</code></h4>
89418941
<tr>
89428942
<th><abbr title="macOS Accessibility Protocol">AX API</abbr> Notification</th>
89438943
<td>
8944-
No notification
8944+
<code>AXReadOnlyStatusChanged</code>
89458945
</td>
89468946
</tr>
89478947
</tbody>
@@ -8977,7 +8977,7 @@ <h4 id=event-aria-required><code>aria-required</code></h4>
89778977
<tr>
89788978
<th><abbr title="macOS Accessibility Protocol">AX API</abbr> Notification</th>
89798979
<td>
8980-
No notification
8980+
<code>AXRequiredStatusChanged</code>
89818981
</td>
89828982
</tr>
89838983
</tbody>

0 commit comments

Comments
 (0)