[html5] r7216 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 26 17:15:14 PDT 2012


Author: ianh
Date: 2012-07-26 17:15:13 -0700 (Thu, 26 Jul 2012)
New Revision: 7216

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

Modified: complete.html
===================================================================
--- complete.html	2012-07-26 23:49:41 UTC (rev 7215)
+++ complete.html	2012-07-27 00:15:13 UTC (rev 7216)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 26 July 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 27 July 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -74346,7 +74346,7 @@
 
    <li>
 
-    <p><a href=#queue-a-task title="queue a task">Queue</a> the <var title="">task</var> <a href=#concept-task title=concept-task>task</a>.</p>
+    <p><a href=#queue-a-task title="queue a task">Queue</a> the <a href=#concept-task title=concept-task>task</a> <var title="">task</var>.</p>
 
     <p class=note>Once the task has been processed, it is safe to
     remove the entry for <var title="">handle</var> from the

Modified: index
===================================================================
--- index	2012-07-26 23:49:41 UTC (rev 7215)
+++ index	2012-07-27 00:15:13 UTC (rev 7216)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 26 July 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 27 July 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -74346,7 +74346,7 @@
 
    <li>
 
-    <p><a href=#queue-a-task title="queue a task">Queue</a> the <var title="">task</var> <a href=#concept-task title=concept-task>task</a>.</p>
+    <p><a href=#queue-a-task title="queue a task">Queue</a> the <a href=#concept-task title=concept-task>task</a> <var title="">task</var>.</p>
 
     <p class=note>Once the task has been processed, it is safe to
     remove the entry for <var title="">handle</var> from the

Modified: source
===================================================================
--- source	2012-07-26 23:49:41 UTC (rev 7215)
+++ source	2012-07-27 00:15:13 UTC (rev 7216)
@@ -87021,8 +87021,8 @@
 
    <li>
 
-    <p><span title="queue a task">Queue</span> the <var
-    title="">task</var> <span title="concept-task">task</span>.</p>
+    <p><span title="queue a task">Queue</span> the <span
+    title="concept-task">task</span> <var title="">task</var>.</p>
 
     <p class="note">Once the task has been processed, it is safe to
     remove the entry for <var title="">handle</var> from the




More information about the Commit-Watchers mailing list