--- old/src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java 2017-05-12 16:11:49.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java 2017-05-12 16:11:49.000000000 -0700 @@ -183,7 +183,8 @@ *

The following table shows the example document and the results * of various methods described above.

* - * + *
+ * * * * @@ -2129,8 +2130,13 @@ *

* The assignment of the actions described is shown in the * following table for the tags defined in HTML.Tag. - *

HTML Content of example above
ExampleinsertAfterStart
+ * + *
+ * + * * + * + * * *
HTML tags and assigned actions
TagAction
HTML.Tag.A CharacterAction *
HTML.Tag.ADDRESS CharacterAction *
HTML.Tag.APPLET HiddenAction @@ -2203,6 +2209,7 @@ *
HTML.Tag.U CharacterAction *
HTML.Tag.UL BlockAction *
HTML.Tag.VAR CharacterAction + *
*

* Once </html> is encountered, the Actions are no longer notified. @@ -3385,10 +3392,17 @@ * be iterated over picking up the data of the form. * The following are the model assignments for the * various type of form elements. - * + * +
+ * + * * * + * + * * * * *
Model assignments for the various types + * of form elements
Element Type * Model Type + *
input, type button * {@link DefaultButtonModel} @@ -3419,6 +3433,7 @@ *
textarea * {@link PlainDocument} + *
* */