[html5] r5585 - [giow] (0) Scripts not in documents don't execute. Fixing http://www.w3.org/Bugs [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 6 10:37:30 PDT 2010
Author: ianh
Date: 2010-10-06 10:37:29 -0700 (Wed, 06 Oct 2010)
New Revision: 5585
Modified:
complete.html
index
source
Log:
[giow] (0) Scripts not in documents don't execute.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10521
Modified: complete.html
===================================================================
--- complete.html 2010-10-05 22:26:28 UTC (rev 5584)
+++ complete.html 2010-10-06 17:37:29 UTC (rev 5585)
@@ -214,7 +214,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 5 October 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 6 October 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -14326,6 +14326,14 @@
</li>
+ <li>
+
+ <p>If the element is not <a href=#in-a-document>in a <code>Document</code></a>,
+ then the user agent must abort these steps at this point. The
+ script is not executed.</p>
+
+ </li>
+
<li id=script-processing-prepare>
<p>If either:</p>
Modified: index
===================================================================
--- index 2010-10-05 22:26:28 UTC (rev 5584)
+++ index 2010-10-06 17:37:29 UTC (rev 5585)
@@ -218,7 +218,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 5 October 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 6 October 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -14303,6 +14303,14 @@
</li>
+ <li>
+
+ <p>If the element is not <a href=#in-a-document>in a <code>Document</code></a>,
+ then the user agent must abort these steps at this point. The
+ script is not executed.</p>
+
+ </li>
+
<li id=script-processing-prepare>
<p>If either:</p>
Modified: source
===================================================================
--- source 2010-10-05 22:26:28 UTC (rev 5584)
+++ source 2010-10-06 17:37:29 UTC (rev 5585)
@@ -15157,6 +15157,14 @@
</li>
+ <li>
+
+ <p>If the element is not <span>in a <code>Document</code></span>,
+ then the user agent must abort these steps at this point. The
+ script is not executed.</p>
+
+ </li>
+
<li id="script-processing-prepare">
<p>If either:</p>
More information about the Commit-Watchers
mailing list