You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When multiple blocks such as text or listing on a page contain the same text they receive the same html id. This is both a a11y violation as well as a usability problem for anchor links.
To Reproduce
Edit a page
Add 2 text blocks with text "My headline" and set them to h2 format
Save and check the ids of those items --> both have the id "my-list"
run the axe a11y tests on this page --> Test will fail with duplicate-id-activeissue
Expected behavior
All headlines should have unique ids independent of their text content