-
Bug
-
Resolution: Fixed
-
P3
-
11
-
b17
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204809 | 11.0.1 | Priya Lakshmi Muthuswamy | P3 | Resolved | Fixed | team |
The javadoc tool translates the @link tag, such as {@link java.util.Locale} into a html hyperlink that has a low constrast. The following is an example:
docs/api/java.base/java/time/chrono/HijrahChronology.html
<code>Locale</code> Element has insufficient color contrast of 4.35 (foreground color: #4a6782- background color: #dddddd- font size: 10.5pt- font weight: bold). Expected contrast ratio of 4.5:1 html > body > [role="main"] > .contentContainer > .description > ul > li > .block > table > thead > tr > th:nth-child(3) > a > code
docs/api/java.base/java/time/chrono/HijrahChronology.html
<code>Locale</code> Element has insufficient color contrast of 4.35 (foreground color: #4a6782- background color: #dddddd- font size: 10.5pt- font weight: bold). Expected contrast ratio of 4.5:1 html > body > [role="main"] > .contentContainer > .description > ul > li > .block > table > thead > tr > th:nth-child(3) > a > code
- backported by
-
JDK-8204809 the javadoc tool generates pages with a low constrast
-
- Resolved
-
- relates to
-
JDK-8199176 Accessibility issues in java.base docs
-
- Closed
-
- links to