[html5] r5329 - [e] (0) clarification
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 24 01:28:31 PDT 2010
Author: ianh
Date: 2010-08-24 01:28:29 -0700 (Tue, 24 Aug 2010)
New Revision: 5329
Modified:
complete.html
index
source
Log:
[e] (0) clarification
Modified: complete.html
===================================================================
--- complete.html 2010-08-24 07:57:21 UTC (rev 5328)
+++ complete.html 2010-08-24 08:28:29 UTC (rev 5329)
@@ -63794,8 +63794,9 @@
<dt>Parsing</dt>
- <dd><p>The <a href=#html-parser>HTML parser</a> tokenizing a single byte, and
- then processing any resulting tokens, is a task.</dd>
+ <dd><p>The <a href=#html-parser>HTML parser</a> tokenizing one or more bytes,
+ and then processing any resulting tokens, is typically a
+ task.</dd>
<dt>Callbacks</dt>
Modified: index
===================================================================
--- index 2010-08-24 07:57:21 UTC (rev 5328)
+++ index 2010-08-24 08:28:29 UTC (rev 5329)
@@ -63739,8 +63739,9 @@
<dt>Parsing</dt>
- <dd><p>The <a href=#html-parser>HTML parser</a> tokenizing a single byte, and
- then processing any resulting tokens, is a task.</dd>
+ <dd><p>The <a href=#html-parser>HTML parser</a> tokenizing one or more bytes,
+ and then processing any resulting tokens, is typically a
+ task.</dd>
<dt>Callbacks</dt>
Modified: source
===================================================================
--- source 2010-08-24 07:57:21 UTC (rev 5328)
+++ source 2010-08-24 08:28:29 UTC (rev 5329)
@@ -72173,8 +72173,9 @@
<dt>Parsing</dt>
- <dd><p>The <span>HTML parser</span> tokenizing a single byte, and
- then processing any resulting tokens, is a task.</p></dd>
+ <dd><p>The <span>HTML parser</span> tokenizing one or more bytes,
+ and then processing any resulting tokens, is typically a
+ task.</p></dd>
<dt>Callbacks</dt>
More information about the Commit-Watchers
mailing list