The fix for JDK-8180338 addressed all errors and most warnings from tidy. The latest version of html tidy, version 5.4.0, which checks for HTML5 conformance, lists 114 warnings in cssref.html for using the unsupported "summary" attribute in the <table> tag.
We need to remove all of these and instead add an embedded <caption> tag in each table. Most of them will need an invisible caption, but some might want a visible caption.
We need to remove all of these and instead add an embedded <caption> tag in each table. Most of them will need an invisible caption, but some might want a visible caption.
- duplicates
-
JDK-8184220 Fix tidy issues in JavaFX docs
- Resolved
- relates to
-
JDK-8180338 Additional HTML5 cleanup
- Resolved
-
JDK-8184220 Fix tidy issues in JavaFX docs
- Resolved