Skip to content

Commit

Permalink
[e] (0) More consistency in markup.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21754
Affected topics: HTML, Workers

git-svn-id: http://svn.whatwg.org/webapps@7903 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 4, 2013
1 parent c9f07db commit 5ebb084
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -79267,8 +79267,8 @@ <h4 id=processing-model-6><span class=secno>9.2.4 </span>Processing model</h4>

<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
Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -79267,8 +79267,8 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})

<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
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -88226,8 +88226,8 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})

<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
Expand Down

0 comments on commit 5ebb084

Please sign in to comment.