RFR: 8247957: remove doclint support for HTML 4 [v5]

Yoshiki Sato ysatowse at openjdk.java.net
Fri Dec 18 02:34:16 UTC 2020


> HTML4 is no longer supported in javadoc.
> 
> doclint needs to drop HTML4 support as well.
> The changes consist of:
> * Removing jdk.javadoc.internal.doclint.HtmlVersion and its references.
> * Sorting out supported tags and attributes in HTML5 (including fix incorrect permission of valign in TH, TR, TD, THEAD and TBODY)
> * Modifying test code and expected outputs to be checked in HTML5

Yoshiki Sato has updated the pull request incrementally with one additional commit since the last revision:

  5th: 8258460: Remove --doclint-format option from javac

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/893/files
  - new: https://git.openjdk.java.net/jdk/pull/893/files/f9ae0c5f..261f207a

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=893&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=893&range=03-04

  Stats: 10 lines in 3 files changed: 0 ins; 10 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/893.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/893/head:pull/893

PR: https://git.openjdk.java.net/jdk/pull/893



More information about the build-dev mailing list