[html5] r7270 - [giow] (0) innerHTML on XML nodes shouldn't expose the fact that it's faking the [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 24 14:39:51 PDT 2012


Author: ianh
Date: 2012-08-24 14:39:49 -0700 (Fri, 24 Aug 2012)
New Revision: 7270

Modified:
   complete.html
   index
   source
Log:
[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

Modified: complete.html
===================================================================
--- complete.html	2012-08-24 19:51:28 UTC (rev 7269)
+++ complete.html	2012-08-24 21:39:49 UTC (rev 7270)
@@ -96600,6 +96600,17 @@
 
    <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
     return the child nodes of the root element of the resulting
     <code><a href=#document>Document</a></code>, in <a href=#tree-order>tree order</a>.</p>

Modified: index
===================================================================
--- index	2012-08-24 19:51:28 UTC (rev 7269)
+++ index	2012-08-24 21:39:49 UTC (rev 7270)
@@ -96600,6 +96600,17 @@
 
    <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
     return the child nodes of the root element of the resulting
     <code><a href=#document>Document</a></code>, in <a href=#tree-order>tree order</a>.</p>

Modified: source
===================================================================
--- source	2012-08-24 19:51:28 UTC (rev 7269)
+++ source	2012-08-24 21:39:49 UTC (rev 7270)
@@ -111992,6 +111992,18 @@
    <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
     title="concept-frag-parse-context">context</var> element, then
     return the child nodes of the root element of the resulting
     <code>Document</code>, in <span>tree order</span>.</p>




More information about the Commit-Watchers mailing list