diff --git a/aio/content/guide/accessibility.md b/aio/content/guide/accessibility.md index 5cc3c52252..65a0809c07 100644 --- a/aio/content/guide/accessibility.md +++ b/aio/content/guide/accessibility.md @@ -10,6 +10,12 @@ For an in-depth introduction to issues and techniques for designing accessible a This page discusses best practices for designing Angular applications that work well for all users, including those who rely on assistive technologies. +
+ + For the sample app that this page describes, see the . + +
+ ## Accessibility attributes Building accessible web experience often involves setting [ARIA attributes](https://developers.google.com/web/fundamentals/accessibility/semantics-aria) @@ -92,8 +98,6 @@ The following example shows how to make a simple progress bar accessible by usin -To see the progress bar in a working example app, refer to the . - ## Routing and focus management Tracking and controlling [focus](https://developers.google.com/web/fundamentals/accessibility/focus/) in a UI is an important consideration in designing for accessibility.