-
Bug
-
Resolution: Duplicate
-
P4
-
11
Heading order invalid
docs/api/*/module-summary.html
<h3>Packages</h3>
<h3>Services</h3>
api/java.base/java/lang/invoke/VarHandle.html
javadoc renders <h2> header <h2 title="Class VarHandle" class="title">Class VarHandle</h2>
there is no <h1> header.
api/java.base/java/lang/invoke/package-summary.html is rendered correctly <h1 title="Package" class="title">Package java.lang.invoke</h1>
Once <h2> is fixed there are will be another issues for "Method Summary", "Field Summary", "Nested Class Summary", etc which are rendered as <h3>.
docs/api/*/module-summary.html
<h3>Packages</h3>
<h3>Services</h3>
api/java.base/java/lang/invoke/VarHandle.html
javadoc renders <h2> header <h2 title="Class VarHandle" class="title">Class VarHandle</h2>
there is no <h1> header.
api/java.base/java/lang/invoke/package-summary.html is rendered correctly <h1 title="Package" class="title">Package java.lang.invoke</h1>
Once <h2> is fixed there are will be another issues for "Method Summary", "Field Summary", "Nested Class Summary", etc which are rendered as <h3>.
- duplicates
-
JDK-8219801 Pages do not have <h1>
- Resolved
- relates to
-
JDK-8199192 Some pages generated by javadoc contain accessibility issues
- Resolved