-
Bug
-
Resolution: Fixed
-
P3
-
15
-
b23
One of the accessibility tools reported the following when inspecting https://download.java.net/java/early_access/jdk15/docs/api/
------
Description
Landmarks must have a unique role or role/label/title (i.e. accessible name) combination
Fix any of the following
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Failure
Moderate: Ensures landmarks are unique
HTML
<nav role="navigation">
Selector
header > nav
------
Description
Landmarks must have a unique role or role/label/title (i.e. accessible name) combination
Fix any of the following
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Failure
Moderate: Ensures landmarks are unique
HTML
<nav role="navigation">
Selector
header > nav
- csr for
-
JDK-8254949 Remove support for lower navbar and -footer option
-
- Closed
-