Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) correct an example
git-svn-id: http://svn.whatwg.org/webapps@5830 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2011
1 parent 07b74a7 commit 8665f1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -73863,7 +73863,7 @@ <h4 id=event-stream-interpretation><span class=secno>10.2.5 </span>Interpreting

<div class=example>

<p>The following stream fires just one event:</p>
<p>The following stream fires three events:</p>

<pre>data

Expand All @@ -73872,10 +73872,10 @@ <h4 id=event-stream-interpretation><span class=secno>10.2.5 </span>Interpreting

data:</pre>

<p>The first and last blocks do nothing, since they do not contain
any actual data (the <var title="">data</var> buffer remains at the
empty string, and so nothing gets dispatched). The middle block
fires an event with the data set to a single newline character.</p>
<p>The first and last blocks fire events with the data set to the
empty string. The middle block fires an event with the data set to
a single newline character.</p>

</div>

<div class=example>
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -83559,7 +83559,7 @@ data:&nbsp;&nbsp;third event</pre>

<div class="example">

<p>The following stream fires just one event:</p>
<p>The following stream fires three events:</p>

<pre>data

Expand All @@ -83568,10 +83568,10 @@ data

data:</pre>

<p>The first and last blocks do nothing, since they do not contain
any actual data (the <var title="">data</var> buffer remains at the
empty string, and so nothing gets dispatched). The middle block
fires an event with the data set to a single newline character.</p>
<p>The first and last blocks fire events with the data set to the
empty string. The middle block fires an event with the data set to
a single newline character.</p>

</div>

<div class="example">
Expand Down

0 comments on commit 8665f1a

Please sign in to comment.