html5/spec Overview.html,1.3577,1.3578

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28752

Modified Files:
	Overview.html 
Log Message:
Remove a redundant requirement in the Tag Open State. (whatwg r4478)

Index: Overview.html
===================================================================
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 (&gt;)</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:06:53 UTC