diff --git a/complete.html b/complete.html index 5baa61a735a..311a4bfdf71 100644 --- a/complete.html +++ b/complete.html @@ -9265,6 +9265,15 @@

3.2.3 Global attributesxmlns attribute in no namespace specified.

+

The XML specification also allows the use of the xml:space attribute in the XML + namespace on any element in an XML document. This attribute has no effect on + HTML elements, as the default behavior in HTML is to + preserve whitespace. [XML]

+ +

There is no way to serialize the xml:space attribute on HTML + elements in the text/html syntax.

+

To enable assistive technology products to expose a more fine-grained interface than is otherwise possible with HTML elements and attributes, a set of annotations for assistive technology diff --git a/index b/index index 90b1dcb4aae..7b009559023 100644 --- a/index +++ b/index @@ -9242,6 +9242,15 @@ interface HTMLUnknownElement : xmlns attribute in no namespace specified.

+

The XML specification also allows the use of the xml:space attribute in the XML + namespace on any element in an XML document. This attribute has no effect on + HTML elements, as the default behavior in HTML is to + preserve whitespace. [XML]

+ +

There is no way to serialize the xml:space attribute on HTML + elements in the text/html syntax.

+

To enable assistive technology products to expose a more fine-grained interface than is otherwise possible with HTML elements and attributes, a set of annotations for assistive technology diff --git a/source b/source index 9a185ca5edb..567b40f9ea3 100644 --- a/source +++ b/source @@ -9351,6 +9351,19 @@ interface HTMLUnknownElement : HTMLElement { };


+

The XML specification also allows the use of the xml:space attribute in the XML + namespace on any element in an XML document. This attribute has no effect on + HTML elements, as the default behavior in HTML is to + preserve whitespace. [XML]

+ +

There is no way to serialize the xml:space attribute on HTML + elements in the text/html syntax.

+ +
+

To enable assistive technology products to expose a more fine-grained interface than is otherwise possible with HTML elements and attributes, a set of annotations for assistive technology