- From: poot <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 17:34:22 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: clarification (whatwg r5329)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4247&r2=1.4248&f=h
http://html5.org/tools/web-apps-tracker?from=5328&to=5329
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4247
retrieving revision 1.4248
diff -u -d -r1.4247 -r1.4248
--- Overview.html 24 Aug 2010 07:57:25 -0000 1.4247
+++ Overview.html 24 Aug 2010 08:28:35 -0000 1.4248
@@ -46633,8 +46633,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>
Received on Tuesday, 24 August 2010 08:29:20 UTC