Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0.6, 4.1.1
Description
Steps to reproduce:
- Open the user menu -> Language selector
- Inspect the <div> containing language selector
Expected behaviour:
The <div>-element does not contain an aria-label attribute without also having a role-attribute.
Current behaviour:
The <div> have an aria-label attribute containing "Language selector". It does not have a role-attribute.
Why this is important:
As stated in the w3-documentation, <div> elements are not allowed to have the aria-label attribute without also specifying a role.