-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8291854 | 11.0.20-oracle | Pavel Rappo | P3 | Resolved | Fixed | b01 |
JDK-8291821 | 11.0.17 | Christoph Langer | P3 | Resolved | Fixed | b02 |
Accessibility checkers are reporting problems with the use of <section role=region>.
The HTML5 spec says that the value should not be set on <section> elements.
https://www.w3.org/TR/html5/sections.html#the-section-element
Allowed ARIA role attribute values:
region role (default - do not set), alert, alertdialog, application, contentinfo , dialog, document, feed, log, main, marquee, presentation, region, search, status or tabpanel.
Currently, the attribute is unconditionally set in the HtmlTree.SECTION methods. The attribute should not be set.
The HTML5 spec says that the value should not be set on <section> elements.
https://www.w3.org/TR/html5/sections.html#the-section-element
Allowed ARIA role attribute values:
region role (default - do not set), alert, alertdialog, application, contentinfo , dialog, document, feed, log, main, marquee, presentation, region, search, status or tabpanel.
Currently, the attribute is unconditionally set in the HtmlTree.SECTION methods. The attribute should not be set.
- backported by
-
JDK-8291821 javadoc should not set role=region on <section> elements
- Resolved
-
JDK-8291854 javadoc should not set role=region on <section> elements
- Resolved