-
Bug
-
Resolution: Fixed
-
P4
-
13, 14, 15, 16
-
b23
HTML4 support has been dropped from javadoc by JDK-8187793.
HTMLDocument.java still contains the valign attribute in the table element, `valign="top"`. It needs to be replaced with `style="vertical-align:top"` or something.
https://docs.oracle.com/en/java/javase/15/docs/api/java.desktop/javax/swing/text/html/HTMLDocument.html
https://github.com/openjdk/jdk/blob/c8b6cfbdc53dd0b58f05f234bfa46c9d4b709e88/src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java#L197
HTMLDocument.java still contains the valign attribute in the table element, `valign="top"`. It needs to be replaced with `style="vertical-align:top"` or something.
https://docs.oracle.com/en/java/javase/15/docs/api/java.desktop/javax/swing/text/html/HTMLDocument.html
https://github.com/openjdk/jdk/blob/c8b6cfbdc53dd0b58f05f234bfa46c9d4b709e88/src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java#L197
- blocks
-
JDK-8247957 remove doclint support for HTML 4
-
- Resolved
-
- clones
-
JDK-8255214 Unsupported 'valign' attribute for 'th' tag used in j.u.l.LogManager
-
- Resolved
-