Apart from making sure all the files are fixed there are two things to
look for :
1) If by moving a heading up from H3 to H2 you've now created a similar
error
because there is now no H3 before an H4. To be sure of this I think you'd
need to run Jon's tool - how did you verify it ?
2) If in a case like UIManager where you've moved some subsequent headings
up from H3 to H2 to match the new size at the reported error site , would it
have been better visually to leave them as H3 ? ... probably not .. but
if there
were generated doc for us to look at posted that would be easier to tell.
-phil.
On 3/8/19, 3:37 AM, Sergey Bylokhov wrote:
Looks fine.
On 07/03/2019 03:37, Prasanta Sadhukhan wrote:
Hi All,
Bug: https://bugs.openjdk.java.net/browse/JDK-8220250
webrev: http://cr.openjdk.java.net/~psadhukhan/8220250/webrev.0/
Please review a doc fix to fix heading style to improve the
accessibility JDK API documentation of java.desktop module.
Main approach taken for fixing heading style are:
- headings in documentation comments for modules, packages and types
should start at <h2> - Headings should be hierarchical, and without
ascending gaps, so <h1> should be followed by <h2>, <h2> should be
followed by <h3> or another <h2> Regards Prasanta