On Mon, 2 Nov 2020 08:18:44 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> Since HTML4 support has been dropped from javadoc by JDK-8187793. > HTMLDocument.java containing the valign attribute in the table element, > `valign="top"` > needs to be replaced with `style="vertical-align:top" This pull request has now been integrated. Changeset: 7f4d873d Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/7f4d873d Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8255215: Unsupported 'valign' attribute for 'tr' tag used in j.s.t.h.HTMLDocument Reviewed-by: serb ------------- PR: https://git.openjdk.java.net/jdk/pull/995