[html5] r7903 - [e] (0) More consistency in markup. Fixing https://www.w3.org/Bugs/Public/show_b [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 4 14:21:59 PDT 2013


Author: ianh
Date: 2013-06-04 14:21:57 -0700 (Tue, 04 Jun 2013)
New Revision: 7903

Modified:
   complete.html
   index
   source
Log:
[e] (0) More consistency in markup.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21754
Affected topics: HTML, Workers

Modified: complete.html
===================================================================
--- complete.html	2013-06-04 21:18:06 UTC (rev 7902)
+++ complete.html	2013-06-04 21:21:57 UTC (rev 7903)
@@ -79267,8 +79267,8 @@
 
    <li>
 
-    <p><i title="">Event loop<!-- labeled for ease of discussion --></i>: Create a new <a href=#event-loop>event loop</a>, and run it until it is
-    destroyed.</p>
+    <p><strong>Event loop<!-- labeled for ease of discussion --></strong>: Create a new <a href=#event-loop>event
+    loop</a>, and run it until it is destroyed.</p>
 
     <p class=note>The handling of events or the execution of callbacks by <a href=#concept-task title=concept-task>tasks</a> run by the <a href=#event-loop>event loop</a> might get prematurely
     aborted by the "<a href=#kill-a-worker>kill a worker</a>" or "<a href=#terminate-a-worker>terminate a worker</a>" algorithms

Modified: index
===================================================================
--- index	2013-06-04 21:18:06 UTC (rev 7902)
+++ index	2013-06-04 21:21:57 UTC (rev 7903)
@@ -79267,8 +79267,8 @@
 
    <li>
 
-    <p><i title="">Event loop<!-- labeled for ease of discussion --></i>: Create a new <a href=#event-loop>event loop</a>, and run it until it is
-    destroyed.</p>
+    <p><strong>Event loop<!-- labeled for ease of discussion --></strong>: Create a new <a href=#event-loop>event
+    loop</a>, and run it until it is destroyed.</p>
 
     <p class=note>The handling of events or the execution of callbacks by <a href=#concept-task title=concept-task>tasks</a> run by the <a href=#event-loop>event loop</a> might get prematurely
     aborted by the "<a href=#kill-a-worker>kill a worker</a>" or "<a href=#terminate-a-worker>terminate a worker</a>" algorithms

Modified: source
===================================================================
--- source	2013-06-04 21:18:06 UTC (rev 7902)
+++ source	2013-06-04 21:21:57 UTC (rev 7903)
@@ -88226,8 +88226,8 @@
 
    <li>
 
-    <p><i title="">Event loop<!-- labeled for ease of discussion --></i>: Create a new <span>event loop</span>, and run it until it is
-    destroyed.</p>
+    <p><strong>Event loop<!-- labeled for ease of discussion --></strong>: Create a new <span>event
+    loop</span>, and run it until it is destroyed.</p>
 
     <p class="note">The handling of events or the execution of callbacks by <span
     title="concept-task">tasks</span> run by the <span>event loop</span> might get prematurely




More information about the Commit-Watchers mailing list