Skip to content

Commit

Permalink
Editorial: clean up "scripting is disabled" usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger authored and domenic committed Sep 23, 2016
1 parent 84601d6 commit 56d6645
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -89085,10 +89085,8 @@ typedef <span>OnBeforeUnloadEventHandlerNonNull</span>? <dfn>OnBeforeUnloadEvent

</li>

<li><p>If <!--<var>element</var> is not null and--> <var>document</var> does not have a
<span data-x="concept-document-bc">browsing context</span>, or if <span
data-x="concept-bc-noscript">scripting is disabled</span> for <var>document</var>'s <span
data-x="concept-document-bc">browsing context</span>, then return null.</p></li>
<li><p>If <span data-x="concept-n-noscript">scripting is disabled</span> for
<var>document</var>, then return null.</p></li>

<li><p>Let <var>body</var> be the uncompiled script body in the <span>internal raw
uncompiled handler</span>.</p></li>
Expand Down

0 comments on commit 56d6645

Please sign in to comment.