Skip to content

Commit

Permalink
Migrate changes from html-aam pr #538
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahim Abdi committed Sep 19, 2024
1 parent 1d0b8b9 commit ad6afcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10958,7 +10958,7 @@ <h4 id="att-high">`high`</h4>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="general">Not mapped</div>
<div class="general">Expose "optimal value" via `AXValueDescription` if &lt;value&gt; is greater than or equal to &lt;high&gt;. Expose "suboptimal value" if &lt;value&gt; is less than &lt;high&gt; and greater than or equal to &lt;low&gt;.</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -11911,7 +11911,7 @@ <h4 id="att-low">`low`</h4>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="general">Not mapped</div>
<div class="general">Expose "suboptial value" via `AXValueDescription` if &lt;value&gt; is greater than or equal to &lt;low&gt; and less than &lt;high&gt;. If &lt;value&gt; is less than &lt;low&gt;, expose "critical value".</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -13090,7 +13090,7 @@ <h4 id="att-optimum">`optimum`</h4>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="general">Not mapped</div>
<div class="general">Expose "optimal value" via `AXValueDescription` if &lt;value&gt; is greater than or equal to &lt;optimum&gt;.</div>
</td>
</tr>
<tr>
Expand Down

0 comments on commit ad6afcb

Please sign in to comment.