- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 08:36:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18711
Modified Files:
spec.html webappapis.html
Log Message:
clarification (whatwg r5329)
[updated by splitter]
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1163
retrieving revision 1.1164
diff -u -d -r1.1163 -r1.1164
--- spec.html 24 Aug 2010 08:07:53 -0000 1.1163
+++ spec.html 24 Aug 2010 08:36:52 -0000 1.1164
@@ -336,7 +336,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4247.
+This is revision 1.4248.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- webappapis.html 11 Aug 2010 03:56:46 -0000 1.128
+++ webappapis.html 24 Aug 2010 08:36:52 -0000 1.129
@@ -680,8 +680,9 @@
<dt>Parsing</dt>
- <dd><p>The <a href="parsing.html#html-parser">HTML parser</a> tokenizing a single byte, and
- then processing any resulting tokens, is a task.</p></dd>
+ <dd><p>The <a href="parsing.html#html-parser">HTML parser</a> tokenizing one or more bytes,
+ and then processing any resulting tokens, is typically a
+ task.</p></dd>
<dt>Callbacks</dt>
Received on Tuesday, 24 August 2010 08:36:56 UTC