Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (1) Add beforescriptexecute and afterscriptexecute events to <…
…script>.

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6964 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 4, 2012
1 parent 9509d1f commit 69f83cf
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
20 changes: 19 additions & 1 deletion complete.html
Expand Up @@ -240,7 +240,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 3 February 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 4 February 2012</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 @@ -16708,6 +16708,16 @@ <h4 id=the-script-element><span class=secno>4.3.1 </span>The <dfn id=script><cod

</dl></li>

<li>

<p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-beforescriptexecute>beforescriptexecute</code>
that bubbles and is cancelable at the <code><a href=#the-script-element>script</a></code>
element.</p>

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

</li>

<li>

<p>If the script is from an external file, then increment the
Expand Down Expand Up @@ -16738,6 +16748,14 @@ <h4 id=the-script-element><span class=secno>4.3.1 </span>The <dfn id=script><cod

</li>

<li>

<p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-afterscriptexecute>afterscriptexecute</code>
that bubbles (but is not cancelable) at the
<code><a href=#the-script-element>script</a></code> element.</p>

</li>

<li>

<p>If the script is from an external file, <a href=#fire-a-simple-event>fire a simple
Expand Down
20 changes: 19 additions & 1 deletion index
Expand Up @@ -240,7 +240,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 3 February 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 4 February 2012</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 @@ -16708,6 +16708,16 @@ c-end = "--&gt;"</pre>

</dl></li>

<li>

<p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-beforescriptexecute>beforescriptexecute</code>
that bubbles and is cancelable at the <code><a href=#the-script-element>script</a></code>
element.</p>

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

</li>

<li>

<p>If the script is from an external file, then increment the
Expand Down Expand Up @@ -16738,6 +16748,14 @@ c-end = "--&gt;"</pre>

</li>

<li>

<p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-afterscriptexecute>afterscriptexecute</code>
that bubbles (but is not cancelable) at the
<code><a href=#the-script-element>script</a></code> element.</p>

</li>

<li>

<p>If the script is from an external file, <a href=#fire-a-simple-event>fire a simple
Expand Down
20 changes: 20 additions & 0 deletions source
Expand Up @@ -17911,6 +17911,17 @@ c-end = "-->"</pre>

</li>

<li>

<p><span>Fire a simple event</span> named <code
title="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 from an external file, then increment the
Expand Down Expand Up @@ -17942,6 +17953,15 @@ c-end = "-->"</pre>

</li>

<li>

<p><span>Fire a simple event</span> named <code
title="event-afterscriptexecute">afterscriptexecute</code>
that bubbles (but is not cancelable) at the
<code>script</code> element.</p>

</li>

<li>

<p>If the script is from an external file, <span>fire a simple
Expand Down

0 comments on commit 69f83cf

Please sign in to comment.