8183583: LSSerializer docs have invalid character
Reviewed-by: lancea
This commit is contained in:
parent
0a79d06e97
commit
47b4a847e2
@ -136,7 +136,7 @@ import org.w3c.dom.DOMException;
|
||||
* <p> Within markup, but outside of attributes, any occurrence of a character
|
||||
* that cannot be represented in the output character encoding is reported
|
||||
* as a <code>DOMError</code> fatal error. An example would be serializing
|
||||
* the element <LaCa\u00f1ada/> with <code>encoding="us-ascii"</code>.
|
||||
* the element <LaCañada/> with <code>encoding="us-ascii"</code>.
|
||||
* This will result with a generation of a <code>DOMError</code>
|
||||
* "wf-invalid-character-in-node-name" (as proposed in "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-well-formed'>
|
||||
* well-formed</a>").
|
||||
|
Loading…
x
Reference in New Issue
Block a user