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