[html5] r1764 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 12 19:29:34 PDT 2008
Author: ianh
Date: 2008-06-12 19:29:33 -0700 (Thu, 12 Jun 2008)
New Revision: 1764
Modified:
index
source
Log:
[gow] (2) Try to get closer to browsers. Slightly.
Modified: index
===================================================================
--- index 2008-06-13 02:16:24 UTC (rev 1763)
+++ index 2008-06-13 02:29:33 UTC (rev 1764)
@@ -19483,18 +19483,27 @@
along this circle's circumference, measured in radians clockwise from the
positive x-axis, are the start and end points respectively.
- <p>If the absolute magnitude of the difference between the <var
- title="">startAngle</var> and <var title="">endAngle</var> angles is equal
- to or greater than 2π, then the arc is the whole circumference of this
- circle.
+ <p>If the <var title="">anticlockwise</var> argument is false and
+ <span><var title="">endAngle</var>-<var title="">startAngle</var></span>
+ is equal to or greater than <span>2π</span>, or, if the <var
+ title="">anticlockwise</var> argument is <em>true</em> and <span><var
+ title="">startAngle</var>-<var title="">endAngle</var></span> is equal to
+ or greater than <span>2π</span>, then the arc is the whole
+ circumference of this circle.</p>
+ <!--alternatively (this is not equivalent, but might make more
+ sense, if browsers are willing to change to it: <p>If the absolute
+ magnitude of the difference between the <var
+ title="">startAngle</var> and <var title="">endAngle</var> angles is
+ equal to or greater than <span>2π</span>, then the arc is the
+ whole circumference of this circle.</p>-->
<p>Otherwise, the arc is the path along the circumference of this circle
from the start point to the end point, going anti-clockwise if the <var
title="">anticlockwise</var> argument is true, and clockwise otherwise.
Since the points are on the circle, as opposed to being simply angles from
- zero, the arc can never cover an angle greater than 2π radians. If the
- two angles are equal, or if the radius is zero, then the arc is defined as
- being of zero length in both directions.
+ zero, the arc can never cover an angle greater than <span>2π</span>
+ radians. If the two points are the same, or if the radius is zero, then
+ the arc is defined as being of zero length in both directions.
<p>Negative values for <var title="">radius</var> must cause the
implementation to raise an <code>INDEX_SIZE_ERR</code> exception.
Modified: source
===================================================================
--- source 2008-06-13 02:16:24 UTC (rev 1763)
+++ source 2008-06-13 02:29:33 UTC (rev 1764)
@@ -17115,19 +17115,30 @@
measured in radians clockwise from the positive x-axis, are the
start and end points respectively.</p>
- <p>If the absolute magnitude of the difference between the <var
+ <p>If the <var title="">anticlockwise</var> argument is false and
+ <span><var title="">endAngle</var>-<var
+ title="">startAngle</var></span> is equal to or greater than
+ <span>2π</span>, or, if the <var title="">anticlockwise</var>
+ argument is <em>true</em> and <span><var
+ title="">startAngle</var>-<var title="">endAngle</var></span> is
+ equal to or greater than <span>2π</span>, then the arc is the
+ whole circumference of this circle.</p>
+
+ <!--alternatively (this is not equivalent, but might make more
+ sense, if browsers are willing to change to it: <p>If the absolute
+ magnitude of the difference between the <var
title="">startAngle</var> and <var title="">endAngle</var> angles is
- equal to or greater than 2π, then the arc is the whole
- circumference of this circle.</p>
+ equal to or greater than <span>2π</span>, then the arc is the
+ whole circumference of this circle.</p>-->
- <p>Otherwise, the arc is the path along the circumference of
- this circle from the start point to the end point, going
- anti-clockwise if the <var title="">anticlockwise</var> argument is
- true, and clockwise otherwise. Since the points are on the circle,
- as opposed to being simply angles from zero, the arc can never cover
- an angle greater than 2π radians. If the two angles are equal, or
- if the radius is zero, then the arc is defined as being of zero
- length in both directions.</p>
+ <p>Otherwise, the arc is the path along the circumference of this
+ circle from the start point to the end point, going anti-clockwise
+ if the <var title="">anticlockwise</var> argument is true, and
+ clockwise otherwise. Since the points are on the circle, as opposed
+ to being simply angles from zero, the arc can never cover an angle
+ greater than <span>2π</span> radians. If the two points are the
+ same, or if the radius is zero, then the arc is defined as being of
+ zero length in both directions.</p>
<p>Negative values for <var title="">radius</var> must cause the
implementation to raise an <code>INDEX_SIZE_ERR</code>
More information about the Commit-Watchers
mailing list