Skip to content

Commit

Permalink
docs: fix doc linter warning and error in accessibility.md (#47282)
Browse files Browse the repository at this point in the history
PR Close #47282
  • Loading branch information
Wooshaah authored and AndrewKushnir committed Sep 6, 2022
1 parent 24660f6 commit 3f81b2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aio/content/guide/accessibility.md
Expand Up @@ -121,7 +121,7 @@ router.events.pipe(filter(e => e instanceof NavigationEnd)).subscribe(() =&gt

</code-example>

In a real application, the element that receives focus will depend on your specific application structure and layout.
In a real application, the element that receives focus depends on your specific application structure and layout.
The focused element should put users in a position to immediately move into the main content that has just been routed into view.
You should avoid situations where focus returns to the `body` element after a route change.

Expand Down Expand Up @@ -167,9 +167,13 @@ The following example shows how to apply the `active-page` class to active links

Books

<!-- vale Angular.Google_Quotes = NO -->

* "A Web for Everyone: Designing Accessible User Experiences", Sarah Horton and Whitney Quesenbery
* "Inclusive Design Patterns", Heydon Pickering

<!-- vale Angular.Google_Quotes = YES -->

<!-- links -->

<!-- external links -->
Expand Down

0 comments on commit 3f81b2a

Please sign in to comment.