[html5] r1869 - [e] (0) typo
whatwg at whatwg.org
whatwg at whatwg.org
Sat Jul 12 04:03:13 PDT 2008
Author: ianh
Date: 2008-07-12 04:03:12 -0700 (Sat, 12 Jul 2008)
New Revision: 1869
Modified:
index
source
Log:
[e] (0) typo
Modified: index
===================================================================
--- index 2008-07-12 10:51:22 UTC (rev 1868)
+++ index 2008-07-12 11:03:12 UTC (rev 1869)
@@ -42273,8 +42273,8 @@
<pre
class=idl>[<a href="#pipe0" title=dom-Pipe>Constructor</a>] interface <dfn id=pipe>Pipe</dfn> {
- readonly attribute <a href="#pipeend0">PipeEnd</a> <a href="#end2" title=dom-pipe-end1>end1</a>;
- readonly attribute <a href="#pipeend0">PipeEnd</a> <span title=dom-pipe-end2>end2</span>;
+ readonly attribute <a href="#pipeend0">PipeEnd</a> <a href="#end1" title=dom-pipe-end1>end1</a>;
+ readonly attribute <a href="#pipeend0">PipeEnd</a> <a href="#end2" title=dom-pipe-end2>end2</a>;
};
interface <dfn id=pipeend0>PipeEnd</dfn> {
@@ -42312,20 +42312,21 @@
<var title="">pipe</var> be that object.
<li>
- <p>Let the <code title=dom-pipe-end1><a href="#end2">end1</a></code>
+ <p>Let the <code title=dom-pipe-end1><a href="#end1">end1</a></code>
attribute of the <var title="">pipe</var> object be <var
title="">end1</var>.</p>
<li>
- <p>Let the <code title=dom-pipe-end2>end2</code> attribute of the <var
- title="">pipe</var> object be <var title="">end2</var>.</p>
+ <p>Let the <code title=dom-pipe-end2><a href="#end2">end2</a></code>
+ attribute of the <var title="">pipe</var> object be <var
+ title="">end2</var>.</p>
<li>
<p>Return <var title="">pipe</var>.
</ol>
<p class=big-issue><dfn id=end1 title=dom-pipe-end1><code>end1</code></dfn>
- <dfn id=end2 title=dom-pipe-end1><code>end2</code></dfn>
+ <dfn id=end2 title=dom-pipe-end2><code>end2</code></dfn>
<hr>
Modified: source
===================================================================
--- source 2008-07-12 10:51:22 UTC (rev 1868)
+++ source 2008-07-12 11:03:12 UTC (rev 1869)
@@ -40018,7 +40018,7 @@
<p class="big-issue"><dfn
title="dom-pipe-end1"><code>end1</code></dfn> <dfn
- title="dom-pipe-end1"><code>end2</code></dfn></p>
+ title="dom-pipe-end2"><code>end2</code></dfn></p>
<hr>
More information about the Commit-Watchers
mailing list