- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 12 Jul 2008 11:03:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13543
Modified Files:
Overview.html
Log Message:
typo (whatwg r1869)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1057
retrieving revision 1.1058
diff -u -d -r1.1057 -r1.1058
--- Overview.html 12 Jul 2008 10:51:56 -0000 1.1057
+++ Overview.html 12 Jul 2008 11:03:16 -0000 1.1058
@@ -42335,8 +42335,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> {
@@ -42374,20 +42374,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>
Received on Saturday, 12 July 2008 11:03:53 UTC