html5/spec Overview.html,1.3018,1.3019

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

Modified Files:
	Overview.html 
Log Message:
Allow <span title=&> since the syntax section says it's ok. (whatwg r3852)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3018
retrieving revision 1.3019
diff -u -d -r1.3018 -r1.3019
--- Overview.html	15 Sep 2009 01:36:52 -0000	1.3018
+++ Overview.html	15 Sep 2009 01:39:25 -0000	1.3019
@@ -56871,8 +56871,8 @@
 
    <dt>U+0026 AMPERSAND (&amp;)</dt>
    <dd>Switch to the <a href="#character-reference-in-attribute-value-state">character reference in attribute value
-   state</a>, with no <a href="#additional-allowed-character">additional allowed
-   character</a>.</dd>
+   state</a>, with the <a href="#additional-allowed-character">additional allowed character</a>
+   being U+003E GREATER-THAN SIGN (&gt;).</dd>
 
    <dt>U+003E GREATER-THAN SIGN (&gt;)</dt>
    <dd>Emit the current tag token. Switch to the <a href="#data-state">data

Received on Tuesday, 15 September 2009 01:39:39 UTC