[html5] r1159 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 15 18:01:49 PST 2008


Author: ianh
Date: 2008-01-15 18:01:48 -0800 (Tue, 15 Jan 2008)
New Revision: 1159

Modified:
   index
   source
Log:
[e] (0) Clarify Bezier curve requirements; fix typo in noreferrerr.

Modified: index
===================================================================
--- index	2008-01-15 07:44:27 UTC (rev 1158)
+++ index	2008-01-16 02:01:48 UTC (rev 1159)
@@ -16971,10 +16971,12 @@
    title="">cpx</var>, <var title="">cpy</var>, <var title="">x</var>, <var
    title="">y</var>)</code></dfn> method must do nothing if the context has
    no subpaths. Otherwise it must connect the last point in the subpath to
-   the given point (<var title="">x</var>, <var title="">y</var>) by a
-   quadratic curve with control point (<var title="">cpx</var>, <var
-   title="">cpy</var>), and must then add the given point (<var
-   title="">x</var>, <var title="">y</var>) to the subpath.
+   the given point (<var title="">x</var>, <var title="">y</var>) using a
+   quadratic Bézier curve with control point (<var title="">cpx</var>,
+   <var title="">cpy</var>), and must then add the given point (<var
+   title="">x</var>, <var title="">y</var>) to the subpath. <a
+   href="#refsBEZIER">[BEZIER]</a></p>
+  <!-- XXX [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959 -->
 
   <p>The <dfn id=beziercurveto
    title=dom-context-2d-bezierCurveTo><code>bezierCurveTo(<var
@@ -16983,10 +16985,11 @@
    title="">y</var>)</code></dfn> method must do nothing if the context has
    no subpaths. Otherwise, it must connect the last point in the subpath to
    the given point (<var title="">x</var>, <var title="">y</var>) using a
-   bezier curve with control points (<var title="">cp1x</var>, <var
-   title="">cp1y</var>) and (<var title="">cp2x</var>, <var
+   cubic Bézier curve with control points (<var title="">cp1x</var>,
+   <var title="">cp1y</var>) and (<var title="">cp2x</var>, <var
    title="">cp2y</var>). Then, it must add the point (<var title="">x</var>,
-   <var title="">y</var>) to the subpath.
+   <var title="">y</var>) to the subpath. <a href="#refsBEZIER">[BEZIER]</a></p>
+  <!-- XXX [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959 -->
 
   <p>The <dfn id=arcto title=dom-context-2d-arcTo><code>arcTo(<var
    title="">x1</var>, <var title="">y1</var>, <var title="">x2</var>, <var
@@ -31526,7 +31529,7 @@
    id=noreferrer title=rel-noreferrer><code>noreferrer</code></dfn>"</h5>
 
   <p>The <code title=rel-noreferrer><a
-   href="#noreferrer">norefererr</a></code> keyword may be used with <code><a
+   href="#noreferrer">noreferrer</a></code> keyword may be used with <code><a
    href="#a">a</a></code> and <code><a href="#area">area</a></code> elements.
 
   <p>If a user agent follows a link defined by an <code><a

Modified: source
===================================================================
--- source	2008-01-15 07:44:27 UTC (rev 1158)
+++ source	2008-01-16 02:01:48 UTC (rev 1159)
@@ -14545,10 +14545,11 @@
   <var title="">y</var>)</code></dfn> method must do nothing if the
   context has no subpaths. Otherwise it must connect the last point in
   the subpath to the given point (<var title="">x</var>, <var
-  title="">y</var>) by a quadratic curve with control point (<var
-  title="">cpx</var>, <var title="">cpy</var>), and must then add the
-  given point (<var title="">x</var>, <var title="">y</var>) to the
-  subpath.</p>
+  title="">y</var>) using a quadratic Bézier curve with control
+  point (<var title="">cpx</var>, <var title="">cpy</var>), and must
+  then add the given point (<var title="">x</var>, <var
+  title="">y</var>) to the subpath. <a href="#refsBEZIER">[BEZIER]</a></p>
+  <!-- XXX [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959 -->
 
 
   <p>The <dfn
@@ -14558,11 +14559,13 @@
   title="">x</var>, <var title="">y</var>)</code></dfn> method must do
   nothing if the context has no subpaths. Otherwise, it must connect
   the last point in the subpath to the given point (<var
-  title="">x</var>, <var title="">y</var>) using a bezier curve with
-  control points (<var title="">cp1x</var>, <var title="">cp1y</var>)
-  and (<var title="">cp2x</var>, <var title="">cp2y</var>). Then, it
-  must add the point (<var title="">x</var>, <var title="">y</var>) to
-  the subpath.</p>
+  title="">x</var>, <var title="">y</var>) using a cubic Bézier
+  curve with control points (<var title="">cp1x</var>, <var
+  title="">cp1y</var>) and (<var title="">cp2x</var>, <var
+  title="">cp2y</var>). Then, it must add the point (<var
+  title="">x</var>, <var title="">y</var>) to the subpath. <a
+  href="#refsBEZIER">[BEZIER]</a></p>
+  <!-- XXX [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959 -->
 
 
   <p>The <dfn title="dom-context-2d-arcTo"><code>arcTo(<var
@@ -28930,7 +28933,7 @@
 
   <h5>Link type "<dfn title="rel-noreferrer"><code>noreferrer</code></dfn>"</h5>
 
-  <p>The <code title="rel-noreferrer">norefererr</code> keyword may be
+  <p>The <code title="rel-noreferrer">noreferrer</code> keyword may be
   used with <code>a</code> and <code>area</code> elements.</p>
 
   <p>If a user agent follows a link defined by an <code>a</code> or




More information about the Commit-Watchers mailing list