- Issue created by @dcam
The "Links", "Unordered list with links", and "Unordered inline list with links" lists are getting flagged as violating WCAG 2.4.4. Here's the relevant excerpt:
It is a best practice for links with the same destination to have consistent text...
All of the links in the lists have the same destination, but different text. So they get flagged.
Thank you for considering this. It would help those of us who need to have accessibility reviewers test the Style Guide page to have fewer false-positives.
Run the link fragments through Html::getUniqueId()
in the Generator class. No one cares if the link destinations don't exist. It only matters that the destinations are unique.
Active
2.0
Code