diff --git a/core-aam/index.html b/core-aam/index.html index 87442672b..651aa78da 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -318,11 +318,8 @@
FullDescription
property.
- The approach to accessible names and
- accessible descriptions in AX API is somewhat different to the other platform
- APIs. Accessible names are exposed using the AXTitle
property when the name is visually rendered, while the
- AXDescription
property is used when the object's name is not rendered visually. An object's
- accessible description, where provided by
+ The approach to accessible descriptions in AX API is somewhat different to the
+ other platform APIs. An object's accessible description, where provided by
aria-description
or aria-describedby
, should be exposed in the accessibilityCustomContent
API. Otherwise, it should be exposed as AXHelp
.
aria-labelledby
AXDescription
: <value>
if the value is not exposed visuallyAXTitle
: <value>
if the value is exposed visuallyAXTitle
: <value>
AXTitleUIElement
points to accessible node matching IDREF, if there is a single referenced element that is in the accessibility tree