diff --git a/src/java.xml/share/classes/org/w3c/dom/Attr.java b/src/java.xml/share/classes/org/w3c/dom/Attr.java index 54d0997eb38..0943fcac363 100644 --- a/src/java.xml/share/classes/org/w3c/dom/Attr.java +++ b/src/java.xml/share/classes/org/w3c/dom/Attr.java @@ -124,65 +124,63 @@ package org.w3c.dom; * * * - * + * * Character reference - * + * *
"x²=5"
* - * + * *
"x²=5"
* - * + * *
"x²=5"
* * * - * Built-in - * character entity - * + * Built-in character entity + * *
"y<6"
* - * + * *
"y<6"
* - * + * *
"y&lt;6"
* * * - * Literal newline between - * - *
- * "x=5&#10;y=6"
+ * Literal newline between + * + *
"x=5&#10;y=6"
* - * + * *
"x=5 y=6"
* - * + * *
"x=5&#10;y=6"
* * * - * Normalized newline between - * + * Normalized newline between + * *
"x=5
  * y=6"
* - * + * *
"x=5 y=6"
* - * + * *
"x=5 y=6"
* * * - * Entity e with literal newline - * + * Entity e with literal newline + * *
  * <!ENTITY e '...&#10;...'> [...]> "x=5&e;y=6"
* - * Dependent on Implementation and Load Options - * Dependent on Implementation and Load/Save Options + * Dependent on Implementation and Load Options + * Dependent on Implementation and Load/Save Options * * *