[html5] r7042 - [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:58:49 PDT 2012


Author: ianh
Date: 2012-03-28 14:58:48 -0700 (Wed, 28 Mar 2012)
New Revision: 7042

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16525
Affected topics: Canvas, DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2012-03-28 21:54:03 UTC (rev 7041)
+++ complete.html	2012-03-28 21:58:48 UTC (rev 7042)
@@ -3873,7 +3873,7 @@
 
      <li><dfn id=mutationobserver><code>MutationObserver</code></dfn> interface</li>
      <li>The <dfn id=mutationobserver-scripting-environment><code>MutationObserver</code> <var title="">scripting environment</var></dfn> concept</li>
-     <li>The <dfn id=concept-mo-invoke title=concept-mo-invoke>invoke <code>MutationObserver</code> objects</dfn> algorith,</li>
+     <li>The <dfn id=concept-mo-invoke title=concept-mo-invoke>invoke <code>MutationObserver</code> objects</dfn> algorithm</li>
 
     </ul><p>The term <dfn id=throw>throw</dfn> in this specification is used as
     defined in the DOM Core specification. The following
@@ -35439,7 +35439,7 @@
   <hr><p>When a user agent is to <dfn id=trace-a-path>trace a <span>path</span></dfn>,
   given an object <var title="">style</var> that implements the
   <code><a href=#canvasdrawingstyles>CanvasDrawingStyles</a></code> interface, it must run the following
-  algorith. This algorithm returns a new <a href=#path>path</a>.</p>
+  algorithm. This algorithm returns a new <a href=#path>path</a>.</p>
 
   <ol><li><p>Let <var title="">path</var> be a copy of the path being
    traced.</li>
@@ -70078,7 +70078,7 @@
    agent may pick any <a href=#task-queue>task queue</a>.</li>
 
    <!-- warning! if you renumber these steps, make sure to update the
-   "spin the event loop" algorith below! -->
+   "spin the event loop" algorithm below! -->
 
    <li><p>If the <a href=#storage-mutex>storage mutex</a> is now owned by the
    <a href=#event-loop>event loop</a>, release it so that it is once again

Modified: index
===================================================================
--- index	2012-03-28 21:54:03 UTC (rev 7041)
+++ index	2012-03-28 21:58:48 UTC (rev 7042)
@@ -3873,7 +3873,7 @@
 
      <li><dfn id=mutationobserver><code>MutationObserver</code></dfn> interface</li>
      <li>The <dfn id=mutationobserver-scripting-environment><code>MutationObserver</code> <var title="">scripting environment</var></dfn> concept</li>
-     <li>The <dfn id=concept-mo-invoke title=concept-mo-invoke>invoke <code>MutationObserver</code> objects</dfn> algorith,</li>
+     <li>The <dfn id=concept-mo-invoke title=concept-mo-invoke>invoke <code>MutationObserver</code> objects</dfn> algorithm</li>
 
     </ul><p>The term <dfn id=throw>throw</dfn> in this specification is used as
     defined in the DOM Core specification. The following
@@ -35439,7 +35439,7 @@
   <hr><p>When a user agent is to <dfn id=trace-a-path>trace a <span>path</span></dfn>,
   given an object <var title="">style</var> that implements the
   <code><a href=#canvasdrawingstyles>CanvasDrawingStyles</a></code> interface, it must run the following
-  algorith. This algorithm returns a new <a href=#path>path</a>.</p>
+  algorithm. This algorithm returns a new <a href=#path>path</a>.</p>
 
   <ol><li><p>Let <var title="">path</var> be a copy of the path being
    traced.</li>
@@ -70078,7 +70078,7 @@
    agent may pick any <a href=#task-queue>task queue</a>.</li>
 
    <!-- warning! if you renumber these steps, make sure to update the
-   "spin the event loop" algorith below! -->
+   "spin the event loop" algorithm below! -->
 
    <li><p>If the <a href=#storage-mutex>storage mutex</a> is now owned by the
    <a href=#event-loop>event loop</a>, release it so that it is once again

Modified: source
===================================================================
--- source	2012-03-28 21:54:03 UTC (rev 7041)
+++ source	2012-03-28 21:58:48 UTC (rev 7042)
@@ -2813,7 +2813,7 @@
 
      <li><dfn><code>MutationObserver</code></dfn> interface</li>
      <li>The <dfn><code>MutationObserver</code> <var title="">scripting environment</var></dfn> concept</li>
-     <li>The <dfn title="concept-mo-invoke">invoke <code>MutationObserver</code> objects</dfn> algorith,</li>
+     <li>The <dfn title="concept-mo-invoke">invoke <code>MutationObserver</code> objects</dfn> algorithm</li>
 
     </ul>
 
@@ -41188,7 +41188,7 @@
   <p>When a user agent is to <dfn>trace a <span>path</span></dfn>,
   given an object <var title="">style</var> that implements the
   <code>CanvasDrawingStyles</code> interface, it must run the following
-  algorith. This algorithm returns a new <span>path</span>.</p>
+  algorithm. This algorithm returns a new <span>path</span>.</p>
 
   <ol>
 
@@ -81942,7 +81942,7 @@
    agent may pick any <span>task queue</span>.</p></li>
 
    <!-- warning! if you renumber these steps, make sure to update the
-   "spin the event loop" algorith below! -->
+   "spin the event loop" algorithm below! -->
 
    <li><p>If the <span>storage mutex</span> is now owned by the
    <span>event loop</span>, release it so that it is once again




More information about the Commit-Watchers mailing list