hixie: Merge redundant notes. (whatwg r3778)

hixie: Merge redundant notes. (whatwg r3778)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2947&r2=1.2948&f=h
http://html5.org/tools/web-apps-tracker?from=3777&to=3778

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2947
retrieving revision 1.2948
diff -u -d -r1.2947 -r1.2948
--- Overview.html 9 Sep 2009 09:51:58 -0000 1.2947
+++ Overview.html 9 Sep 2009 09:55:12 -0000 1.2948
@@ -43451,7 +43451,8 @@
   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
@@ -43536,9 +43537,6 @@
   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>

Received on Wednesday, 9 September 2009 09:56:11 UTC