html5/spec Overview.html,1.2866,1.2867

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

Modified Files:
	Overview.html 
Log Message:
Talk more about the hourglasses. (whatwg r3688)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2866
retrieving revision 1.2867
diff -u -d -r1.2866 -r1.2867
--- Overview.html	28 Aug 2009 02:09:56 -0000	1.2866
+++ Overview.html	28 Aug 2009 02:16:15 -0000	1.2867
@@ -15332,7 +15332,7 @@
  <legend>The castle through the ages: 1423, 1858, and 1999 respectively.</legend>
 &lt;/figure&gt;</pre>
 
-  </div><h4 id="the-img-element"><span class="secno">4.8.2 </span>The <dfn><code>img</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/66">ISSUE-66</a> (image-analysis) and <a href="http://www.w3.org/html/wg/tracker/issues/30">ISSUE-30</a> (longdesc) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
+  </div><h4 id="the-img-element"><span class="secno">4.8.2 </span>The <dfn><code>img</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/30">ISSUE-30</a> (longdesc) and <a href="http://www.w3.org/html/wg/tracker/issues/66">ISSUE-66</a> (image-analysis) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
@@ -17586,7 +17586,7 @@
   <a href="#reflect">reflect</a> the respective content attributes of the same
   name.</p>
 
-  </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil), <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) and <a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
+  </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization), <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) and <a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
@@ -18485,7 +18485,12 @@
   algorithm is always invoked synchronously, but one of the first
   steps in the algorithm is to return and continue running the
   remaining steps asynchronously, meaning that it runs in the
-  background with scripts and other <a href="#concept-task" title="concept-task">tasks</a> running in parallel.</p>
+  background with scripts and other <a href="#concept-task" title="concept-task">tasks</a> running in parallel. In addition,
+  this algorithm interacts closely with the <a href="#event-loop">event loop</a>
+  mechanism; in particular, it has <a href="#synchronous-section" title="synchronous
+  section">synchronous sections</a> (which are triggered as part of
+  the <a href="#event-loop">event loop</a> algorithm). Steps in such sections are
+  marked with &#8987;.</p>
 
   <ol><li><p>Set the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> to <code title="dom-media-NETWORK_NO_SOURCE"><a href="#dom-media-network_no_source">NETWORK_NO_SOURCE</a></code>.</li>
 

Received on Friday, 28 August 2009 02:16:28 UTC