Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Try some tweaks Shelley suggested.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7510

git-svn-id: http://svn.whatwg.org/webapps@4009 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2009
1 parent 4136273 commit 5383e7c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions index
Expand Up @@ -27772,13 +27772,14 @@ function AddCloud(data, x, y) { ... }</pre>
<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>



Expand Down
15 changes: 8 additions & 7 deletions source
Expand Up @@ -30582,13 +30582,14 @@ function AddCloud(data, x, y) { ... }</pre>
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>



Expand Down

0 comments on commit 5383e7c

Please sign in to comment.