diff --git a/index.html b/index.html
index ee61589..9a697ed 100644
--- a/index.html
+++ b/index.html
@@ -11709,7 +11709,7 @@
`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>.
|
@@ -12739,7 +12739,7 @@ `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".
|
@@ -13995,7 +13995,7 @@ `optimum`
AX |
- Not mapped
+ Expose "optimal value" via `AXValueDescription` if <value> is greater than or equal to <optimum>.
|