Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[cgt] (2) Allow <span title=&> since the syntax section says it's ok.
git-svn-id: http://svn.whatwg.org/webapps@3852 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
|
||
<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 |
|
||
<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 |