Skip to content

Commit

Permalink
[e] (0) Disabling scripting should actually disable scripting.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20578
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7917 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 6, 2013
1 parent 94519d6 commit 143a22a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion complete.html
Expand Up @@ -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 &mdash; Last Updated 5 June 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -70816,6 +70816,9 @@ <h5 id=calling-scripts><span class=secno>7.1.3.2 </span>Calling scripts</h5>
<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>

Expand Down Expand Up @@ -71354,6 +71357,7 @@ <h5 id=generic-task-sources><span class=secno>7.1.4.3 </span>Generic task source
</dl></div>


<!--CLEANUP-->

<div class=impl>

Expand Down
6 changes: 5 additions & 1 deletion index
Expand Up @@ -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 &mdash; Last Updated 5 June 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -70816,6 +70816,9 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {
<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>

Expand Down Expand Up @@ -71354,6 +71357,7 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {
</dl></div>


<!--CLEANUP-->

<div class=impl>

Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -79164,6 +79164,9 @@ interface <dfn>NavigatorOnLine</dfn> {
<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>

Expand Down Expand Up @@ -79813,6 +79816,7 @@ interface <dfn>NavigatorOnLine</dfn> {
</div>


<!--CLEANUP-->

<div class="impl">

Expand Down

0 comments on commit 143a22a

Please sign in to comment.