Skip to content

Commit

Permalink
[e] (0) Merge redundant notes.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3778 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 9, 2009
1 parent 1f194d7 commit 7391bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions index
Expand Up @@ -48283,7 +48283,8 @@ interface <dfn id=window>Window</dfn> {
its activities.</p>

<p class=note>Other specifications can define new kinds of event
loops that aren't associated with browsing contexts.</p>
loops that aren't associated with browsing contexts; in particular,
the Web Workers specification does so.</p>

<p>An <a href=#event-loop>event loop</a> has one or more <dfn id=task-queue title="task
queue">task queues</dfn>. A <a href=#task-queue>task queue</a> is an ordered
Expand Down Expand Up @@ -48368,9 +48369,6 @@ interface <dfn id=window>Window</dfn> {
a <a href=#concept-script title=concept-script>script</a>, the user agent must
release the <a href=#storage-mutex>storage mutex</a>.</p>

<p class=note>Other specifications can define other <a href=#event-loop title="event loop">event loops</a>; in particular, the Web
Workers specification does so.</p>


<h5 id=processing-model-2><span class=secno>6.5.4.2 </span>Processing model</h5>

Expand Down
7 changes: 2 additions & 5 deletions source
Expand Up @@ -54624,7 +54624,8 @@ interface <dfn>Window</dfn> {
its activities.</p>

<p class="note">Other specifications can define new kinds of event
loops that aren't associated with browsing contexts.</p>
loops that aren't associated with browsing contexts; in particular,
the Web Workers specification does so.</p>

<p>An <span>event loop</span> has one or more <dfn title="task
queue">task queues</dfn>. A <span>task queue</span> is an ordered
Expand Down Expand Up @@ -54716,10 +54717,6 @@ interface <dfn>Window</dfn> {
a <span title="concept-script">script</span>, the user agent must
release the <span>storage mutex</span>.</p>

<p class="note">Other specifications can define other <span
title="event loop">event loops</span>; in particular, the Web
Workers specification does so.</p>


<h5>Processing model</h5>

Expand Down

0 comments on commit 7391bbc

Please sign in to comment.