Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Clarify Bezier curve requirements; fix typo in noreferrerr.
git-svn-id: http://svn.whatwg.org/webapps@1159 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 16, 2008
1 parent bde29b6 commit 25c2b51
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
19 changes: 11 additions & 8 deletions index
Expand Up @@ -16971,10 +16971,12 @@ notes on what would need to be defined for dashed lines:
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&eacute;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 &agrave; p&ocirc;les, INPI, 1959 -->

<p>The <dfn id=beziercurveto
title=dom-context-2d-bezierCurveTo><code>bezierCurveTo(<var
Expand All @@ -16983,10 +16985,11 @@ notes on what would need to be defined for dashed lines:
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&eacute;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 &agrave; p&ocirc;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
Expand Down Expand Up @@ -31526,7 +31529,7 @@ at the first element with the given ID must be treated as if it was cloned and r
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
Expand Down
23 changes: 13 additions & 10 deletions source
Expand Up @@ -14545,10 +14545,11 @@ notes on what would need to be defined for dashed lines:
<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&eacute;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 &agrave; p&ocirc;les, INPI, 1959 -->


<p>The <dfn
Expand All @@ -14558,11 +14559,13 @@ notes on what would need to be defined for dashed lines:
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&eacute;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 &agrave; p&ocirc;les, INPI, 1959 -->


<p>The <dfn title="dom-context-2d-arcTo"><code>arcTo(<var
Expand Down Expand Up @@ -28930,7 +28933,7 @@ at the first element with the given ID must be treated as if it was cloned and r

<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
Expand Down

0 comments on commit 25c2b51

Please sign in to comment.