-
Notifications
You must be signed in to change notification settings - Fork 923
Closed
Labels
Description
Bug report
Description
The aria hidden attribute of all the icon next to all outbound links does not work. This is probably because it is misspelled. It should be aria-hidden
, but is ariaHidden
.
Steps to reproduce
- Open screen reader of you choice.
- Open VuePress v2 docs (or any other docs built with VuePress v2)
- Use screen reader to read out GitHub link within the navbar
- Screen reader reads "GitHub; Image; open in new window"
Reproduction link / repo: https://v2.vuepress.vuejs.org/
Expected behavior
When using a screenreader the icon of outbound links should be skipped, like it is in VuePress v1.
Screenshots
not related
Environment info
not related