[html5] r4441 - [e] (0) make scripts not execute outside documents Fixing http://www.w3.org/Bugs [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Dec 13 09:43:30 PST 2009
Author: ianh
Date: 2009-12-13 09:43:24 -0800 (Sun, 13 Dec 2009)
New Revision: 4441
Modified:
complete.html
index
source
Log:
[e] (0) make scripts not execute outside documents
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8135
Modified: complete.html
===================================================================
--- complete.html 2009-12-11 18:59:02 UTC (rev 4440)
+++ complete.html 2009-12-13 17:43:24 UTC (rev 4441)
@@ -108,7 +108,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 11 December 2009</h2>
+ <h2 class="no-num no-toc">Draft Standard — 13 December 2009</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>-->
@@ -12445,9 +12445,11 @@
<ul><li>The <code><a href=#script>script</a></code> element gets <a href=#insert-an-element-into-a-document title="insert an
element into a document">inserted into a document</a>.</li>
- <li>The <code><a href=#script>script</a></code> element's child nodes are changed.</li>
+ <li>The <code><a href=#script>script</a></code> element is <a href=#in-a-document>in a
+ <code>Document</code></a> and its child nodes are changed.</li>
- <li>The <code><a href=#script>script</a></code> element has a <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute set where previously
+ <li>The <code><a href=#script>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
the element had no such attribute.</li>
</ul><p><dfn id=running-a-script title="running a script">Running a script</dfn>: When a
Modified: index
===================================================================
--- index 2009-12-11 18:59:02 UTC (rev 4440)
+++ index 2009-12-13 17:43:24 UTC (rev 4441)
@@ -110,7 +110,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>WHATWG HTML (Including HTML5)</h1>
- <h2 class="no-num no-toc">Draft Standard — 11 December 2009</h2>
+ <h2 class="no-num no-toc">Draft Standard — 13 December 2009</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>-->
@@ -12280,9 +12280,11 @@
<ul><li>The <code><a href=#script>script</a></code> element gets <a href=#insert-an-element-into-a-document title="insert an
element into a document">inserted into a document</a>.</li>
- <li>The <code><a href=#script>script</a></code> element's child nodes are changed.</li>
+ <li>The <code><a href=#script>script</a></code> element is <a href=#in-a-document>in a
+ <code>Document</code></a> and its child nodes are changed.</li>
- <li>The <code><a href=#script>script</a></code> element has a <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute set where previously
+ <li>The <code><a href=#script>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
the element had no such attribute.</li>
</ul><p><dfn id=running-a-script title="running a script">Running a script</dfn>: When a
Modified: source
===================================================================
--- source 2009-12-11 18:59:02 UTC (rev 4440)
+++ source 2009-12-13 17:43:24 UTC (rev 4441)
@@ -13016,9 +13016,11 @@
<li>The <code>script</code> element gets <span title="insert an
element into a document">inserted into a document</span>.</li>
- <li>The <code>script</code> element's child nodes are changed.</li>
+ <li>The <code>script</code> element is <span>in a
+ <code>Document</code></span> and its child nodes are changed.</li>
- <li>The <code>script</code> element has a <code
+ <li>The <code>script</code> element is <span>in a
+ <code>Document</code></span> and has a <code
title="attr-script-src">src</code> attribute set where previously
the element had no such attribute.</li>
More information about the Commit-Watchers
mailing list