Skip to content

Commit

Permalink
[e] (0) clarify 'streaming'
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11332

git-svn-id: http://svn.whatwg.org/webapps@5727 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 30, 2010
1 parent 320060f commit 9b59305
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -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 &mdash; 29 December 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -2065,8 +2065,9 @@ <h4 id=syntax-errors><span class=secno>1.10.2 </span>Syntax errors</h4>

<p>Some error-handling behavior, such as the behavior for the
<code title="">&lt;table&gt;&lt;hr&gt;...</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>
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -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 &mdash; 29 December 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -2044,8 +2044,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<p>Some error-handling behavior, such as the behavior for the
<code title="">&lt;table&gt;&lt;hr&gt;...</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>
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -923,8 +923,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<p>Some error-handling behavior, such as the behavior for the
<code title="">&lt;table>&lt;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>
Expand Down

0 comments on commit 9b59305

Please sign in to comment.