- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Jan 2010 17:07:00 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Remove a redundant requirement in the Tag Open State. (whatwg r4478) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3577&r2=1.3578&f=h http://html5.org/tools/web-apps-tracker?from=4477&to=4478 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3577 retrieving revision 1.3578 diff -u -d -r1.3577 -r1.3578 --- Overview.html 5 Jan 2010 07:54:52 -0000 1.3577 +++ Overview.html 5 Jan 2010 08:06:48 -0000 1.3578 @@ -55485,11 +55485,6 @@ name state</a>. (Don't emit the token yet; further details will be filled in before it is emitted.)</dd> - <dt>U+003E GREATER-THAN SIGN (>)</dt> - <dd><a href="#parse-error">Parse error</a>. Emit a U+003C LESS-THAN SIGN - character token and a U+003E GREATER-THAN SIGN character - token. Switch to the <a href="#data-state">data state</a>.</dd> - <dt>U+003F QUESTION MARK (?)</dt> <dd><a href="#parse-error">Parse error</a>. Switch to the <a href="#bogus-comment-state">bogus comment state</a>.</dd>
Received on Tuesday, 5 January 2010 08:07:28 UTC