You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-aam/index.html
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -356,11 +356,7 @@ <h5>Accessible Names and Descriptions</h5>
356
356
<a class="termref" data-cite="accname-1.2#dfn-accessible-description">accessible description</a>, UIA stores this property in the object's <code>FullDescription</code> property.
357
357
</p>
358
358
<p>
359
-
The approach to <a class="termref" data-cite="accname-1.2#dfn-accessible-name">accessible names</a> and
360
-
<a class="termref" data-lt="accessible description" data-cite="accname-1.2#dfn-accessible-description">accessible descriptions</a> in AX API is somewhat different to the other platform
361
-
APIs. <a class="termref" data-cite="accname-1.2#dfn-accessible-name">Accessible names</a> are exposed using the <code>AXTitle</code> property when the name is visually rendered, while the
362
-
<code>AXDescription</code> property is used when the object's name is not rendered visually. An object's
363
-
<a class="termref" data-cite="accname-1.2#dfn-accessible-description">accessible description</a>, where provided by
359
+
An object's <a class="termref" data-cite="accname-1.2#dfn-accessible-description">accessible description</a>, where provided by
364
360
<a class="state-reference" href="#aria-description"><code>aria-description</code></a> or <a class="state-reference" href="#aria-describedby"><code>aria-describedby</code></a
365
361
>, should be exposed in the <code>accessibilityCustomContent</code> API. Otherwise, it should be exposed as <code>AXHelp</code>.
>Property: <code>AXTitleUIElement</code> points to accessible node matching IDREF, if there is a single referenced element that is in the accessibility tree</span
0 commit comments