RFR: 8253117: Replace HTML tables in javadoc summaries with CSS grid elements [v3]

Hannes Wallnöfer hannesw at openjdk.java.net
Thu Oct 8 09:32:55 UTC 2020


On Tue, 6 Oct 2020 23:45:27 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Hannes Wallnöfer has updated the pull request with a new target base due to a merge or a rebase. The pull request now
>> contains seven commits:
>>  - Merge master
>>  - Address issues raised in code review:
>>     - remove unused styles and method
>>     - rename alternating table row styles
>>     - move id attribute for tabs
>>     - add line breaks in test text blocks to make them easier to read and maintain
>>  - Fix trailing whitespace
>>  - Clean up comments and styles
>>  - Restore table spacing
>>  - Adapt tests to grid summaries
>>  - Use CSS Grid Layout for javadoc summaries
>
> test/langtools/jdk/javadoc/doclet/testAbstractMethod/TestAbstractMethod.java line 118:
> 
>> 116:         checkOutput("pkg/A.html", false,
>> 117:                 """
>> 118:                     <code>abstract void</code>""");
> 
> It would seem the purpose of this sub-test was to ensure the the modifier and type appears in the first column; is that
> not still possible/easy?

Addressed in next commit

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

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


More information about the javadoc-dev mailing list