- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Dec 2010 06:01:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24581
Modified Files:
Overview.html
Log Message:
clarify 'streaming' (whatwg r5727)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4589
retrieving revision 1.4590
diff -u -d -r1.4589 -r1.4590
--- Overview.html 29 Dec 2010 23:07:27 -0000 1.4589
+++ Overview.html 30 Dec 2010 06:00:58 -0000 1.4590
@@ -1842,8 +1842,9 @@
<p>Some error-handling behavior, such as the behavior for the
<code title=""><table><hr>...</code> example mentioned
- above, are incompatible with streaming user agents. To avoid
- interoperability problems with such user agents, any syntax
+ above, are incompatible with streaming user agents (user agents
+ that process HTML files in one pass, without storing state). To
+ avoid interoperability problems with such user agents, any syntax
resulting in such behavior is considered invalid.</p>
</dd>
Received on Thursday, 30 December 2010 06:01:04 UTC