RFR: JDK-8179697: Fix Html5 errors in java.naming, java.logging, jdk.httpserver, jdk.net, jdk.sctp

Kumar Srinivasan kumar.x.srinivasan at oracle.com
Thu May 11 23:16:56 UTC 2017


Hi Daniel,

As Jon surmised, this is an ARIA/accessibility requirement, in that one 
can't
have holes in the usage of h* tags,  as javadoc tool itself uses h1 and h2,
the API docs have to start with h3.

With respect to your comment, the h2->h3 is erroneous and have reverted
them back, so the only changes wrt. h* are h4 -> h3.

New webrev: http://cr.openjdk.java.net/~ksrini/8179697/webrev.1/

Thanks
Kumar



> Hi Kumar,
>
> Looks mostly good.
> I'm not too sure about the changes from <h4> to <h3> and <h2> to
> <h3> though.
>
> Now some of the package.html files in java.naming retain their
> <h2>Package Specification</h2> section, and others have it
> changed to <h3>Package Specification</h3>.
>
> best regards,
>
> -- daniel
>
> On 10/05/2017 19:57, Kumar Srinivasan wrote:
>> Hello,
>>
>> Please review HTML5 related changes to the above modules, please
>> note there are no changes to the verbiage.
>>
>> Thanks
>> Kumar
>>
>> Webrev: http://cr.openjdk.java.net/~ksrini/8179697/webrev.0/
>> JBS: https://bugs.openjdk.java.net/browse/JDK-8179697
>



More information about the core-libs-dev mailing list