- From: poot <cvsmail@w3.org>
- Date: Tue, 15 Jul 2008 10:44:56 +0900 (JST)
- To: public-html-diffs@w3.org
typo (whatwg r1869) (changed by: Ian Hickson)
Diffs for this change per section:
end1
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1058.html#end1
Pipe messaging
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1058.html#pipe-messaging0
end2
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1058.html#end2
Pipe()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1058.html#pipe0
Pipe
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1058.html#pipe
PipeEnd
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1058.html#pipeend0
Current content per affected section:
http://dev.w3.org/html5/spec/Overview.html#end1
http://dev.w3.org/html5/spec/Overview.html#pipe-messaging0
http://dev.w3.org/html5/spec/Overview.html#end2
http://dev.w3.org/html5/spec/Overview.html#pipe0
http://dev.w3.org/html5/spec/Overview.html#pipe
http://dev.w3.org/html5/spec/Overview.html#pipeend0
Previously published WD content per affected section:
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#end1
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipe-messaging0
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#end2
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipe0
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipe
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#pipeend0
Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1057&r2=1.1058&f=h
http://html5.org/tools/web-apps-tracker?from=1868&to=1869
===================================================================
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 Tuesday, 15 July 2008 01:45:35 UTC