From 45f48359b103a7ff4f3322d4fa8a87c1415c4254 Mon Sep 17 00:00:00 2001 From: Peter Krautzberger
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