diff --git a/index.html b/index.html index 1208e90..fdd3efa 100644 --- a/index.html +++ b/index.html @@ -219,30 +219,11 @@
XMLSerializer
interface- [Exposed=Window] - interface XMLSerializer { - constructor(); - DOMString serializeToString(Node root); - }; -- -
The XMLSerializer
() constructor must return a new XMLSerializer
- object.
-
-
The serializeToString
(root) method must
- produce an XML serialization of root passing a value of false
for
- the require well-formed parameter, and return the result.
+
The definition of XMLSerializer
has moved to the HTML Standard.