mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix doc linter warning and error in accessibility.md (#47282)
PR Close #47282
This commit is contained in:
parent
374b63d3c9
commit
7d45ef702f
1 changed files with 5 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ router.events.pipe(filter(e => e instanceof NavigationEnd)).subscribe(() =>
|
|||
|
||||
</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.
|
||||
|
||||
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue