-
Bug
-
Resolution: Fixed
-
P3
-
10
-
None
-
b33
The work for JDK-8190821 revealed code to generate <FONT> elements, which are illegal in HTML 5. This was traced back to support for an obsolete "String stylename" field in LinkInfoImpl.
The field is currently unused (never set). It should be removed, along with the method arguments and parameters that pass the information to the create link method. The code to generate a <font> element should likewise be removed.
The field is currently unused (never set). It should be removed, along with the method arguments and parameters that pass the information to the create link method. The code to generate a <font> element should likewise be removed.
- relates to
-
JDK-8190824 Eliminate HtmlDocWriter
-
- Resolved
-