-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226740 | 14 | Sergey Bylokhov | P3 | Resolved | Fixed | b03 |
JDK-8228244 | 13.0.2 | Sergey Bylokhov | P3 | Resolved | Fixed | b01 |
JDK-8226609 | 13.0.1 | Sergey Bylokhov | P3 | Resolved | Fixed | b05 |
The file src/java.desktop/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html has two <h1>. This is an accessibility violation.
$ grep -r '<h1' src/java.desktop/share/classes/javax/swing/plaf/nimbus/doc-files
src/java.desktop/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html:<h1 id="primaryColors">Primary Colors</h1>
src/java.desktop/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html:<h1 id="secondaryColors">Secondary Colors</h1>
I suggest reducing the rank of these two headings to <h2> and inserting a new <h1> for the page.
Also, the tables do not contain any row headings ... i.e. cells that are unique within the column and containing `scope="row"`.
$ grep -r '<h1' src/java.desktop/share/classes/javax/swing/plaf/nimbus/doc-files
src/java.desktop/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html:<h1 id="primaryColors">Primary Colors</h1>
src/java.desktop/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html:<h1 id="secondaryColors">Secondary Colors</h1>
I suggest reducing the rank of these two headings to <h2> and inserting a new <h1> for the page.
Also, the tables do not contain any row headings ... i.e. cells that are unique within the column and containing `scope="row"`.
- backported by
-
JDK-8226609 Accessibility issues in javax/swing/plaf/nimbus/doc-files/properties.html
- Resolved
-
JDK-8226740 Accessibility issues in javax/swing/plaf/nimbus/doc-files/properties.html
- Resolved
-
JDK-8228244 Accessibility issues in javax/swing/plaf/nimbus/doc-files/properties.html
- Resolved
- links to