Skip to content

Commit

Permalink
ACTION-1263: AXARIABusy is going to change to AXElementBusy (Part II).
Browse files Browse the repository at this point in the history
Replaced "not mapped" with "AXElementBusyChanged" for changes to
@aria-busy and how that is reflected by AXAPI notifications.  See
section 5.8.1 "States and Property Change Events", specifically the
event mapping table.
  • Loading branch information
klown committed May 21, 2014
1 parent df4ff1d commit d536dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementation/aria-implementation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,7 @@ <h3>State and Property Change Events</h3>
<td><code>EVENT_OBJECT_STATECHANGE</code></td>
<td><code>PropertyChangedEvent</code></td>
<td><code>object:state-changed:busy</code></td>
<td>Not mapped</td>
<td><code>AXElementBusyChanged</code></td>
</tr>
<tr>
<th><a class="state-reference" href="#aria-checked"><code>aria-checked</code></a> (state)</th>
Expand Down

0 comments on commit d536dff

Please sign in to comment.