- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 08:28:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17538
Modified Files:
Overview.html
Log Message:
clarification (whatwg r5329)
Index: Overview.html
===================================================================
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:28:42 UTC