Skip to content

Commit ce4ef7c

Browse files
authored
Add a MDN link for landmark (#1455)
1 parent aa628d7 commit ce4ef7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/best-practices/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Users can navigate an application through headings. Having descriptive headings
9292

9393
### Landmarks
9494

95-
Landmarks provide programmatic access to sections within an application. Users who rely on assistive technology can navigate to each section of the application and skip over content. You can use [ARIA roles](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles) to help you achieve this.
95+
[Landmarks](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/landmark_role) provide programmatic access to sections within an application. Users who rely on assistive technology can navigate to each section of the application and skip over content. You can use [ARIA roles](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles) to help you achieve this.
9696

9797
| HTML | ARIA Role | Landmark Purpose |
9898
| --------------- | -------------------- | ---------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)