- From: poot <cvsmail@w3.org>
- Date: Mon, 07 May 2012 17:41:11 -0400
- To: public-html-diffs@w3.org
hixie: Clarify what triggers a <script> to try to rerun (whatwg r7088) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5644&r2=1.5645&f=h http://html5.org/tools/web-apps-tracker?from=7087&to=7088 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5644 retrieving revision 1.5645 diff -u -d -r1.5644 -r1.5645 --- Overview.html 2 May 2012 20:06:30 -0000 1.5644 +++ Overview.html 7 May 2012 21:40:56 -0000 1.5645 @@ -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-2-may-2012">Editor's Draft 2 May 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-7-may-2012">Editor's Draft 7 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 2 May 2012 Editor's Draft. + This specification is the 7 May 2012 Editor's Draft. </p> @@ -15382,7 +15382,9 @@ element into a document">inserted into a document</a>.</li> <li>The <code><a href="#the-script-element">script</a></code> element is <a href="#in-a-document">in a - <code>Document</code></a> and its child nodes are changed.</li> + <code>Document</code></a> and a node or document fragment is + <span title="concept-node-insert">inserted</span> into the + <code><a href="#the-script-element">script</a></code> element.</li> <li>The <code><a href="#the-script-element">script</a></code> element is <a href="#in-a-document">in a <code>Document</code></a> and has a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute set where previously
Received on Monday, 7 May 2012 21:41:15 UTC