hixie: Clarify that HTML doesn't override SVG. (whatwg r3977)

hixie: Clarify that HTML doesn't override SVG. (whatwg r3977)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3138&r2=1.3139&f=h
http://html5.org/tools/web-apps-tracker?from=3976&to=3977

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3138
retrieving revision 1.3139
diff -u -d -r1.3138 -r1.3139
--- Overview.html 22 Sep 2009 21:29:15 -0000 1.3138
+++ Overview.html 22 Sep 2009 22:31:07 -0000 1.3139
@@ -24612,7 +24612,13 @@
   <a href="#svg-namespace">SVG namespace</a> inside <a href="#html-documents">HTML documents</a> is
   <a href="#phrasing-content">phrasing content</a>. (This further constrains the
   requirements given in the SVG specification.)<p>The semantics of SVG elements are defined by the SVG
-  specification and other relevant specifications. <a href="#refsSVG">[SVG]</a><h4 id="dimension-attributes"><span class="secno">4.8.17 </span><dfn>Dimension attributes</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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
+  specification and other relevant specifications. <a href="#refsSVG">[SVG]</a><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.<h4 id="dimension-attributes"><span class="secno">4.8.17 </span><dfn>Dimension attributes</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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
   <code><a href="#the-img-element">img</a></code>, <code><a href="#the-iframe-element">iframe</a></code>, <code><a href="#the-embed-element">embed</a></code>,
   <code><a href="#the-object-element">object</a></code>, <code><a href="#video">video</a></code>, and, when their <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#image-button-state" title="attr-input-type-image">Image Button</a> state,
   <code><a href="#the-input-element">input</a></code> elements may be specified to give the dimensions

Received on Tuesday, 22 September 2009 22:32:12 UTC