[html5] r7948 - [e] (0) missing word in canvas section Fixing https://www.w3.org/Bugs/Public/sho [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 7 17:07:53 PDT 2013


Author: ianh
Date: 2013-06-07 17:07:52 -0700 (Fri, 07 Jun 2013)
New Revision: 7948

Modified:
   complete.html
   index
   source
Log:
[e] (0) missing word in canvas section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22033
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2013-06-08 00:05:16 UTC (rev 7947)
+++ complete.html	2013-06-08 00:07:52 UTC (rev 7948)
@@ -35296,7 +35296,7 @@
   ellipse's semi-major axis, are the start and end points
   respectively.</p>
 
-  <p>If the <var title="">anticlockwise</var> argument false and <span title=""><var title="">endAngle</var>-<var title="">startAngle</var></span> is equal to or greater than <span title="">2π</span>, or, if the <var title="">anticlockwise</var>
+  <p>If the <var title="">anticlockwise</var> argument is false and <span title=""><var title="">endAngle</var>-<var title="">startAngle</var></span> is equal to or greater than <span title="">2π</span>, or, if the <var title="">anticlockwise</var>
   argument is <em>true</em> and <span title=""><var title="">startAngle</var>-<var title="">endAngle</var></span> is
   equal to or greater than <span title="">2π</span>, then the arc
   is the whole circumference of this ellipse.</p>

Modified: index
===================================================================
--- index	2013-06-08 00:05:16 UTC (rev 7947)
+++ index	2013-06-08 00:07:52 UTC (rev 7948)
@@ -35296,7 +35296,7 @@
   ellipse's semi-major axis, are the start and end points
   respectively.</p>
 
-  <p>If the <var title="">anticlockwise</var> argument false and <span title=""><var title="">endAngle</var>-<var title="">startAngle</var></span> is equal to or greater than <span title="">2π</span>, or, if the <var title="">anticlockwise</var>
+  <p>If the <var title="">anticlockwise</var> argument is false and <span title=""><var title="">endAngle</var>-<var title="">startAngle</var></span> is equal to or greater than <span title="">2π</span>, or, if the <var title="">anticlockwise</var>
   argument is <em>true</em> and <span title=""><var title="">startAngle</var>-<var title="">endAngle</var></span> is
   equal to or greater than <span title="">2π</span>, then the arc
   is the whole circumference of this ellipse.</p>

Modified: source
===================================================================
--- source	2013-06-08 00:05:16 UTC (rev 7947)
+++ source	2013-06-08 00:07:52 UTC (rev 7948)
@@ -38282,7 +38282,7 @@
   ellipse's semi-major axis, are the start and end points
   respectively.</p>
 
-  <p>If the <var title="">anticlockwise</var> argument false and <span
+  <p>If the <var title="">anticlockwise</var> argument is false and <span
   title=""><var title="">endAngle</var>-<var
   title="">startAngle</var></span> is equal to or greater than <span
   title="">2π</span>, or, if the <var title="">anticlockwise</var>




More information about the Commit-Watchers mailing list