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
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
- duplicates
-
JDK-8181288 Invalid HTML 5 in JavaFX docs
- Closed
-
JDK-8184221 Update remaining JavaFX docs to HTML 5
- Closed
- relates to
-
JDK-8181288 Invalid HTML 5 in JavaFX docs
- Closed
-
JDK-8182300 HTML5 cleanup in cssref.html
- Closed
-
JDK-8184220 Fix tidy issues in JavaFX docs
- Resolved