vuepress / ecosystem

Official plugins and themes for VuePress2
https://ecosystem.vuejs.press
MIT License
29 stars 41 forks source link

feat(theme-default): sync anchor permalink function updates for better a11y #11

Closed nruffing closed 11 months ago

nruffing commented 11 months ago

…(vuepress#1363)

Before submitting the PR, please make sure you do the following

What is the purpose of this pull request?

Description

The heading anchors have aria-hidden attributes but are still focusable via keyboard navigation. There was a bit of discussion around this already in the markdown-it-anchor repo and you can address this by just using the headerLink render function instead of the ariaHidden render function since it wraps the entire header in an anchor.

This PR is the theme-default style updates for the markup changes from PR #1452 in vuepress-next.

This fixes #1363

Screenshots

Before

Screenshot 2023-12-09 at 11 26 40 AM

Hover Screenshot 2023-12-09 at 11 26 46 AM

With Markup Changes but Without Style Updates

Screenshot 2023-12-09 at 11 18 35 AM

Hover Screenshot 2023-12-09 at 11 18 41 AM

After

Screenshot 2023-12-09 at 11 31 52 AM

Hover Screenshot 2023-12-09 at 11 31 58 AM

meteorlxy commented 11 months ago

Thanks for your contributions! ❤️