Short URL: http://html5.org/r/5830
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 5830 | correct an example | 2011-02-03 23:22 |
Index: source
===================================================================
--- source (revision 5829)
+++ source (revision 5830)
@@ -83559,7 +83559,7 @@
<div class="example">
- <p>The following stream fires just one event:</p>
+ <p>The following stream fires three events:</p>
<pre>data
@@ -83568,10 +83568,10 @@
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">