[html5] r5343 - [e] (0) correct some of the informative prose Fixing http://www.w3.org/Bugs/Publ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 24 16:51:33 PDT 2010
Author: ianh
Date: 2010-08-24 16:51:32 -0700 (Tue, 24 Aug 2010)
New Revision: 5343
Modified:
complete.html
index
source
Log:
[e] (0) correct some of the informative prose
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9740
Modified: complete.html
===================================================================
--- complete.html 2010-08-24 23:45:55 UTC (rev 5342)
+++ complete.html 2010-08-24 23:51:32 UTC (rev 5343)
@@ -31303,7 +31303,7 @@
<dd>
- <p>Adds the given point to the current path, connected to the previous one by a quadratic Bézier curve with the given control point.</p>
+ <p>Adds the given point to the current subpath, connected to the previous one by a quadratic Bézier curve with the given control point.</p>
</dd>
@@ -31311,7 +31311,7 @@
<dd>
- <p>Adds the given point to the current path, connected to the previous one by a cubic Bézier curve with the given control points.</p>
+ <p>Adds the given point to the current subpath, connected to the previous one by a cubic Bézier curve with the given control points.</p>
</dd>
@@ -31319,10 +31319,10 @@
<dd>
- <p>Adds a point to the current path, connected to the previous one
- by a straight line, then adds a second point to the current path,
- connected to the previous one by an arc whose properties are
- described by the arguments.</p>
+ <p>Adds a point to the current subpath, connected to the previous
+ one by a straight line, then adds a second point to the current
+ subpath, connected to the previous one by an arc whose properties
+ are described by the arguments.</p>
<p>Throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception if the given
radius is negative.</p>
Modified: index
===================================================================
--- index 2010-08-24 23:45:55 UTC (rev 5342)
+++ index 2010-08-24 23:51:32 UTC (rev 5343)
@@ -31228,7 +31228,7 @@
<dd>
- <p>Adds the given point to the current path, connected to the previous one by a quadratic Bézier curve with the given control point.</p>
+ <p>Adds the given point to the current subpath, connected to the previous one by a quadratic Bézier curve with the given control point.</p>
</dd>
@@ -31236,7 +31236,7 @@
<dd>
- <p>Adds the given point to the current path, connected to the previous one by a cubic Bézier curve with the given control points.</p>
+ <p>Adds the given point to the current subpath, connected to the previous one by a cubic Bézier curve with the given control points.</p>
</dd>
@@ -31244,10 +31244,10 @@
<dd>
- <p>Adds a point to the current path, connected to the previous one
- by a straight line, then adds a second point to the current path,
- connected to the previous one by an arc whose properties are
- described by the arguments.</p>
+ <p>Adds a point to the current subpath, connected to the previous
+ one by a straight line, then adds a second point to the current
+ subpath, connected to the previous one by an arc whose properties
+ are described by the arguments.</p>
<p>Throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception if the given
radius is negative.</p>
Modified: source
===================================================================
--- source 2010-08-24 23:45:55 UTC (rev 5342)
+++ source 2010-08-24 23:51:32 UTC (rev 5343)
@@ -34380,7 +34380,7 @@
<dd>
- <p>Adds the given point to the current path, connected to the previous one by a quadratic Bézier curve with the given control point.</p>
+ <p>Adds the given point to the current subpath, connected to the previous one by a quadratic Bézier curve with the given control point.</p>
</dd>
@@ -34388,7 +34388,7 @@
<dd>
- <p>Adds the given point to the current path, connected to the previous one by a cubic Bézier curve with the given control points.</p>
+ <p>Adds the given point to the current subpath, connected to the previous one by a cubic Bézier curve with the given control points.</p>
</dd>
@@ -34396,10 +34396,10 @@
<dd>
- <p>Adds a point to the current path, connected to the previous one
- by a straight line, then adds a second point to the current path,
- connected to the previous one by an arc whose properties are
- described by the arguments.</p>
+ <p>Adds a point to the current subpath, connected to the previous
+ one by a straight line, then adds a second point to the current
+ subpath, connected to the previous one by an arc whose properties
+ are described by the arguments.</p>
<p>Throws an <code>INDEX_SIZE_ERR</code> exception if the given
radius is negative.</p>
More information about the Commit-Watchers
mailing list