NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 526 - Vaguely reduce the burden on data mining tools.
Vaguely reduce the burden on data mining tools.
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 14:21 CEST by Henri Sivonen
Modified: 2009-05-27 14:30 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-05-27 14:21:03 CEST
Index: source
===================================================================
--- source	(revision 2796)
+++ source	(revision 2797)
@@ -61116,6 +61116,16 @@
 
   <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>