Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8214467

Maintain heading order in javadoc pages

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 13
    • 11
    • tools

      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&nbsp;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>.

            jjg Jonathan Gibbons
            pmuthuswamy Priya Lakshmi Muthuswamy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: