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

"tidy" issues in langtools/src/**/*.html files

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 8
    • 8
    • tools
    • None
    • b113

    Description

      $ for i in $(find langtools/src -name demo -prune -o -name \*.html -print) ; do echo $i ; tidy -e $i 2>&1 | sed -e '/To learn more/,$d' ; done
      langtools/src/share/classes/com/sun/tools/doclets/package.html
      line 26 column 1 - Warning: missing <!DOCTYPE> declaration
      Info: Document content looks like HTML 3.2
      1 warning, 0 errors were found!


      langtools/src/share/classes/com/sun/tools/doclets/formats/html/package.html
      line 26 column 1 - Warning: missing <!DOCTYPE> declaration
      Info: Document content looks like HTML 3.2
      1 warning, 0 errors were found!


      langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/package.html
      line 26 column 1 - Warning: missing <!DOCTYPE> declaration
      Info: Document content looks like HTML 3.2
      1 warning, 0 errors were found!


      langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/package.html
      line 26 column 1 - Warning: missing <!DOCTYPE> declaration
      Info: Document content looks like HTML 3.2
      1 warning, 0 errors were found!


      langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/package.html
      line 26 column 1 - Warning: missing <!DOCTYPE> declaration
      Info: Document content looks like HTML 3.2
      1 warning, 0 errors were found!


      langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/package.html
      line 26 column 1 - Warning: missing <!DOCTYPE> declaration
      Info: Document content looks like HTML 3.2
      1 warning, 0 errors were found!


      langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/package.html
      line 26 column 1 - Warning: missing <!DOCTYPE> declaration
      line 54 column 5 - Warning: discarding unexpected </body>
      line 55 column 1 - Warning: discarding unexpected </html>
      line 35 column 9 - Warning: missing </ul>
      Info: Document content looks like HTML 3.2
      4 warnings, 0 errors were found!


      langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/package.html
      line 26 column 1 - Warning: missing <!DOCTYPE> declaration
      Info: Document content looks like HTML 3.2
      1 warning, 0 errors were found!


      langtools/src/share/classes/com/sun/tools/javap/package.html
      Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN"
      Info: Document content looks like HTML 4.01 Transitional
      Info: No system identifier in emitted doctype
      No warnings or errors were found.


      langtools/src/share/classes/com/sun/tools/javap/overview.html
      Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN"
      Info: Document content looks like HTML 4.01 Transitional
      Info: No system identifier in emitted doctype
      No warnings or errors were found.


      langtools/src/share/classes/com/sun/tools/classfile/package.html
      Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN"
      Info: Document content looks like HTML 4.01 Transitional
      Info: No system identifier in emitted doctype
      No warnings or errors were found.


      langtools/src/share/classes/com/sun/javadoc/package.html
      line 1 column 1 - Warning: missing <!DOCTYPE> declaration
      Info: Document content looks like HTML 4.01 Transitional
      Info: No system identifier in emitted doctype
      1 warning, 0 errors were found!


      You are recommended to use CSS to specify the font and
      properties such as its size and color. This will reduce
      the size of HTML files and make them easier to maintain
      compared with using <FONT> elements.

      langtools/src/share/classes/javax/tools/overview.html
      line 1 column 1 - Warning: missing <!DOCTYPE> declaration
      line 1 column 1 - Warning: inserting missing 'title' element
      Info: Document content looks like HTML 4.01 Strict
      Info: No system identifier in emitted doctype
      2 warnings, 0 errors were found!


      langtools/src/share/classes/javax/lang/model/overview.html
      line 3 column 1 - Warning: inserting missing 'title' element
      Info: Doctype given is "-//W3C//DTD HTML 3.2//EN"
      Info: Document content looks like HTML 3.2
      1 warning, 0 errors were found!

      Attachments

        Activity

          People

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: