Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) innerHTML on XML nodes shouldn't expose the fact that it's…
… faking the start and end tags...

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16605
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7270 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 24, 2012
1 parent dd37d41 commit 590af8e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions complete.html
Expand Up @@ -96598,6 +96598,17 @@ <h3 id=parsing-xhtml-fragments><span class=secno>13.4 </span>Parsing XHTML fragm

</li>

<li>

<p>If there is a <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var> element, and the
root element of the resulting <code><a href=#document>Document</a></code> has any
sibling nodes, then throw a <code><a href=#syntaxerror>SyntaxError</a></code> exception and
abort these steps.</p>

<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1443 -->

</li>

<li>

<p>If there is a <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var> element, then
Expand Down
11 changes: 11 additions & 0 deletions index
Expand Up @@ -96598,6 +96598,17 @@ document.body.appendChild(text);

</li>

<li>

<p>If there is a <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var> element, and the
root element of the resulting <code><a href=#document>Document</a></code> has any
sibling nodes, then throw a <code><a href=#syntaxerror>SyntaxError</a></code> exception and
abort these steps.</p>

<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1443 -->

</li>

<li>

<p>If there is a <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var> element, then
Expand Down
12 changes: 12 additions & 0 deletions source
Expand Up @@ -111989,6 +111989,18 @@ document.body.appendChild(text);

</li>

<li>

<p>If there is a <var
title="concept-frag-parse-context">context</var> element, and the
root element of the resulting <code>Document</code> has any
sibling nodes, then throw a <code>SyntaxError</code> exception and
abort these steps.</p>

<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1443 -->

</li>

<li>

<p>If there is a <var
Expand Down

0 comments on commit 590af8e

Please sign in to comment.