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: index.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ <h5>Accessible Names and Descriptions</h5>
267
267
<p>For instance, in MSAA, all <aclass="termref">accessible objects</a> support the <code>accName</code> property, which stores the object's <aclass="termref" data-cite="accname-1.2#dfn-accessible-name">accessible name</a>. Where the object also supports having an <aclass="termref" data-cite="accname-1.2#dfn-accessible-description">accessible description</a>, MSAA stores this property in the object's <code>accDescription</code> property.</p>
268
268
<p>Software using ATK can read and write to an object's <code>accessible-name</code> and <code>accessible-description</code> properties. In turn, AT-SPI can query the values of those properties through its <code>atspi_accessible_get_name</code> and <code>atspi_accessible_get_description</code> functions.</p>
269
269
<p>Automation elements in the UIA accessibility tree have a <code>Name</code> property. Where the object also supports having an <aclass="termref" data-cite="accname-1.2#dfn-accessible-description">accessible description</a>, UIA stores this property in the object's <code>FullDescription</code> property.</p>
270
-
<p>The approach to <aclass="termref" data-cite="accname-1.2#dfn-accessible-name">accessible names</a> and <aclass="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 APIs. <aclass="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 <code>AXDescription</code> property is used when the object's name is not rendered visually. An object's <aclass="termref" data-cite="accname-1.2#dfn-accessible-description">accessible description</a>, where provided, should always be exposed in the <code>AXHelp</code>property.</p>
270
+
<p>The approach to <aclass="termref" data-cite="accname-1.2#dfn-accessible-name">accessible names</a> and <aclass="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 APIs. <aclass="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 <code>AXDescription</code> property is used when the object's name is not rendered visually. An object's <aclass="termref" data-cite="accname-1.2#dfn-accessible-description">accessible description</a>, where provided by <aclass="state-reference" href="#aria-description"><code>aria-description</code></a> or <aclass="state-reference" href="#aria-describedby"><code>aria-describedby</code></a>, should be exposed in the <code>accessibilityCustomContent</code>API. Otherwise, it should be exposed as <code>AXHelp</code>.</p>
271
271
<p>For more detail, see the <aclass="accname" href="">Accessible Name and Description Computation</a> specification.</p>
272
272
</section>
273
273
</section>
@@ -2598,8 +2598,8 @@ <h4>Not Mapped</h4>
2598
2598
<spanclass="seealso">See also: <ahref="#mapping_additional_nd">Name Computation</a> and <ahref="#mapping_additional_relations">Mapping Additional Relations</a></span>
<spanclass="api">In the accessibilityCustomContent API, expose as an <code>AXCustomContent</code> object with <code>{ label: "description" }</code> and `<code>value</code>` set to the description string.</span><br/>
<spanclass="api">In the accessibilityCustomContent API, expose as an <code>AXCustomContent</code> object with <code>{ label: "description" }</code> and `<code>value</code>` set to the description string.</span><br/>
0 commit comments