--- old/src/java.xml/share/classes/org/w3c/dom/Attr.java 2017-05-16 15:12:46.111415489 -0700 +++ new/src/java.xml/share/classes/org/w3c/dom/Attr.java 2017-05-16 15:12:46.035412172 -0700 @@ -111,7 +111,9 @@ *

The following table gives some examples of the relations between the * attribute value in the original document (parsed attribute), the value as * exposed in the DOM, and the serialization of the value: - * + *
+ * + * * * * * * + * + * * * @@ -126,7 +130,7 @@ *
"x²=5"
* * * * * + * *
Examples of the Original, Normalized and Serialized Values
ExamplesParsed @@ -119,6 +121,8 @@ * Initial Attr.valueSerialized attribute value
* Character reference - *
"x\u00b2=5"
+ *
"x²=5"
*
*
"x²=5"
@@ -180,6 +184,7 @@ *
Dependent on Implementation and Load OptionsDependent on Implementation and Load/Save Options
*

See also the Document Object Model (DOM) Level 3 Core Specification. */