Skip to content

Commit

Permalink
[e] (0) comment out redundant sentences
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15962
Affected topics: HTML, HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7253 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 23, 2012
1 parent 7d5a1c2 commit 9219160
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -95922,12 +95922,12 @@ <h3 id=serializing-html-fragments><span class=secno>12.3 </span>Serializing HTML
</dd>


</dl><p>Other node types (e.g. <code title="">Attr</code>) cannot
</dl><!--
<p>Other node types (e.g. <code title="">Attr</code>) cannot
occur as children of elements. If, despite this, they somehow do
occur, this algorithm must throw an
<code><a href=#invalidstateerror>InvalidStateError</a></code> exception.</p>

</li>
<code>InvalidStateError</code> exception.</p>
--></li>

</ol></li>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -95922,12 +95922,12 @@ document.body.appendChild(text);
</dd>


</dl><p>Other node types (e.g. <code title="">Attr</code>) cannot
</dl><!--
<p>Other node types (e.g. <code title="">Attr</code>) cannot
occur as children of elements. If, despite this, they somehow do
occur, this algorithm must throw an
<code><a href=#invalidstateerror>InvalidStateError</a></code> exception.</p>

</li>
<code>InvalidStateError</code> exception.</p>
--></li>

</ol></li>

Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -14,6 +14,7 @@
!-->
<!--START validation-->
<pre class="idl">
interface Screen { }; // CSSOM
interface URL { }; // URL API
interface Blob { }; // File API
interface File : Blob { }; // File API
Expand Down Expand Up @@ -111272,10 +111273,12 @@ document.body.appendChild(text);

</dl>

<!--
<p>Other node types (e.g. <code title="">Attr</code>) cannot
occur as children of elements. If, despite this, they somehow do
occur, this algorithm must throw an
<code>InvalidStateError</code> exception.</p>
-->

</li>

Expand Down

0 comments on commit 9219160

Please sign in to comment.