JDK-8184221 : Update remaining JavaFX docs to HTML 5
  • Type: Bug
  • Component: javafx
  • Sub-Component: other
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2017-07-12
  • Updated: 2020-03-04
  • Resolved: 2017-08-26
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Two files in the JavaFX docs have a doctype for something other than HTML 5.

These files should be updated to HTML5. The correct doctype is
    <!doctype html>DocType Report

  1775: HTML5
     1: -//W3C//DTD HTML 4.01 Transitional//EN
     1: -//W3C//DTD XHTML 1.0 Transitional//EN


Comments
Reopen to close as a duplicate.
26-08-2017

This is no longer an issue.
23-08-2017

It looks like JDK-8180338 went into jdk-10+13, so a recent build should have the fix. If not, let us know.
12-07-2017

OK, I'll pull down the latest 10 build. I downloaded the one I'm using nearly a month ago now.
12-07-2017

You might be looking at an old build. The only two .html files (other than package.html files) were updated to use '<!doctype html>' as part of JDK-8180338.
12-07-2017

Note, changing the doctype to HTML5 may trigger warnings/errors from tidy about additional changes that may be required.
12-07-2017