-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Issue Description
There are elements tagged with complementary
role at the footer when they are only navigational links to FEED/XML or other informational sections. They also don't have label os decription text related.
How to reproduce / Current behavior
- Check the source code of https://ojs34.demo.publicknowledgeproject.org/index.php/immersion/index
- Search for
complementary
What application are you using?
OJS version 3.4
Stack
- Device: Laptop
- OS: MacOS Sequoia
- Browser: Chrome
Testing method
- Automated test: Browser plugin - IBM Equal Access Accessibility Checker (Firefox)
Action
- Remove the
complementary
role attribute from the components since they are not providing the user with any extra information
or
- Add a
aria-label
oraria-labelledby
attribute to describe the regions and allow an assistive technology user to be able to quickly understand the purpose of each landmark.
Additional information
Documentation about complementary regions
Screenshot of the code:

Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status
Status
To do