[html5] r2990 - [ct] (0) EOF in tag tokens throws away the token now (for security reasons) (cre [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Apr 26 13:11:04 PDT 2009
Author: ianh
Date: 2009-04-26 13:11:03 -0700 (Sun, 26 Apr 2009)
New Revision: 2990
Modified:
index
source
Log:
[ct] (0) EOF in tag tokens throws away the token now (for security reasons) (credit: sp)
Modified: index
===================================================================
--- index 2009-04-26 19:42:04 UTC (rev 2989)
+++ index 2009-04-26 20:11:03 UTC (rev 2990)
@@ -53732,9 +53732,8 @@
token's tag name. Stay in the <a href=#tag-name-state>tag name state</a>.</dd>
<dt>EOF</dt>
- <dd><a href=#parse-error>Parse error</a>. Emit the current tag
- token. Reconsume the EOF character in the <a href=#data-state>data
- state</a>.</dd>
+ <dd><a href=#parse-error>Parse error</a>. Reconsume the EOF character in the
+ <a href=#data-state>data state</a>.</dd>
<dt>Anything else</dt>
<dd>Append the <a href=#current-input-character>current input character</a> to the current tag token's
@@ -53772,9 +53771,8 @@
entry below.</dd>
<dt>EOF</dt>
- <dd><a href=#parse-error>Parse error</a>. Emit the current tag
- token. Reconsume the EOF character in the <a href=#data-state>data
- state</a>.</dd>
+ <dd><a href=#parse-error>Parse error</a>. Reconsume the EOF character in the
+ <a href=#data-state>data state</a>.</dd>
<dt>Anything else</dt>
<dd>Start a new attribute in the current tag token. Set that
@@ -53815,9 +53813,8 @@
entry below.</dd>
<dt>EOF</dt>
- <dd><a href=#parse-error>Parse error</a>. Emit the current tag
- token. Reconsume the EOF character in the <a href=#data-state>data
- state</a>.</dd>
+ <dd><a href=#parse-error>Parse error</a>. Reconsume the EOF character in the
+ <a href=#data-state>data state</a>.</dd>
<dt>Anything else</dt>
<dd>Append the <a href=#current-input-character>current input character</a> to the current attribute's
@@ -53866,9 +53863,8 @@
entry below.</dd>
<dt>EOF</dt>
- <dd><a href=#parse-error>Parse error</a>. Emit the current tag
- token. Reconsume the EOF character in the <a href=#data-state>data
- state</a>.</dd>
+ <dd><a href=#parse-error>Parse error</a>. Reconsume the EOF character in the
+ <a href=#data-state>data state</a>.</dd>
<dt>Anything else</dt>
<dd>Start a new attribute in the current tag token. Set that
@@ -53906,9 +53902,8 @@
entry below.</dd>
<dt>EOF</dt>
- <dd><a href=#parse-error>Parse error</a>. Emit the current tag
- token. Reconsume the character in the <a href=#data-state>data
- state</a>.</dd>
+ <dd><a href=#parse-error>Parse error</a>. Reconsume the EOF character in the
+ <a href=#data-state>data state</a>.</dd>
<dt>Anything else</dt>
<dd>Append the <a href=#current-input-character>current input character</a> to the current attribute's
@@ -53929,9 +53924,8 @@
being U+0022 QUOTATION MARK (").</dd>
<dt>EOF</dt>
- <dd><a href=#parse-error>Parse error</a>. Emit the current tag
- token. Reconsume the character in the <a href=#data-state>data
- state</a>.</dd>
+ <dd><a href=#parse-error>Parse error</a>. Reconsume the EOF character in the
+ <a href=#data-state>data state</a>.</dd>
<dt>Anything else</dt>
<dd>Append the <a href=#current-input-character>current input character</a> to the current attribute's
@@ -53952,9 +53946,8 @@
being U+0027 APOSTROPHE (').</dd>
<dt>EOF</dt>
- <dd><a href=#parse-error>Parse error</a>. Emit the current tag
- token. Reconsume the character in the <a href=#data-state>data
- state</a>.</dd>
+ <dd><a href=#parse-error>Parse error</a>. Reconsume the EOF character in the
+ <a href=#data-state>data state</a>.</dd>
<dt>Anything else</dt>
<dd>Append the <a href=#current-input-character>current input character</a> to the current attribute's
@@ -53988,9 +53981,8 @@
entry below.</dd>
<dt>EOF</dt>
- <dd><a href=#parse-error>Parse error</a>. Emit the current tag
- token. Reconsume the character in the <a href=#data-state>data
- state</a>.</dd>
+ <dd><a href=#parse-error>Parse error</a>. Reconsume the EOF character in the
+ <a href=#data-state>data state</a>.</dd>
<dt>Anything else</dt>
<dd>Append the <a href=#current-input-character>current input character</a> to the current attribute's
@@ -54030,9 +54022,8 @@
state</a>.</dd>
<dt>EOF</dt>
- <dd><a href=#parse-error>Parse error</a>. Emit the current tag
- token. Reconsume the EOF character in the <a href=#data-state>data
- state</a>.</dd>
+ <dd><a href=#parse-error>Parse error</a>. Reconsume the EOF character in the
+ <a href=#data-state>data state</a>.</dd>
<dt>Anything else</dt>
<dd><a href=#parse-error>Parse error</a>. Reconsume the character in
@@ -54048,9 +54039,8 @@
state</a>.</dd>
<dt>EOF</dt>
- <dd><a href=#parse-error>Parse error</a>. Emit the current tag
- token. Reconsume the EOF character in the <a href=#data-state>data
- state</a>.</dd>
+ <dd><a href=#parse-error>Parse error</a>. Reconsume the EOF character in the
+ <a href=#data-state>data state</a>.</dd>
<dt>Anything else</dt>
<dd><a href=#parse-error>Parse error</a>. Reconsume the character in
Modified: source
===================================================================
--- source 2009-04-26 19:42:04 UTC (rev 2989)
+++ source 2009-04-26 20:11:03 UTC (rev 2990)
@@ -66014,9 +66014,8 @@
token's tag name. Stay in the <span>tag name state</span>.</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current tag
- token. Reconsume the EOF character in the <span>data
- state</span>.</dd>
+ <dd><span>Parse error</span>. Reconsume the EOF character in the
+ <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd>Append the <span>current input character</span> to the current tag token's
@@ -66059,9 +66058,8 @@
entry below.</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current tag
- token. Reconsume the EOF character in the <span>data
- state</span>.</dd>
+ <dd><span>Parse error</span>. Reconsume the EOF character in the
+ <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd>Start a new attribute in the current tag token. Set that
@@ -66107,9 +66105,8 @@
entry below.</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current tag
- token. Reconsume the EOF character in the <span>data
- state</span>.</dd>
+ <dd><span>Parse error</span>. Reconsume the EOF character in the
+ <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd>Append the <span>current input character</span> to the current attribute's
@@ -66162,9 +66159,8 @@
entry below.</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current tag
- token. Reconsume the EOF character in the <span>data
- state</span>.</dd>
+ <dd><span>Parse error</span>. Reconsume the EOF character in the
+ <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd>Start a new attribute in the current tag token. Set that
@@ -66207,9 +66203,8 @@
entry below.</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current tag
- token. Reconsume the character in the <span>data
- state</span>.</dd>
+ <dd><span>Parse error</span>. Reconsume the EOF character in the
+ <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd>Append the <span>current input character</span> to the current attribute's
@@ -66235,9 +66230,8 @@
being U+0022 QUOTATION MARK (").</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current tag
- token. Reconsume the character in the <span>data
- state</span>.</dd>
+ <dd><span>Parse error</span>. Reconsume the EOF character in the
+ <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd>Append the <span>current input character</span> to the current attribute's
@@ -66263,9 +66257,8 @@
being U+0027 APOSTROPHE (').</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current tag
- token. Reconsume the character in the <span>data
- state</span>.</dd>
+ <dd><span>Parse error</span>. Reconsume the EOF character in the
+ <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd>Append the <span>current input character</span> to the current attribute's
@@ -66304,9 +66297,8 @@
entry below.</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current tag
- token. Reconsume the character in the <span>data
- state</span>.</dd>
+ <dd><span>Parse error</span>. Reconsume the EOF character in the
+ <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd>Append the <span>current input character</span> to the current attribute's
@@ -66351,9 +66343,8 @@
state</span>.</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current tag
- token. Reconsume the EOF character in the <span>data
- state</span>.</dd>
+ <dd><span>Parse error</span>. Reconsume the EOF character in the
+ <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd><span>Parse error</span>. Reconsume the character in
@@ -66374,9 +66365,8 @@
state</span>.</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current tag
- token. Reconsume the EOF character in the <span>data
- state</span>.</dd>
+ <dd><span>Parse error</span>. Reconsume the EOF character in the
+ <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd><span>Parse error</span>. Reconsume the character in
More information about the Commit-Watchers
mailing list