-
Bug
-
Resolution: Fixed
-
P3
-
10
-
b33
All generated HTML pages need a <head> element, containing info about the charset used, references to stylesheets, scripts, and so on.
The code to generate these elements is distributed across the various page writers, and has led to a number of inconsistencies between the various pages (most notably SourceToHtmlConverter).
It would be better to have a common builder class that can generate standard/consistent headers in the various generated pages.
The code to generate these elements is distributed across the various page writers, and has led to a number of inconsistencies between the various pages (most notably SourceToHtmlConverter).
It would be better to have a common builder class that can generate standard/consistent headers in the various generated pages.
- relates to
-
JDK-8190824 Eliminate HtmlDocWriter
-
- Resolved
-