JDK-8187793 : Remove HTML4 support from javadoc
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2017-09-21
  • Updated: 2020-11-13
  • Resolved: 2019-02-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13
13Resolved
Related Reports
Blocks :  
Duplicate :  
Description
Javadoc support for HTML4 should be removed. The generated javadoc pages should only be HTML5 compliant.
Comments
This has compatibility issues for the doc comments in user code, since it implies that the doc comments must be compatible with HTML5 ... e.g. no <font> and similar tags for style, no summary attribute on tables, etc. As such, we need to give due warning ahead of time that HTML 4 support will be removed in a future release. For now, I suggest doing that work at the same time as JDK-8182765.
21-09-2017