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 _rules/SC2-5-3-label-content-name-mismatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ Non-text content.

```html
<button aria-label="close">X</button>
```
```
4 changes: 2 additions & 2 deletions pages/glossary/accessible-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ key: accessible-name

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

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

For native markup languages, such as HTML and SVG, additional information on how to calculate the accessible name can be found in https://www.w3.org/TR/html-aam/#accessible-name-and-description-computation and https://www.w3.org/TR/svg-aam/#mapping_additional.
For native markup languages, such as HTML and SVG, additional information on how to calculate the accessible name can be found in [HTML Accessibility API Mappings 1.0, Accessible Name and Description Computation](https://www.w3.org/TR/html-aam/#accessible-name-and-description-computation] and [SVG Accessibility API Mappings, Name and Description](https://www.w3.org/TR/svg-aam/#mapping_additional).