getgrav / grav-plugin-anchors

Grav Anchors Plugin
https://getgrav.org
MIT License
11 stars 7 forks source link

[fix] Give a11y advice and add title and aria label management #26

Open zamentur opened 1 year ago

zamentur commented 1 year ago

The problem

Anchor plugin default settings are not so accessible (a11y):

The solution

Important: about aria-label this one should remind the heading text, eg: "Copy and go to the link of the section 'My super heading'". But in this solution, i was not able to do this with the anchor.js library (i think this one should be fixed to allow to support WCAG 2.1 2.4.4 criteria...

States of the PR

Tested on a recent grav. But i will try to make a PR on anchor.js. It could take time, so i suggest to merge this PR.