- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 May 2012 21:51:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16006 Modified Files: Overview.html Log Message: Fix a race condition (whatwg r7108) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5662 retrieving revision 1.5663 diff -u -d -r1.5662 -r1.5663 --- Overview.html 29 May 2012 22:58:03 -0000 1.5662 +++ Overview.html 30 May 2012 21:51:48 -0000 1.5663 @@ -321,7 +321,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -514,7 +514,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 29 May 2012 Editor's Draft. + This specification is the 30 May 2012 Editor's Draft. </p> @@ -24810,7 +24810,9 @@ </ul><p>...the user agent must <a href="#queue-a-task">queue a task</a> to run the following steps to (re)determine what the <code><a href="#the-object-element">object</a></code> element represents. The <a href="#task-source">task source</a> for this <a href="#concept-task" title="concept-task">task</a> is the <a href="#dom-manipulation-task-source">DOM manipulation task - source</a>.</p> + source</a>. This <a href="#concept-task" title="concept-task">task</a> being + <a href="#queue-a-task" title="queue a task">queued</a> or actively running must + <a href="#delay-the-load-event">delay the load event</a> of the element's document. </p> <ol><li>
Received on Wednesday, 30 May 2012 21:51:57 UTC