We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651f2a4 commit aaa31f0Copy full SHA for aaa31f0
src/VueSkipToList.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <nav class="vue-skip-to__nav">
+ <nav class="vue-skip-to__nav" aria-labelledby="list-title">
3
<span id="list-title">{{ listLabel }}</span>
4
<ul class="vue-skip-to__nav-list">
5
<li
@@ -11,7 +11,7 @@
11
>
12
<VueSkipToSingle
13
:to="el.anchor"
14
- :aria-label="el.ariaLabel || `${listLabel} ${el.label}`"
+ :aria-label="el.ariaLabel || el.label"
15
16
{{ el.label }}
17
</VueSkipToSingle>
0 commit comments