Name: aaC67449 Date: 04/14/98
1.
Javadoc says:"
public class HTMLEditorKit
extends StyledEditorKit
This is the default implementation of html editing functionality. The primary goal with this is to be small, but flexible. It is not intended to be an all singing and all dancing html implementation. This is provided to meet more modest needs, with the idea that more substantial needs can be met with alternative implementations.
"
It looks like the HTMLEditorKit doesn't support all tags from the HTML3.2 standart, so the Javadoc must specify supported HTML subset.
2.
HTMLEditorKit.read method translates html to text.Document, but there is no spec describing how html tags are mapped into text.Elements.
3.
HTMLEditorKit.write method translates text.Document to html, but there is no spec describing how html text.Elements are mapped into html tags.
======================================================================
- duplicates
-
JDK-4099197 Swing-0.6.1:DOCS need to specify HTML version JEditorPane can handle
- Closed