[html5] r7917 - [e] (0) Disabling scripting should actually disable scripting. Fixing https://ww [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 6 12:41:38 PDT 2013


Author: ianh
Date: 2013-06-06 12:41:36 -0700 (Thu, 06 Jun 2013)
New Revision: 7917

Modified:
   complete.html
   index
   source
Log:
[e] (0) Disabling scripting should actually disable scripting.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20578
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-06-05 23:33:26 UTC (rev 7916)
+++ complete.html	2013-06-06 19:41:36 UTC (rev 7917)
@@ -256,7 +256,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 5 June 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 June 2013</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>
@@ -70816,6 +70816,9 @@
    <code><a href=#document>Document</a></code> object is not <a href=#fully-active>fully active</a>, then abort these steps without
    doing anything. The callback is not run.</p>
 
+   <li><p>If <a href=#concept-bc-noscript title=concept-bc-noscript>scripting is disabled</a> for <a href="#script's-browsing-context">script's
+   browsing context</a>, then abort these steps.</p>
+
    <li><p>Set the <a href=#entry-script>entry script</a> to be the <a href=#concept-script title=concept-script>script</a>
    being invoked.</li>
 
@@ -71354,6 +71357,7 @@
   </dl></div>
 
 
+<!--CLEANUP-->
 
   <div class=impl>
 

Modified: index
===================================================================
--- index	2013-06-05 23:33:26 UTC (rev 7916)
+++ index	2013-06-06 19:41:36 UTC (rev 7917)
@@ -256,7 +256,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 5 June 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 June 2013</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>
@@ -70816,6 +70816,9 @@
    <code><a href=#document>Document</a></code> object is not <a href=#fully-active>fully active</a>, then abort these steps without
    doing anything. The callback is not run.</p>
 
+   <li><p>If <a href=#concept-bc-noscript title=concept-bc-noscript>scripting is disabled</a> for <a href="#script's-browsing-context">script's
+   browsing context</a>, then abort these steps.</p>
+
    <li><p>Set the <a href=#entry-script>entry script</a> to be the <a href=#concept-script title=concept-script>script</a>
    being invoked.</li>
 
@@ -71354,6 +71357,7 @@
   </dl></div>
 
 
+<!--CLEANUP-->
 
   <div class=impl>
 

Modified: source
===================================================================
--- source	2013-06-05 23:33:26 UTC (rev 7916)
+++ source	2013-06-06 19:41:36 UTC (rev 7917)
@@ -79164,6 +79164,9 @@
    <code>Document</code> object is not <span>fully active</span>, then abort these steps without
    doing anything. The callback is not run.</p>
 
+   <li><p>If <span title="concept-bc-noscript">scripting is disabled</span> for <span>script's
+   browsing context</span>, then abort these steps.</p>
+
    <li><p>Set the <span>entry script</span> to be the <span title="concept-script">script</span>
    being invoked.</p></li>
 
@@ -79813,6 +79816,7 @@
   </div>
 
 
+<!--CLEANUP-->
 
   <div class="impl">
 




More information about the Commit-Watchers mailing list