Skip to content

Commit 0a0da0b

Browse files
authored
Merge pull request #2199 from w3c/monorepo_history--core-aam--PR230
[core-aam PR 230] Update aria-labelledby AXAPI mapping to use AXTitle
2 parents 7792c46 + 773f9d2 commit 0a0da0b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

core-aam/index.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,7 @@ <h5>Accessible Names and Descriptions</h5>
356356
<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.
357357
</p>
358358
<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
364360
<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
365361
>, should be exposed in the <code>accessibilityCustomContent</code> API. Otherwise, it should be exposed as <code>AXHelp</code>.
366362
</p>
@@ -7945,7 +7941,7 @@ <h4 id="ariaLabel"><code>aria-label</code></h4>
79457941
<tr>
79467942
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
79477943
<td>
7948-
<span class="property">Property: <code>AXDescription</code>: <code>&lt;value&gt;</code></span
7944+
<span class="property">Property: <code>AXTitle</code>: <code>&lt;value&gt;</code></span
79497945
><br />
79507946
<span class="seealso">See also: <a href="#mapping_additional_nd">Name Computation</a></span>
79517947
</td>
@@ -7994,8 +7990,8 @@ <h4 id="ariaLabelledBy"><code>aria-labelledby</code></h4>
79947990
<tr>
79957991
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
79967992
<td>
7997-
<span class="property">Property: <code>AXDescription</code>: <code>&lt;value&gt;</code></span> if the value is not exposed visually<br />
7998-
<span class="property">Property: <code>AXTitle</code>: <code>&lt;value&gt;</code></span> if the value is exposed visually<br />
7993+
<span class="property">Property: <code>AXTitle</code>: <code>&lt;value&gt;</code></span
7994+
><br />
79997995
<span class="property"
80007996
>Property: <code>AXTitleUIElement</code> points to accessible node matching IDREF, if there is a single referenced element that is in the accessibility tree</span
80017997
><br />

0 commit comments

Comments
 (0)