[jdk11u-dev] RFR: 8221871: javadoc should not set role=region on <section> elements [v6]

Pavel Rappo prappo at openjdk.org
Fri Jan 27 07:59:29 UTC 2023


On Fri, 29 Jul 2022 08:26:07 GMT, psoujany <duke at openjdk.org> wrote:

>> Backport javadoc should not set role=region on <section> elements. 
>> 
>> The bug report for the same : https://bugs.openjdk.org/browse/JDK-8221871
>
> psoujany has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixing whitespace errors

test/langtools/jdk/javadoc/doclet/testHtmlVersion/TestHtmlVersion.java line 163:

> 161:                 "<section role=\"region\">\n"
> 162:                 + "<h2 title=\"Annotation Types\">Annotation Types</h2>");
> 163: 

I recently backported the original change JDK-8221871 to some other release and noticed this diff. I wonder why these lines were deleted? They seem related to JDK-8215599 which hasn't been backported.

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

PR: https://git.openjdk.org/jdk11u-dev/pull/1219


More information about the jdk-updates-dev mailing list