[html5] r3977 - [e] (0) Clarify that HTML doesn't override SVG. Fixing http://www.w3.org/Bugs/Pu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 22 15:38:10 PDT 2009
Author: ianh
Date: 2009-09-22 15:38:09 -0700 (Tue, 22 Sep 2009)
New Revision: 3977
Modified:
index
source
Log:
[e] (0) Clarify that HTML doesn't override SVG.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7510
Modified: index
===================================================================
--- index 2009-09-22 21:36:15 UTC (rev 3976)
+++ index 2009-09-22 22:38:09 UTC (rev 3977)
@@ -27733,8 +27733,16 @@
<p>The semantics of SVG elements are defined by the SVG
specification and other relevant specifications. <a href=#refsSVG>[SVG]</a></p>
+ <p>The SVG specification states that elements that are not in the
+ SVG namespace, that are in SVG fragments, and that are not included
+ in a <code>foreignObject</code> element, are to be
+ ignored. Similarly, <em>this</em> specification does not define any
+ processing for elements in SVG fragments that are not in the HTML
+ namespace; they are considered neither conforming nor non-conforming
+ from the perspective of this specification.</p>
+
<h4 id=dimension-attributes><span class=secno>4.8.17 </span><dfn>Dimension attributes</dfn></h4>
<p><strong class=impl>Author requirements</strong>: The <dfn id=attr-dim-width title=attr-dim-width><code>width</code></dfn> and <dfn id=attr-dim-height title=attr-dim-height><code>height</code></dfn> attributes on
Modified: source
===================================================================
--- source 2009-09-22 21:36:15 UTC (rev 3976)
+++ source 2009-09-22 22:38:09 UTC (rev 3977)
@@ -30519,8 +30519,16 @@
specification and other relevant specifications. <a
href="#refsSVG">[SVG]</a></p>
+ <p>The SVG specification states that elements that are not in the
+ SVG namespace, that are in SVG fragments, and that are not included
+ in a <code>foreignObject</code> element, are to be
+ ignored. Similarly, <em>this</em> specification does not define any
+ processing for elements in SVG fragments that are not in the HTML
+ namespace; they are considered neither conforming nor non-conforming
+ from the perspective of this specification.</p>
+
<h4><dfn>Dimension attributes</dfn></h4>
<p><strong class="impl">Author requirements</strong>: The <dfn
More information about the Commit-Watchers
mailing list