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

Additional HTML5 cleanup

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • 9
    • javafx

    Description

      As of JDK-8176538 the javadoc-generated API docs are HTML5 clean. We discovered a minor issue in the embedded .html docs:

      1. the initial tag should be just:

      <!doctype html>

      2. The <html> tag needs to include the language, like this:

      <html lang="en">

      The following files are affected:

      modules/javafx.fxml/src/main/docs/javafx/fxml/doc-files/faq.html
      modules/javafx.fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html
      modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html

      Attachments

        Issue Links

          Activity

            People

              kcr Kevin Rushforth
              kcr Kevin Rushforth
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: