[html5] r8308 - [e] (0) Try to clarify the term 'line segments' with a cross-reference. Fixing h [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Nov 22 10:51:41 PST 2013


Author: ianh
Date: 2013-11-22 10:51:39 -0800 (Fri, 22 Nov 2013)
New Revision: 8308

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try to clarify the term 'line segments' with a cross-reference.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23761
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2013-11-22 18:48:56 UTC (rev 8307)
+++ complete.html	2013-11-22 18:51:39 UTC (rev 8308)
@@ -54793,9 +54793,10 @@
 
   </ol><h6 id=building-paths><span class=secno>4.12.4.2.6 </span>Building paths</h6>
 
+<!--CLEANUP-->
   <p>Each object implementing the <code><a href=#canvaspathmethods>CanvasPathMethods</a></code> interface has a <a href=#concept-path title=concept-path>path</a>. A <dfn id=concept-path title=concept-path>path</dfn> has a list of zero or
   more subpaths. Each subpath consists of a list of one or more points, connected by straight or
-  curved lines, and a flag indicating whether the subpath is closed or not. A closed subpath is one
+  curved <dfn id=line-segments>line segments</dfn>, and a flag indicating whether the subpath is closed or not. A closed subpath is one
   where the last point of the subpath is connected to the first point of the subpath by a straight
   line. Subpaths with only one point are ignored when painting the path.</p>
 
@@ -56734,7 +56735,8 @@
   operators</a>. (The effect of transformations is described above and varies based on which path
   is being used.)</p>
 
-  <p>Zero-length line segments must be pruned before stroking a path. Subpaths with just one point
+<!--CLEANUP-->
+  <p>Zero-length <a href=#line-segments>line segments</a> must be pruned before stroking a path. Subpaths with just one point
   must be ignored.</p>
 
   <hr><p id=dom-context-2d-drawosfocusring>The <dfn id=dom-context-2d-drawsystemfocusring title=dom-context-2d-drawSystemFocusRing><code>drawSystemFocusRing(<var title="">element</var>)</code></dfn> method, when invoked, must run the following steps:</p>

Modified: index
===================================================================
--- index	2013-11-22 18:48:56 UTC (rev 8307)
+++ index	2013-11-22 18:51:39 UTC (rev 8308)
@@ -54793,9 +54793,10 @@
 
   </ol><h6 id=building-paths><span class=secno>4.12.4.2.6 </span>Building paths</h6>
 
+<!--CLEANUP-->
   <p>Each object implementing the <code><a href=#canvaspathmethods>CanvasPathMethods</a></code> interface has a <a href=#concept-path title=concept-path>path</a>. A <dfn id=concept-path title=concept-path>path</dfn> has a list of zero or
   more subpaths. Each subpath consists of a list of one or more points, connected by straight or
-  curved lines, and a flag indicating whether the subpath is closed or not. A closed subpath is one
+  curved <dfn id=line-segments>line segments</dfn>, and a flag indicating whether the subpath is closed or not. A closed subpath is one
   where the last point of the subpath is connected to the first point of the subpath by a straight
   line. Subpaths with only one point are ignored when painting the path.</p>
 
@@ -56734,7 +56735,8 @@
   operators</a>. (The effect of transformations is described above and varies based on which path
   is being used.)</p>
 
-  <p>Zero-length line segments must be pruned before stroking a path. Subpaths with just one point
+<!--CLEANUP-->
+  <p>Zero-length <a href=#line-segments>line segments</a> must be pruned before stroking a path. Subpaths with just one point
   must be ignored.</p>
 
   <hr><p id=dom-context-2d-drawosfocusring>The <dfn id=dom-context-2d-drawsystemfocusring title=dom-context-2d-drawSystemFocusRing><code>drawSystemFocusRing(<var title="">element</var>)</code></dfn> method, when invoked, must run the following steps:</p>

Modified: source
===================================================================
--- source	2013-11-22 18:48:56 UTC (rev 8307)
+++ source	2013-11-22 18:51:39 UTC (rev 8308)
@@ -60718,10 +60718,11 @@
 
   <h6>Building paths</h6>
 
+<!--CLEANUP-->
   <p>Each object implementing the <code>CanvasPathMethods</code> interface has a <span
   data-x="concept-path">path</span>. A <dfn data-x="concept-path">path</dfn> has a list of zero or
   more subpaths. Each subpath consists of a list of one or more points, connected by straight or
-  curved lines, and a flag indicating whether the subpath is closed or not. A closed subpath is one
+  curved <dfn>line segments</dfn>, and a flag indicating whether the subpath is closed or not. A closed subpath is one
   where the last point of the subpath is connected to the first point of the subpath by a straight
   line. Subpaths with only one point are ignored when painting the path.</p>
 
@@ -62994,7 +62995,8 @@
   operators</span>. (The effect of transformations is described above and varies based on which path
   is being used.)</p>
 
-  <p>Zero-length line segments must be pruned before stroking a path. Subpaths with just one point
+<!--CLEANUP-->
+  <p>Zero-length <span>line segments</span> must be pruned before stroking a path. Subpaths with just one point
   must be ignored.</p>
 
   <hr>




More information about the Commit-Watchers mailing list