File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ To hide the link unless it is focused, you can add the following style:
40
40
}
41
41
```
42
42
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 :
44
44
45
45
``` vue
46
46
<script>
@@ -105,7 +105,7 @@ Landmarks provide programmatic access to sections within an application. Users w
105
105
| nav | role="navigation" | Collection of links suitable for use when navigating the document or related documents |
106
106
| main | role="main" | The main or central content of the document. |
107
107
| 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 |
109
109
| _ Not available_ | role="search" | This section contains the search functionality for the application |
110
110
| form | role="form" | Collection of form-associated elements |
111
111
| section | role="region" | Content that is relevant and that users will likely want to navigate to. Label must be provided for this element |
You can’t perform that action at this time.
0 commit comments