[html5] r2797 - [t] (0) Vaguely reduce the burden on data mining tools.

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 11 17:58:09 PST 2009


Author: ianh
Date: 2009-02-11 17:58:09 -0800 (Wed, 11 Feb 2009)
New Revision: 2797

Modified:
   index
   source
Log:
[t] (0) Vaguely reduce the burden on data mining tools.

Modified: index
===================================================================
--- index	2009-02-12 01:42:28 UTC (rev 2796)
+++ index	2009-02-12 01:58:09 UTC (rev 2797)
@@ -53688,8 +53688,16 @@
 
   <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.</p>
 
 
+
+
   <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

Modified: source
===================================================================
--- source	2009-02-12 01:42:28 UTC (rev 2796)
+++ source	2009-02-12 01:58:09 UTC (rev 2797)
@@ -61116,8 +61116,18 @@
 
   <p>The <dfn>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.</p>
 
+
+
+
   <h3>Serializing HTML fragments</h3>
 
   <p>The following steps form the <dfn>HTML fragment serialization




More information about the Commit-Watchers mailing list