[html5] r7088 - [giow] (0) Clarify what triggers a <script> to try to rerun Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Mon May 7 14:40:50 PDT 2012


Author: ianh
Date: 2012-05-07 14:40:48 -0700 (Mon, 07 May 2012)
New Revision: 7088

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Clarify what triggers a <script> to try to rerun
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-05-03 20:37:29 UTC (rev 7087)
+++ complete.html	2012-05-07 21:40:48 UTC (rev 7088)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 3 May 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 7 May 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -16369,7 +16369,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

Modified: index
===================================================================
--- index	2012-05-03 20:37:29 UTC (rev 7087)
+++ index	2012-05-07 21:40:48 UTC (rev 7088)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 3 May 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 7 May 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -16369,7 +16369,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

Modified: source
===================================================================
--- source	2012-05-03 20:37:29 UTC (rev 7087)
+++ source	2012-05-07 21:40:48 UTC (rev 7088)
@@ -17492,7 +17492,9 @@
    element into a document">inserted into a document</span>.</li>
 
    <li>The <code>script</code> element is <span>in a
-   <code>Document</code></span> and its child nodes are changed.</li>
+   <code>Document</code></span> and a node or document fragment is
+   <span title="concept-node-insert">inserted</span> into the
+   <code>script</code> element.</li>
 
    <li>The <code>script</code> element is <span>in a
    <code>Document</code></span> and has a <code




More information about the Commit-Watchers mailing list