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
<p>Each platform accessibility API includes a way to assign and retrieve <aclass="termref">accessible name</a> and <aclass="termref">accessible description</a> properties for each <aclass="termref">accessible object</a> created in the <aclass="termref">accessibility tree</a>. How these properties are implemented and what they are called vary depending on the API.</p>
260
-
<p>For instance, in MSAA, all <aclass="termref">accessible objects</a> support the <code>accName</code> property, which stores the object's <aclass="termref">accessible name</a>. Where the object also supports having an <aclass="termref">accessible description</a>, MSAA stores this property in the object's <code>accDescription</code> property.</p>
259
+
<p>Each platform accessibility API includes a way to assign and retrieve <aclass="termref"data-cite="accname-1.2#dfn-accessible-name">accessible name</a> and <aclass="termref" data-cite="accname-1.2#dfn-accessible-description">accessible description</a> properties for each <aclass="termref">accessible object</a> created in the <aclass="termref">accessibility tree</a>. How these properties are implemented and what they are called vary depending on the API.</p>
260
+
<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>
261
261
<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>
262
-
<p>Automation elements in the UIA accessibility tree have a <code>Name</code> property. Where the object also supports having an <aclass="termref">accessible description</a>, UIA stores this property in the object's <code>FullDescription</code> property.</p>
263
-
<p>The approach to <aclass="termref">accessible names</a> and <aclass="termref" data-lt="accessible description">accessible descriptions</a> in AX API is somewhat different to the other platform APIs. <aclass="termref">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">accessible description</a>, where provided, should always be exposed in the <code>AXHelp</code> property.</p>
262
+
<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>
263
+
<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>
264
264
<p>For more detail, see the <aclass="accname" href="">Accessible Name and Description Computation</a> specification.</p>
<p>For information on how to compute an <aclass="termref">accessible name</a> or <aclass="termref">accessible description</a>, see the section titled <aclass="accname" href="#mapping_additional_nd_te">Accessible Name and Description Computation</a> of the <aclass="accname" href="">Accessible Name and Description Computation</a> specification.</p>
3975
+
<p>For information on how to compute an <aclass="termref"data-cite="accname-1.2#dfn-accessible-name">accessible name</a> or <aclass="termref" data-cite="accname-1.2#dfn-accessible-description">accessible description</a>, see the section titled <aclass="accname" href="#mapping_additional_nd_te">Accessible Name and Description Computation</a> of the <aclass="accname" href="">Accessible Name and Description Computation</a> specification.</p>
0 commit comments