[html5] r8167 - [e] (0) Clarify that creating and emitting a token isn't the same thing. Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 3 13:27:03 PDT 2013


Author: ianh
Date: 2013-09-03 13:27:00 -0700 (Tue, 03 Sep 2013)
New Revision: 8167

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that creating and emitting a token isn't the same thing.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23088
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-09-03 18:22:34 UTC (rev 8166)
+++ complete.html	2013-09-03 20:27:00 UTC (rev 8167)
@@ -86912,6 +86912,10 @@
   <p>When an end tag token is emitted with attributes, that is a
   <a href=#parse-error>parse error</a>.</p>
 
+  <p class=note>Creating a token and emitting it are distinct actions. It is possible for a token
+  to be implicitly abandoned, e.g. if the file ends unexpectedly while parsing the characters that
+  are being parsed into a start tag token.</p>
+
   <p>When an end tag token is emitted with its <i>self-closing
   flag</i> set, that is a <a href=#parse-error>parse error</a>.</p>
 

Modified: index
===================================================================
--- index	2013-09-03 18:22:34 UTC (rev 8166)
+++ index	2013-09-03 20:27:00 UTC (rev 8167)
@@ -86912,6 +86912,10 @@
   <p>When an end tag token is emitted with attributes, that is a
   <a href=#parse-error>parse error</a>.</p>
 
+  <p class=note>Creating a token and emitting it are distinct actions. It is possible for a token
+  to be implicitly abandoned, e.g. if the file ends unexpectedly while parsing the characters that
+  are being parsed into a start tag token.</p>
+
   <p>When an end tag token is emitted with its <i>self-closing
   flag</i> set, that is a <a href=#parse-error>parse error</a>.</p>
 

Modified: source
===================================================================
--- source	2013-09-03 18:22:34 UTC (rev 8166)
+++ source	2013-09-03 20:27:00 UTC (rev 8167)
@@ -97002,6 +97002,10 @@
   <p>When an end tag token is emitted with attributes, that is a
   <span>parse error</span>.</p>
 
+  <p class="note">Creating a token and emitting it are distinct actions. It is possible for a token
+  to be implicitly abandoned, e.g. if the file ends unexpectedly while parsing the characters that
+  are being parsed into a start tag token.</p>
+
   <p>When an end tag token is emitted with its <i>self-closing
   flag</i> set, that is a <span>parse error</span>.</p>
 




More information about the Commit-Watchers mailing list