[html5] r7542 - [e] (0) copypasta Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18949 Af [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Nov 24 21:13:47 PST 2012


Author: ianh
Date: 2012-11-24 21:13:46 -0800 (Sat, 24 Nov 2012)
New Revision: 7542

Modified:
   complete.html
   index
   source
Log:
[e] (0) copypasta
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18949
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2012-11-25 05:10:21 UTC (rev 7541)
+++ complete.html	2012-11-25 05:13:46 UTC (rev 7542)
@@ -37246,10 +37246,9 @@
   when invoked, must return a newly created <code><a href=#path>Path</a></code>
   object.</p>
 
-  <hr><p>The <dfn id=dom-path-copy title=dom-Path-copy><code>Path()</code></dfn>
-  constructor, when invoked, must return a newly created
-  <code><a href=#path>Path</a></code> object, to which the subpaths of the argument are
-  added. (In other words, it returns a copy of the argument.)</p>
+  <hr><p>The <dfn id=dom-path-copy title=dom-Path-copy><code>Path(<var title="">path</var>)</code></dfn> constructor,
+  when invoked, must return a newly created <code><a href=#path>Path</a></code> object, to which the subpaths of the
+  argument are added. (In other words, it returns a copy of the argument.)</p>
 
   <hr><p>The <dfn id=dom-path-withdata title=dom-Path-withdata><code>Path(<var title="">d</var>)</code></dfn> constructor must run the following
   steps:</p>

Modified: index
===================================================================
--- index	2012-11-25 05:10:21 UTC (rev 7541)
+++ index	2012-11-25 05:13:46 UTC (rev 7542)
@@ -37246,10 +37246,9 @@
   when invoked, must return a newly created <code><a href=#path>Path</a></code>
   object.</p>
 
-  <hr><p>The <dfn id=dom-path-copy title=dom-Path-copy><code>Path()</code></dfn>
-  constructor, when invoked, must return a newly created
-  <code><a href=#path>Path</a></code> object, to which the subpaths of the argument are
-  added. (In other words, it returns a copy of the argument.)</p>
+  <hr><p>The <dfn id=dom-path-copy title=dom-Path-copy><code>Path(<var title="">path</var>)</code></dfn> constructor,
+  when invoked, must return a newly created <code><a href=#path>Path</a></code> object, to which the subpaths of the
+  argument are added. (In other words, it returns a copy of the argument.)</p>
 
   <hr><p>The <dfn id=dom-path-withdata title=dom-Path-withdata><code>Path(<var title="">d</var>)</code></dfn> constructor must run the following
   steps:</p>

Modified: source
===================================================================
--- source	2012-11-25 05:10:21 UTC (rev 7541)
+++ source	2012-11-25 05:13:46 UTC (rev 7542)
@@ -43489,10 +43489,9 @@
 
   <hr>
 
-  <p>The <dfn title="dom-Path-copy"><code>Path()</code></dfn>
-  constructor, when invoked, must return a newly created
-  <code>Path</code> object, to which the subpaths of the argument are
-  added. (In other words, it returns a copy of the argument.)</p>
+  <p>The <dfn title="dom-Path-copy"><code>Path(<var title="">path</var>)</code></dfn> constructor,
+  when invoked, must return a newly created <code>Path</code> object, to which the subpaths of the
+  argument are added. (In other words, it returns a copy of the argument.)</p>
 
   <hr>
 




More information about the Commit-Watchers mailing list