Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/glossary/accessible-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Accessible Name
key: accessible-name
---

The programatically determined name of a user interface element that is included in the accessibility tree.
The programmatically determined name of a user interface element that is included in the accessibility tree.

The accessible name is calculated using the [accessible name and description computation](https://www.w3.org/TR/accname).

Expand Down
5 changes: 1 addition & 4 deletions pages/glossary/text-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ title: Text content
key: text-content
---

The textual content is a concatenated string of all text nodes within an element and all textual alternatives within an element. This includes all the [rendered text][] as well as the text alternative returned by the [Text Alternative Computation][] of all `img` elements that are not set to `role=presentation`. The strings are to be concatenated in the order in which they appear in the DOM tree.

[rendered text]: rendered-text.html
[text alternative computation]: text-alternative.html
The textual content is a concatenated string of all text nodes within an element and all textual alternatives within an element. This includes all the [rendered text](#rendered-text) as well as the text alternative returned by the [Text Alternative Computation](#text-alternative) of all `img` elements that are not set to `role=presentation`. The strings are to be concatenated in the order in which they appear in the DOM tree.