diff --git a/index.html b/index.html index 1208e90..fdd3efa 100644 --- a/index.html +++ b/index.html @@ -219,30 +219,11 @@

Extensibility

The XMLSerializer interface

+ + + -
-    [Exposed=Window]
-    interface XMLSerializer {
-      constructor();
-      DOMString serializeToString(Node root);
-    };
-  
- -
-
xmlserializer = new XMLSerializer () -
Constructs a new XMLSerializer object. - -
string = xmlserializer . serializeToString ( root ) -
Serializes root into a string using an XML serialization. Throws a - TypeError exception if root is not a Node or an Attr object. -
- -

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.