Open
Description
Product
axe-core
Product Version
4.7.2
Latest Version
- I have tested the issue with the latest version of the product
Issue Description
Expectation
axe-core should report duplicated links on the page, based on https://dequeuniversity.com/rules/axe/4.7/link-name.
Actual
axe-code is not reporting duplicated links on the page, based on https://dequeuniversity.com/rules/axe/4.7/link-name.
How to Reproduce
Code sample: https://codesandbox.io/s/patient-worker-x7shvk?file=/index.html
- Open https://codesandbox.io/s/patient-worker-x7shvk?file=/index.html
- Try to open the link directly (https://x7shvk.csb.app/), without all the CodeSandbox UI
- Run axe DevTools
- You should get some issues, but no mention of the duplicated links mentioned in https://dequeuniversity.com/rules/axe/4.7/link-name
VoiceOver shows the issue visually:
Additional context
Here are the screenshots I took from the report in our application:
- axe results
- Voice-over links
- code/visual