- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:44:26 -0500
- To: public-html-diffs@w3.org
hixie: clarify 'streaming' (whatwg r5727)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4589&r2=1.4590&f=h
http://html5.org/tools/web-apps-tracker?from=5726&to=5727
===================================================================
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 Wednesday, 12 January 2011 02:44:28 UTC