-
Enhancement
-
Resolution: Delivered
-
P4
-
None
-
None
-
None
The HtmlTree class in the javadoc doclet has methods to create HTML trees for various HTML tags. There needs to be new factory methods that will tale one of more nested tags e.g.
TR(HtmlStyle style, HtmlTree firstCell, HtmlTree... moreCells)
There needs to be such methods for more HTML tags as well.
TR(HtmlStyle style, HtmlTree firstCell, HtmlTree... moreCells)
There needs to be such methods for more HTML tags as well.
- relates to
-
JDK-8240138 Cleanup HtmlTree
-
- Resolved
-
-
JDK-8338133 Cleanup direct use of `new HtmlTree`
-
- Resolved
-
-
JDK-8352740 Introduce new factory method HtmlTree.IMG
-
- Resolved
-