-
Bug
-
Resolution: Fixed
-
P4
-
15
HTML4 support has been dropped from javadoc by JDK-8187793.
LogManager.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.logging/java/util/logging/LogManager.html#updateConfiguration(java.io.InputStream,java.util.function.Function)
https://github.com/openjdk/jdk/blob/24e9d356df3235653d9d01ef2d05b9c778dc2801/src/java.logging/share/classes/java/util/logging/LogManager.java#L1923
https://github.com/openjdk/jdk/blob/24e9d356df3235653d9d01ef2d05b9c778dc2801/src/java.logging/share/classes/java/util/logging/LogManager.java#L1944
https://github.com/openjdk/jdk/blob/24e9d356df3235653d9d01ef2d05b9c778dc2801/src/java.logging/share/classes/java/util/logging/LogManager.java#L1958
https://github.com/openjdk/jdk/blob/24e9d356df3235653d9d01ef2d05b9c778dc2801/src/java.logging/share/classes/java/util/logging/LogManager.java#L1982
https://github.com/openjdk/jdk/blob/24e9d356df3235653d9d01ef2d05b9c778dc2801/src/java.logging/share/classes/java/util/logging/LogManager.java#L1994
LogManager.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.logging/java/util/logging/LogManager.html#updateConfiguration(java.io.InputStream,java.util.function.Function)
https://github.com/openjdk/jdk/blob/24e9d356df3235653d9d01ef2d05b9c778dc2801/src/java.logging/share/classes/java/util/logging/LogManager.java#L1923
https://github.com/openjdk/jdk/blob/24e9d356df3235653d9d01ef2d05b9c778dc2801/src/java.logging/share/classes/java/util/logging/LogManager.java#L1944
https://github.com/openjdk/jdk/blob/24e9d356df3235653d9d01ef2d05b9c778dc2801/src/java.logging/share/classes/java/util/logging/LogManager.java#L1958
https://github.com/openjdk/jdk/blob/24e9d356df3235653d9d01ef2d05b9c778dc2801/src/java.logging/share/classes/java/util/logging/LogManager.java#L1982
https://github.com/openjdk/jdk/blob/24e9d356df3235653d9d01ef2d05b9c778dc2801/src/java.logging/share/classes/java/util/logging/LogManager.java#L1994
- blocks
-
JDK-8247957 remove doclint support for HTML 4
- Resolved
- is cloned by
-
JDK-8255215 Unsupported 'valign' attribute for 'tr' tag used in j.s.t.h.HTMLDocument
- Resolved