spec/Overview.html 1.1757 2586 Oops, missed a case of </br> magic in th

Oops, missed a case of </br> magic in the parser. (credit: tt) (whatwg
r2586)

8.2.5.9 The "after head" insertion mode
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1757.html#the-after-head-insertion-mode
8.2.5.8 The "in head noscript" insertion mode
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1757.html#parsing-main-inheadnoscript

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1756&r2=1.1757&f=h
http://html5.org/tools/web-apps-tracker?from=2585&to=2586

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1756
retrieving revision 1.1757
diff -u -d -r1.1756 -r1.1757
--- Overview.html 25 Dec 2008 08:47:20 -0000 1.1756
+++ Overview.html 25 Dec 2008 08:55:55 -0000 1.1757
@@ -39627,7 +39627,7 @@
     mode</a>.</p>
    </dd>
 
-   <dt>An end tag whose tag name is one of: "br"</dt>
+   <dt>An end tag whose tag name is "br"</dt>
    <dd>
     <p>Act as described in the "anything else" entry below.</p>
    </dd>
@@ -39711,8 +39711,13 @@
 
    </dd>
 
+   <dt>An end tag whose tag name is "br"</dt>
+   <dd>
+    <p>Act as described in the "anything else" entry below.</p>
+   </dd>
+
    <dt>A start tag whose tag name is "head"</dt>
-   <dt>Any <!--other--> end tag</dt>
+   <dt>Any other end tag</dt>
    <dd>
     <p><a href=#parse-error>Parse error</a>. Ignore the token.</p>
    </dd>

Received on Thursday, 25 December 2008 08:59:13 UTC