Skip to content

Commit

Permalink
ACTION-2122: Changed name of value interface for ATK/AT-SPI.
Browse files Browse the repository at this point in the history
Replaced "AccessibleValue" with "Value".
  • Loading branch information
klown committed Oct 19, 2016
1 parent 04ee811 commit 759ee0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core-aam/core-aam.html
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,7 @@ <h4>Not Mapped</h4>
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
<td>Expose the <code>Maximum</code> property in <code>RangeValue</code> Control Pattern
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
<td>Expose via <code>AccessibleValue</code> interface.
<td>Expose via <code>Value</code> interface
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
<td><code>number AXMaxValue</code>
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
Expand All @@ -2525,7 +2525,7 @@ <h4>Not Mapped</h4>
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
<td>Expose the <code>Minimum</code> property in <code>RangeValue</code> Control Pattern
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
<td>Expose via <code>AccessibleValue</code> interface
<td>Expose via <code>Value</code> interface
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
<td><code>number AXMinValue</code>
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
Expand All @@ -2537,7 +2537,7 @@ <h4>Not Mapped</h4>
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
<td>Expose <code>Value</code> property in <code>RangeValue</code> Control Pattern
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
<td>Expose via <code>AccessibleValue</code> interface.
<td>Expose via <code>Value</code> interface
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
<td><code>number AXValue</code>
<p>See <a href="#mapping_additional_widget-value">Widget values</a> for additional information</p></td>
Expand Down

0 comments on commit 759ee0e

Please sign in to comment.