File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
src/.vuepress/theme/components Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3
3
:href =" anchor"
4
4
class =" fixed bottom-0 right-0 z-10 p-6 mb-10 mr-16"
5
5
:class =" { 'block': show, 'hidden': !show }"
6
+ :aria-label =" $themeLocaleConfig.backToTopText"
6
7
>
7
- <span class =" sr-only" >{{ $themeLocaleConfig.backToTopText }}</span >
8
8
<vp-icon
9
9
name =" back-to-top"
10
10
size =" 24"
Original file line number Diff line number Diff line change 29
29
class =" block p-5 border border-solid rounded-full c-border-color bg-main hover:border-accent-primary"
30
30
target =" _blank"
31
31
rel =" me noopener"
32
+ :aria-label =" `${social.name} Vue A11y (${$themeLocaleConfig.externalLinkText})`"
32
33
>
33
- <span class =" sr-only" >{{ social.name }} Vue A11y {{ ($themeLocaleConfig.externalLinkText) }}</span >
34
34
<vp-icon
35
35
:name =" social.icon"
36
36
size =" 1.5rem"
Original file line number Diff line number Diff line change 36
36
:aria-label =" `Ir para o site do ${like.author.name}`"
37
37
rel =" nofollow"
38
38
>
39
- <span class =" sr-only" >{{ like.author.name }}</span >
40
39
<img
41
40
class =" rounded-full"
42
41
:src =" like.author.photo"
80
79
:aria-label =" `Ir para o site do ${repost.author.name}`"
81
80
rel =" nofollow"
82
81
>
83
- <span class =" sr-only" >{{ repost.author.name }}</span >
84
82
<img
85
83
class =" rounded-full"
86
84
:src =" repost.author.photo"
135
133
rel =" nofollow"
136
134
itemprop =" url"
137
135
>
138
- <span class =" sr-only" >{{ mention.author.name }}</span >
139
136
<img
140
137
id =" author-comment-image"
141
138
class =" rounded-full"
You can’t perform that action at this time.
0 commit comments