We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
kiaking
brc-dd
posva
Learn more about funding links in repositories.
Report abuse
1 parent 733d986 commit e60c101Copy full SHA for e60c101
src/client/theme-default/components/VPDocFooter.vue
@@ -39,7 +39,13 @@ const showFooter = computed(() => {
39
</div>
40
41
42
- <nav v-if="control.prev?.link || control.next?.link" class="prev-next">
+ <nav
43
+ v-if="control.prev?.link || control.next?.link"
44
+ class="prev-next"
45
+ aria-labelledby="doc-footer-aria-label"
46
+ >
47
+ <span class="visually-hidden" id="doc-footer-aria-label">Pager</span>
48
+
49
<div class="pager">
50
<VPLink v-if="control.prev?.link" class="pager-link prev" :href="control.prev.link">
51
<span class="desc" v-html="theme.docFooter?.prev || 'Previous page'"></span>
0 commit comments