Skip to content

Commit bc0a392

Browse files
authored
Update programmatically-determined-link-context.md
1 parent 4c92af9 commit bc0a392

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/glossary/programmatically-determined-link-context.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ input_aspects:
88
- DOM tree
99
---
1010

11-
The _programmatically determined context_ of a link (or _programmatically determined link context_) is the link's accessible description, combined with the set of all elements that are [included in the accessibility tree][], and have one or more of the following relationships to the link:
11+
The _programmatically determined context_ of a link (or _programmatically determined link context_) is the link's [accessible description](https://www.w3.org/TR/accname/#dfn-accessible-description), combined with the set of all elements that are [included in the accessibility tree][], and have one or more of the following relationships to the link:
1212

1313
- being an [ancestor][] of the link in the [flat tree][] with a [semantic role][] of `listitem`; or
1414
- being the closest [ancestor][] of the link in the [flat tree][] that generates a [block container][]; or
@@ -25,3 +25,4 @@ This definition assumes that the HTML document with the link is a document using
2525
[flat tree]: https://drafts.csswg.org/css-scoping/#flat-tree 'CSS Scoping Module Level 1, flat tree, 2021/11/29'
2626
[included in the accessibility tree]: #included-in-the-accessibility-tree 'Definition of included in the accessibility tree'
2727
[semantic role]: #semantic-role 'Definition of semantic role'
28+
[accessible description]: https://www.w3.org/TR/accname/#dfn-accessible-description

0 commit comments

Comments
 (0)