RFR: JDK-8267709: Investigate differences between HtmlStyle and stylesheet.css

Hannes Wallnöfer hannesw at openjdk.java.net
Thu May 27 14:11:06 UTC 2021


On Tue, 25 May 2021 19:10:44 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a new test to track the differences between `HtmlStyle.java` and `stylesheet.css`.
> 
> The test passes, because all discrepancies are noted within the test. However, some of the discrepancies may indicate the need for follow-up work, such as adding new items to `HtmlStyle` for documentation purposes, or removing unused code in the main `stylesheet.css` file.
> 
> There is also a minor/trivial change to fix a copy-paste error in a comment in `HtmlStyle`.

test/langtools/jdk/javadoc/doclet/checkStylesheetClasses/CheckStylesheetClasses.java line 153:

> 151:                 "bottom-nav", "clear", "constant-values-container", "deprecated-content",
> 152:                 "footer", "hidden", "override-specify-label", "serialized-class-details",
> 153:                 "tab", "table-sub-heading-color");

Shouldn't these be removed? Are we planning to do that in a separate issue?

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

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


More information about the javadoc-dev mailing list