[jdk11u-dev] RFR: 8221871: javadoc should not set role=region on <section> elements [v6]
psoujany
duke at openjdk.org
Fri Jan 27 08:08:41 UTC 2023
On Fri, 27 Jan 2023 07:56:56 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>> 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.
Hi, while backporting JDK-8221871 I've seen test failures at this code hence removed it which passed the tests. I wasn't aware JDK-8215599 needs to be backported first.
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1219
More information about the jdk-updates-dev
mailing list