DNNCommunity / DNNCommunity/DNN.Links
Multiple link module on a page have same id
Open
- Dominant language
- C#
- Stars
- 9
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
If you have multiple link modules on a page, they will be given the same "ulHeader" id:
This causes a problem with accessibility standards and will be flagged as a violation per WCAG 2.1 level A.
Perhaps the module ID could be part of the link module's ID name such that "ulHeader" becomes "ulHeader_1234". A subsequent link module could have an id of "ulHeader_1235"
Contributor guide
Assessment
This issue has not been assessed yet.