Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8180694 | 10 | Jonathan Gibbons | P2 | Resolved | Fixed | b09 |
JDK-8180543 | 9.0.4 | Jonathan Gibbons | P2 | Resolved | Fixed | b01 |
The tables in the doc comments in java.base use HTML 4.01 features that are not available in HTML 5.
The tables should be updated to use features that are in HTML 5.
Generally, this means ...
change cellspacing, cellpadding, border, etc to use CSS styles
change summary to <caption>
The tables should be updated to use features that are in HTML 5.
Generally, this means ...
change cellspacing, cellpadding, border, etc to use CSS styles
change summary to <caption>
- backported by
-
JDK-8180543 Update tables in java.base to be HTML 5-friendly.
-
- Resolved
-
-
JDK-8180694 Update tables in java.base to be HTML 5-friendly.
-
- Resolved
-
- relates to
-
JDK-8179479 Add new styles to enable HTML 5 tables
-
- Closed
-