Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
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
|