[html5] r941 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 21 01:53:39 PDT 2007


Author: ianh
Date: 2007-06-21 01:52:55 -0700 (Thu, 21 Jun 2007)
New Revision: 941

Modified:
   index
   source
Log:
[c] (2) Oops, forgot to mark autoclosing of <noscript> in <head> as a parse error

Modified: index
===================================================================
--- index	2007-06-21 08:45:36 UTC (rev 940)
+++ index	2007-06-21 08:52:55 UTC (rev 941)
@@ -36413,8 +36413,8 @@
        <dt>Anything else
 
        <dd>
-        <p>Act as if an end tag with the tag name "noscript" had been seen
-         and reprocess the current token.</p>
+        <p><a href="#parse">Parse error</a>. Act as if an end tag with the
+         tag name "noscript" had been seen and reprocess the current token.</p>
       </dl>
 
      <dt>If the <a href="#insertion0">insertion mode</a> is "<dfn id=after3

Modified: source
===================================================================
--- source	2007-06-21 08:45:36 UTC (rev 940)
+++ source	2007-06-21 08:52:55 UTC (rev 941)
@@ -33583,8 +33583,9 @@
 
        <dt>Anything else</dt>
        <dd>
-        <p>Act as if an end tag with the tag name "noscript" had been
-        seen and reprocess the current token.</p>
+        <p><span>Parse error</span>. Act as if an end tag with the tag
+        name "noscript" had been seen and reprocess the current
+        token.</p>
        </dd>
 
       </dl>




More information about the Commit-Watchers mailing list