[html5] r4371 - [e] (0) validation fix
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 27 13:42:12 PDT 2009
Author: ianh
Date: 2009-10-27 13:42:08 -0700 (Tue, 27 Oct 2009)
New Revision: 4371
Modified:
complete.html
index
source
Log:
[e] (0) validation fix
Modified: complete.html
===================================================================
--- complete.html 2009-10-27 20:40:49 UTC (rev 4370)
+++ complete.html 2009-10-27 20:42:08 UTC (rev 4371)
@@ -12061,9 +12061,9 @@
<pre>style = no-c-start *( c-start no-c-end c-end no-c-start )
no-c-start = <any string that doesn't contain a substring that matches c-start >
-c-start = "<!--"
-no-c-end = <any string that doesn't contain a substring that matches c-end ></pre>
-c-end = "-->"
+c-start = "<!--"
+no-c-end = <any string that doesn't contain a substring that matches c-end >
+c-end = "-->"</pre>
<!-- Unmatched comment-like syntax is invalid on a temporary basis,
waiting for IE, WebKit, and Opera to fix their parsing bug
@@ -12318,7 +12318,7 @@
<h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn> element</h4>
- </pre><dl class=element><dt>Categories</dt>
+ <dl class=element><dt>Categories</dt>
<dd><a href=#metadata-content>Metadata content</a>.</dd>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
Modified: index
===================================================================
--- index 2009-10-27 20:40:49 UTC (rev 4370)
+++ index 2009-10-27 20:42:08 UTC (rev 4371)
@@ -11879,9 +11879,9 @@
<pre>style = no-c-start *( c-start no-c-end c-end no-c-start )
no-c-start = <any string that doesn't contain a substring that matches c-start >
-c-start = "<!--"
-no-c-end = <any string that doesn't contain a substring that matches c-end ></pre>
-c-end = "-->"
+c-start = "<!--"
+no-c-end = <any string that doesn't contain a substring that matches c-end >
+c-end = "-->"</pre>
<!-- Unmatched comment-like syntax is invalid on a temporary basis,
waiting for IE, WebKit, and Opera to fix their parsing bug
@@ -12136,7 +12136,7 @@
<h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn> element</h4>
- </pre><dl class=element><dt>Categories</dt>
+ <dl class=element><dt>Categories</dt>
<dd><a href=#metadata-content>Metadata content</a>.</dd>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
Modified: source
===================================================================
--- source 2009-10-27 20:40:49 UTC (rev 4370)
+++ source 2009-10-27 20:42:08 UTC (rev 4371)
@@ -12561,9 +12561,9 @@
<pre>style = no-c-start *( c-start no-c-end c-end no-c-start )
no-c-start = <any string that doesn't contain a substring that matches c-start >
-c-start = "<!--"
-no-c-end = <any string that doesn't contain a substring that matches c-end ></pre>
-c-end = "-->"
+c-start = "<!--"
+no-c-end = <any string that doesn't contain a substring that matches c-end >
+c-end = "-->"</pre>
<!-- Unmatched comment-like syntax is invalid on a temporary basis,
waiting for IE, WebKit, and Opera to fix their parsing bug
More information about the Commit-Watchers
mailing list