- From: poot <cvsmail@w3.org>
- Date: Sun, 1 Feb 2009 14:26:47 +0900 (JST)
- To: public-html-diffs@w3.org
Fix handing of end tags allowed before, in, and after <head> elements. (whatwg r2730) 8.2.5.9 The "after head" insertion mode http://people.w3.org/mike/diffs/html5/spec/Overview.1.1900.html#the-after-head-insertion-mode A start tag whose tag name is "script" http://people.w3.org/mike/diffs/html5/spec/Overview.1.1900.html#scriptTag 8.2.5.6 The "before head" insertion mode http://people.w3.org/mike/diffs/html5/spec/Overview.1.1900.html#the-before-head-insertion-mode http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1899&r2=1.1900&f=h http://html5.org/tools/web-apps-tracker?from=2729&to=2730 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1899 retrieving revision 1.1900 diff -u -d -r1.1899 -r1.1900 --- Overview.html 1 Feb 2009 01:57:02 -0000 1.1899 +++ Overview.html 1 Feb 2009 05:23:50 -0000 1.1900 @@ -40187,7 +40187,7 @@ </dd> - <dt>An end tag whose tag name is one of: "head", "br"</dt> + <dt>An end tag whose tag name is one of: "head", "body", "html", "br"</dt> <dd> <p>Act as if a start tag token with the tag name "head" and no @@ -40352,7 +40352,7 @@ </dd> - <dt>An end tag whose tag name is "br"</dt> + <dt>An end tag whose tag name is one of: "body", "html", "br"</dt> <dd> <p>Act as described in the "anything else" entry below.</p> </dd> @@ -40496,7 +40496,7 @@ </dd> - <dt>An end tag whose tag name is "br"</dt> + <dt>An end tag whose tag name is one of: "body", "html", "br"</dt> <dd> <p>Act as described in the "anything else" entry below.</p> </dd>
Received on Sunday, 1 February 2009 05:27:28 UTC