Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove beforescriptexecute/afterscriptexecute #1103

Merged
merged 1 commit into from
Apr 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -59094,17 +59094,6 @@ o............A....e

<!-- SCRIPT EXEC -->

<li>

<p>If <span data-x="concept-script-type">the script's type</span> is "<code
data-x="">classic</code>", <span>fire a simple event</span> named <code
data-x="event-beforescriptexecute">beforescriptexecute</code> that bubbles and is cancelable
at the <code>script</code> element.</p>

<p>If the event is canceled, then abort these steps.</p>

</li>

<li>

<p>If the script is <span data-x="concept-script-external">from an external file</span>, or
Expand Down Expand Up @@ -59169,15 +59158,6 @@ o............A....e

</li>

<li>

<p>If <span data-x="concept-script-type">the script's type</span> is "<code
data-x="">classic</code>", <span>fire a simple event</span> named <code
data-x="event-afterscriptexecute">afterscriptexecute</code> that bubbles (but is not
cancelable) at the <code>script</code> element.</p>

</li>

<li>

<p>If <span>the script's type</span> is "<code data-x="">classic</code>" and the script is
Expand Down Expand Up @@ -118271,24 +118251,12 @@ INSERT INTERFACES HERE
<td> <code>Window</code>
<td> Fired at the <code>Window</code> after printing

<tr> <!-- afterscriptexecute -->
<td> <dfn><code data-x="event-afterscriptexecute">afterscriptexecute</code></dfn>
<td> <code>Event</code>
<td> <code>script</code> elements
<td> Fired at <code>script</code> elements after the script runs (just before the corresponding <code data-x="event-load">load</code> event)

<tr> <!-- beforeprint -->
<td> <dfn><code data-x="event-beforeprint">beforeprint</code></dfn>
<td> <code>Event</code>
<td> <code>Window</code>
<td> Fired at the <code>Window</code> before printing

<tr> <!-- beforescriptexecute -->
<td> <dfn><code data-x="event-beforescriptexecute">beforescriptexecute</code></dfn>
<td> <code>Event</code>
<td> <code>script</code> elements
<td> Fired at <code>script</code> elements just before the script runs; canceling the event cancels the running of the script

<tr> <!-- beforeunload -->
<td> <dfn><code data-x="event-beforeunload">beforeunload</code></dfn>
<td> <code>BeforeUnloadEvent</code>
Expand Down