Issues
- Avoid inappropriate use of ARIA roles, states, and propertiesSAK-38411Resolved issue: SAK-38411Tiffany Stull
- Ensure fields indicate attached menus - give the sites nav chevron a labelSAK-38405Resolved issue: SAK-38405Sam Ottenhoff
- Ensure keyboard and programmatic focus moves to opened menusSAK-38332Resolved issue: SAK-38332Sam Ottenhoff
3 of 3
Avoid inappropriate use of ARIA roles, states, and properties
Incorporated
GENERAL
TESTING
GENERAL
TESTING
Description
duplicates
Details
Priority
MinorAffects versions
Components
Assignee
Tiffany StullTiffany StullReporter
Matthew JonesMatthew Jones
Details
Details
Priority
Affects versions
Components
Assignee
Tiffany Stull
Tiffany StullReporter
Matthew Jones
Matthew JonesCreated April 19, 2018 at 7:36 AM
Updated September 11, 2019 at 9:29 AM
Resolved June 14, 2018 at 11:01 AM
[New] - 3/13/2018
[Issue]The separator role is inappropriately used in toggle link elements on the main banner. Here, this separator is used for expand and collapse menu which is not the correct way for menu implementation.
[User Impact]
A separator should be a divider that separates and distinguishes sections of content or groups of menu items. Assistive technology may not correctly function as expected.
[Code]
HTML:
[Expected behavior]Developers must correctly use ARIA.Here, developers need to remove this role of separator and need to implement menu properly. Please refer other 2 best practice of "Main banner standalone menus" pattern.
[Reference links]
http://w3c.github.io/aria/#separator
Developers should validate the HTML code with the W3C Validator: https://validator.w3.org