[html5] r7253 - [e] (0) comment out redundant sentences Fixing https://www.w3.org/Bugs/Public/sh [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 22 23:31:17 PDT 2012
Author: ianh
Date: 2012-08-22 23:31:16 -0700 (Wed, 22 Aug 2012)
New Revision: 7253
Modified:
complete.html
index
source
Log:
[e] (0) comment out redundant sentences
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15962
Affected topics: HTML, HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2012-08-23 05:23:08 UTC (rev 7252)
+++ complete.html 2012-08-23 06:31:16 UTC (rev 7253)
@@ -95922,13 +95922,13 @@
</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>
+ <code>InvalidStateError</code> exception.</p>
+ --></li>
- </li>
-
</ol></li>
<li><p>The result of the algorithm is the string <var title="">s</var>.</li>
Modified: index
===================================================================
--- index 2012-08-23 05:23:08 UTC (rev 7252)
+++ index 2012-08-23 06:31:16 UTC (rev 7253)
@@ -95922,13 +95922,13 @@
</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>
+ <code>InvalidStateError</code> exception.</p>
+ --></li>
- </li>
-
</ol></li>
<li><p>The result of the algorithm is the string <var title="">s</var>.</li>
Modified: source
===================================================================
--- source 2012-08-23 05:23:08 UTC (rev 7252)
+++ source 2012-08-23 06:31:16 UTC (rev 7253)
@@ -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
@@ -111272,10 +111273,12 @@
</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>
More information about the Commit-Watchers
mailing list