Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8255215

Unsupported 'valign' attribute for 'tr' tag used in j.s.t.h.HTMLDocument

    XMLWordPrintable

Details

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              psadhukhan Prasanta Sadhukhan
              ysatowse Yoshiki Sato (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: