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 @@
Accessible Names and Descriptions
356356
accessible description, UIA stores this property in the object's FullDescription property.
357357

358358

359-
The approach to accessible names and
360-
accessible descriptions in AX API is somewhat different to the other platform
361-
APIs. Accessible names are exposed using the AXTitle property when the name is visually rendered, while the
362-
AXDescription property is used when the object's name is not rendered visually. An object's
363-
accessible description, where provided by
359+
An object's accessible description, where provided by
364360
365361
>, should be exposed in the accessibilityCustomContent API. Otherwise, it should be exposed as AXHelp.
366362

@@ -7945,7 +7941,7 @@

aria-label

79457941
79467942
AX API
79477943
7948-
Property: AXDescription: <value>
7944+
Property: AXTitle: <value>
79497945
>
79507946
See also: Name Computation
79517947
@@ -7994,8 +7990,8 @@

aria-labelledby

79947990
79957991
AX API
79967992
7997-
Property: AXDescription: <value>> if the value is not exposed visually
7998-
Property: AXTitle: <value> if the value is exposed visually
7993+
Property: AXTitle: <value>
7994+
>
79997995
80007996
>Property: AXTitleUIElement points to accessible node matching IDREF, if there is a single referenced element that is in the accessibility tree
80017997
>

0 commit comments

Comments
 (0)