[html5] r4009 - [e] (0) Try some tweaks Shelley suggested. Fixing http://www.w3.org/Bugs/Public/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 28 13:17:14 PDT 2009


Author: ianh
Date: 2009-09-28 13:17:13 -0700 (Mon, 28 Sep 2009)
New Revision: 4009

Modified:
   index
   source
Log:
[e] (0) Try some tweaks Shelley suggested.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7510

Modified: index
===================================================================
--- index	2009-09-28 19:50:01 UTC (rev 4008)
+++ index	2009-09-28 20:17:13 UTC (rev 4009)
@@ -27772,13 +27772,14 @@
   <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>
+  <!-- The following paragraph is for bug 7510 -->
+  <p>The SVG specification includes requirements regarding the
+  handling of elements in the DOM that are not in the SVG namespace,
+  that are in SVG fragments, and that are not included in a
+  <code>foreignObject</code> element. <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>
 
 
 

Modified: source
===================================================================
--- source	2009-09-28 19:50:01 UTC (rev 4008)
+++ source	2009-09-28 20:17:13 UTC (rev 4009)
@@ -30582,13 +30582,14 @@
   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>
+  <!-- The following paragraph is for bug 7510 -->
+  <p>The SVG specification includes requirements regarding the
+  handling of elements in the DOM that are not in the SVG namespace,
+  that are in SVG fragments, and that are not included in a
+  <code>foreignObject</code> element. <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>
 
 
 




More information about the Commit-Watchers mailing list