html5/spec Overview.html,1.2947,1.2948

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23038

Modified Files:
	Overview.html 
Log Message:
Merge redundant notes. (whatwg r3778)

Index: Overview.html
===================================================================
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:55:29 UTC