On Tue, 25 May 2021 19:10:44 GMT, Jonathan Gibbons <[email protected]> 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
