[html5] r5727 - [e] (0) clarify 'streaming' Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 29 22:00:53 PST 2010
Author: ianh
Date: 2010-12-29 22:00:51 -0800 (Wed, 29 Dec 2010)
New Revision: 5727
Modified:
complete.html
index
source
Log:
[e] (0) clarify 'streaming'
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11332
Modified: complete.html
===================================================================
--- complete.html 2010-12-29 23:07:21 UTC (rev 5726)
+++ complete.html 2010-12-30 06:00:51 UTC (rev 5727)
@@ -221,7 +221,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 29 December 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 30 December 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -2065,8 +2065,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>
Modified: index
===================================================================
--- index 2010-12-29 23:07:21 UTC (rev 5726)
+++ index 2010-12-30 06:00:51 UTC (rev 5727)
@@ -225,7 +225,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 29 December 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 30 December 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -2044,8 +2044,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>
Modified: source
===================================================================
--- source 2010-12-29 23:07:21 UTC (rev 5726)
+++ source 2010-12-30 06:00:51 UTC (rev 5727)
@@ -923,8 +923,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>
More information about the Commit-Watchers
mailing list