diff --git a/html-aam/index.html b/html-aam/index.html index ca3f951e6..b910328d7 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -10958,7 +10958,10 @@

`high`

AX -
Not mapped
+
+ Expose "optimal value" via `AXValueDescription` if <value> is greater than or equal to <high>. Expose "suboptimal value" if <value> is less than <high> and + greater than or equal to <low>. +
@@ -11911,7 +11914,10 @@

`low`

AX -
Not mapped
+
+ Expose "suboptial value" via `AXValueDescription` if <value> is greater than or equal to <low> and less than <high>. If <value> is less than <low>, + expose "critical value". +
@@ -13090,7 +13096,7 @@

`optimum`

AX -
Not mapped
+
Expose "optimal value" via `AXValueDescription` if <value> is greater than or equal to <optimum>.