Skip to content

Commit

Permalink
[e] (0) Gotta make sure that the element itself has no declarations o…
Browse files Browse the repository at this point in the history
…therwise who knows what that actually means...

git-svn-id: http://svn.whatwg.org/webapps@3950 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 22, 2009
1 parent 1fb863c commit 1475443
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions index
Expand Up @@ -71028,8 +71028,9 @@ document.body.appendChild(text);

<p>For the purposes of this section, an internal general parsed
entity is considered XML namespace-well-formed if a document
consisting of an element whose contents are the internal general
parsed entity would itself be XML namespace-well-formed.</p>
consisting of an element with no namespace declarations whose
contents are the internal general parsed entity would itself be XML
namespace-well-formed.</p>

<p>If any of the following error cases are found in the DOM subtree
being serialized, then the algorithm must raise an
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -84349,8 +84349,9 @@ document.body.appendChild(text);

<p>For the purposes of this section, an internal general parsed
entity is considered XML namespace-well-formed if a document
consisting of an element whose contents are the internal general
parsed entity would itself be XML namespace-well-formed.</p>
consisting of an element with no namespace declarations whose
contents are the internal general parsed entity would itself be XML
namespace-well-formed.</p>

<p>If any of the following error cases are found in the DOM subtree
being serialized, then the algorithm must raise an
Expand Down

0 comments on commit 1475443

Please sign in to comment.