Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8182245 | 10 | Roger Riggs | P3 | Resolved | Fixed | b12 |
JDK-8181674 | 9.0.4 | Roger Riggs | P3 | Resolved | Fixed | b01 |
Some java.base module package-html files include markup that is not allowed in html5.
The javadoc build should build cleanly with the -html5 switch in Docs.gmk.
Issue include:
- elements containing valign= attributes that can be converted to style=vertical-align:top
- tables that should refer to "plain" or "borderless" css entries
- various html4 alignment options that should be updated.
The javadoc build should build cleanly with the -html5 switch in Docs.gmk.
Issue include:
- elements containing valign= attributes that can be converted to style=vertical-align:top
- tables that should refer to "plain" or "borderless" css entries
- various html4 alignment options that should be updated.
- backported by
-
JDK-8181674 html5 doclint issues in java.base javadoc
-
- Resolved
-
-
JDK-8182245 html5 doclint issues in java.base javadoc
-
- Resolved
-
- relates to
-
JDK-8181290 Invalid HTML 5 in core-libs docs
-
- Resolved
-