[html5] r3852 - [cgt] (2) Allow <span title=&> since the syntax section says it's ok.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 14 18:44:51 PDT 2009
Author: ianh
Date: 2009-09-14 18:44:51 -0700 (Mon, 14 Sep 2009)
New Revision: 3852
Modified:
index
source
Log:
[cgt] (2) Allow <span title=&> since the syntax section says it's ok.
Modified: index
===================================================================
--- index 2009-09-15 01:42:18 UTC (rev 3851)
+++ index 2009-09-15 01:44:51 UTC (rev 3852)
@@ -63152,8 +63152,8 @@
<dt>U+0026 AMPERSAND (&)</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 (>).</dd>
<dt>U+003E GREATER-THAN SIGN (>)</dt>
<dd>Emit the current tag token. Switch to the <a href=#data-state>data
Modified: source
===================================================================
--- source 2009-09-15 01:42:18 UTC (rev 3851)
+++ source 2009-09-15 01:44:51 UTC (rev 3852)
@@ -77845,8 +77845,8 @@
<dt>U+0026 AMPERSAND (&)</dt>
<dd>Switch to the <span>character reference in attribute value
- state</span>, with no <span>additional allowed
- character</span>.</dd>
+ state</span>, with the <span>additional allowed character</span>
+ being U+003E GREATER-THAN SIGN (>).</dd>
<dt>U+003E GREATER-THAN SIGN (>)</dt>
<dd>Emit the current tag token. Switch to the <span>data
More information about the Commit-Watchers
mailing list