[html5] r5830 - [e] (0) correct an example
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 3 15:22:27 PST 2011
Author: ianh
Date: 2011-02-03 15:22:26 -0800 (Thu, 03 Feb 2011)
New Revision: 5830
Modified:
complete.html
source
Log:
[e] (0) correct an example
Modified: complete.html
===================================================================
--- complete.html 2011-02-03 22:41:19 UTC (rev 5829)
+++ complete.html 2011-02-03 23:22:26 UTC (rev 5830)
@@ -73863,7 +73863,7 @@
<div class=example>
- <p>The following stream fires just one event:</p>
+ <p>The following stream fires three events:</p>
<pre>data
@@ -73872,10 +73872,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>
Modified: source
===================================================================
--- source 2011-02-03 22:41:19 UTC (rev 5829)
+++ source 2011-02-03 23:22:26 UTC (rev 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">
More information about the Commit-Watchers
mailing list