html5/spec Overview.html,1.1967,1.1968

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8434

Modified Files:
	Overview.html 
Log Message:
Vaguely reduce the burden on data mining tools. (whatwg r2797)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1967
retrieving revision 1.1968
diff -u -d -r1.1967 -r1.1968
--- Overview.html	12 Feb 2009 01:42:34 -0000	1.1967
+++ Overview.html	12 Feb 2009 01:58:14 -0000	1.1968
@@ -44016,7 +44016,12 @@
   will be closed by a <code title="">&lt;/a::&gt;</code> end tag, and
   never by a <code title="">&lt;/aU00003AU00003A&gt;</code> end tag, even
   if the user agent is using the rules above to then generate an
-  actual element in the DOM with the name <code title="">aU00003AU00003A</code> for that start tag.<h3 id=namespaces><span class=secno>8.3 </span>Namespaces</h3><p>The <dfn id=html-namespace-0>HTML namespace</dfn> is: <code>http://www.w3.org/1999/xhtml</code><p>The <dfn id=mathml-namespace>MathML namespace</dfn> is: <code>http://www.w3.org/1998/Math/MathML</code><p>The <dfn id=svg-namespace>SVG namespace</dfn> is: <code>http://www.w3.org/2000/svg</code><p>The <dfn id=xlink-namespace>XLink namespace</dfn> is: <code>http://www.w3.org/1999/xlink</code><p>The <dfn id=xml-namespace>XML namespace</dfn> is: <code>http://www.w3.org/XML/1998/namespace</code><p>The <dfn id=xmlns-namespace>XMLNS namespace</dfn> is: <code>http://www.w3.org/2000/xmlns/</code><h3 id=serializing-html-fragments><span class=secno>8.4 </span>Serializing HTML fragments</h3><p>The following steps form the <dfn id=html-fragment-serialization-algorithm>HTML fragment serialization
+  actual element in the DOM with the name <code title="">aU00003AU00003A</code> for that start tag.<h3 id=namespaces><span class=secno>8.3 </span>Namespaces</h3><p>The <dfn id=html-namespace-0>HTML namespace</dfn> is: <code>http://www.w3.org/1999/xhtml</code><p>The <dfn id=mathml-namespace>MathML namespace</dfn> is: <code>http://www.w3.org/1998/Math/MathML</code><p>The <dfn id=svg-namespace>SVG namespace</dfn> is: <code>http://www.w3.org/2000/svg</code><p>The <dfn id=xlink-namespace>XLink namespace</dfn> is: <code>http://www.w3.org/1999/xlink</code><p>The <dfn id=xml-namespace>XML namespace</dfn> is: <code>http://www.w3.org/XML/1998/namespace</code><p>The <dfn id=xmlns-namespace>XMLNS namespace</dfn> is: <code>http://www.w3.org/2000/xmlns/</code></p><hr><p>Data mining tools and other user agents that perform operations
+  on <code title="">text/html</code> content without running scripts,
+  evaluating CSS or XPath expressions, or otherwise exposing the
+  resulting DOM to arbitrary content, may "support namespaces" by just
+  asserting that their DOM node analogues are in certain namespaces,
+  without actually exposing the above strings.<h3 id=serializing-html-fragments><span class=secno>8.4 </span>Serializing HTML fragments</h3><p>The following steps form the <dfn id=html-fragment-serialization-algorithm>HTML fragment serialization
   algorithm</dfn>. The algorithm takes as input a DOM
   <code>Element</code> or <code>Document</code>, referred to as <var title="">the node</var>, and either returns a string or raises an
   exception.<p class=note>This algorithm serializes the <em>children</em> of

Received on Thursday, 12 February 2009 01:58:27 UTC