Skip to content

Commit dc7eff1

Browse files
authored
Update a11y-basics.md (vuejs#439)
1 parent 9739694 commit dc7eff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/a11y-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To hide the link unless it is focused, you can add the following style:
4040
}
4141
```
4242

43-
Once a user changes route, bring focus back to the skip link. This can be achieved by calling focus to the `ref` provided above:
43+
Once a user changes route, bring focus back to the skip link. This can be achieved by calling focus to the `ref` provided below:
4444

4545
``` vue
4646
<script>
@@ -105,7 +105,7 @@ Landmarks provide programmatic access to sections within an application. Users w
105105
| nav | role="navigation" | Collection of links suitable for use when navigating the document or related documents |
106106
| main | role="main" | The main or central content of the document. |
107107
| footer | role="contentinfo" | Information about the parent document: footnotes/copyrights/links to privacy statement |
108-
| aside | role="complementary" | Supports the main content, yet is separate and meaningful on its own content |
108+
| aside | role="complementary" | Supports the main content, yet is separated and meaningful on its own content |
109109
| _Not available_ | role="search" | This section contains the search functionality for the application |
110110
| form | role="form" | Collection of form-associated elements |
111111
| section | role="region" | Content that is relevant and that users will likely want to navigate to. Label must be provided for this element |

0 commit comments

Comments
 (0)