Bugzilla – Bug 526
Vaguely reduce the burden on data mining tools.
Last modified: 2009-05-27 14:30:22 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>