[html5] r7041 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Mar 28 14:54:04 PDT 2012
Author: ianh
Date: 2012-03-28 14:54:03 -0700 (Wed, 28 Mar 2012)
New Revision: 7041
Modified:
complete.html
index
source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16482
Affected topics: Canvas
Modified: complete.html
===================================================================
--- complete.html 2012-03-28 21:51:47 UTC (rev 7040)
+++ complete.html 2012-03-28 21:54:03 UTC (rev 7041)
@@ -37915,9 +37915,9 @@
once.</p>
<p>The <dfn id=dom-context-2d-stroke title=dom-context-2d-stroke><code>stroke()</code></dfn> method
- must apply the <a href=#trace-a-path title="trace a path">trace</a> the intended
- path, using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object for the
- line styles, and then fill the combined stroke area using the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute.</p>
+ must <a href=#trace-a-path title="trace a path">trace</a> the intended path,
+ using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object for the line
+ styles, and then fill the combined stroke area using the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute.</p>
<p class=note>As a result of how the algorithm to <a href=#trace-a-path>trace a
path</a> is defined, overlapping parts of the paths in one stroke
Modified: index
===================================================================
--- index 2012-03-28 21:51:47 UTC (rev 7040)
+++ index 2012-03-28 21:54:03 UTC (rev 7041)
@@ -37915,9 +37915,9 @@
once.</p>
<p>The <dfn id=dom-context-2d-stroke title=dom-context-2d-stroke><code>stroke()</code></dfn> method
- must apply the <a href=#trace-a-path title="trace a path">trace</a> the intended
- path, using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object for the
- line styles, and then fill the combined stroke area using the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute.</p>
+ must <a href=#trace-a-path title="trace a path">trace</a> the intended path,
+ using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object for the line
+ styles, and then fill the combined stroke area using the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute.</p>
<p class=note>As a result of how the algorithm to <a href=#trace-a-path>trace a
path</a> is defined, overlapping parts of the paths in one stroke
Modified: source
===================================================================
--- source 2012-03-28 21:51:47 UTC (rev 7040)
+++ source 2012-03-28 21:54:03 UTC (rev 7041)
@@ -44153,9 +44153,9 @@
<p>The <dfn
title="dom-context-2d-stroke"><code>stroke()</code></dfn> method
- must apply the <span title="trace a path">trace</span> the intended
- path, using the <code>CanvasRenderingContext2D</code> object for the
- line styles, and then fill the combined stroke area using the <code
+ must <span title="trace a path">trace</span> the intended path,
+ using the <code>CanvasRenderingContext2D</code> object for the line
+ styles, and then fill the combined stroke area using the <code
title="dom-context-2d-strokeStyle">strokeStyle</code> attribute.</p>
<p class="note">As a result of how the algorithm to <span>trace a
More information about the Commit-Watchers
mailing list