Skip to content

Commit

Permalink
[e] (0) Rearrange requirements for handling internal raw uncompiled h…
Browse files Browse the repository at this point in the history
…andlers

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23956
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8375 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2014
1 parent cfd6021 commit b0aa103
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
16 changes: 8 additions & 8 deletions complete.html
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 4 January 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 January 2014</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 @@ -71712,13 +71712,7 @@ <h5 id=event-handler-attributes><span class=secno>7.1.5.1 </span>Event handlers<
<p>If <var title="">H</var>'s value is an <a href=#internal-raw-uncompiled-handler>internal raw uncompiled handler</a>, run these
substeps:</p>

<ol><li><p>Let <var title="">body</var> be the uncompiled script body in the <a href=#internal-raw-uncompiled-handler>internal raw
uncompiled handler</a>.</li>

<li><p>Let <var title="">location</var> be the location where the script body originated, as
given by the <a href=#internal-raw-uncompiled-handler>internal raw uncompiled handler</a>.</li>

<li>
<ol><li>

<p>If <var title="">H</var> is an element's <a href=#event-handlers title="event handlers">event
handler</a>, then let <var title="">element</var> be the element, and <var title="">document</var> be the element's <code><a href=#document>Document</a></code>.</p>
Expand All @@ -71729,6 +71723,12 @@ <h5 id=event-handler-attributes><span class=secno>7.1.5.1 </span>Event handlers<

</li>

<li><p>Let <var title="">body</var> be the uncompiled script body in the <a href=#internal-raw-uncompiled-handler>internal raw
uncompiled handler</a>.</li>

<li><p>Let <var title="">location</var> be the location where the script body originated, as
given by the <a href=#internal-raw-uncompiled-handler>internal raw uncompiled handler</a>.</li>

<li><p>If <var title="">element</var> is not null and <var title="">element</var> has a
<a href=#form-owner>form owner</a>, let <var title="">form owner</var> be that <a href=#form-owner>form owner</a>.
Otherwise, let <var title="">form owner</var> be null.</li>
Expand Down
16 changes: 8 additions & 8 deletions index
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 4 January 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 January 2014</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 @@ -71712,13 +71712,7 @@ typedef <a href=#onbeforeunloadeventhandlernonnull>OnBeforeUnloadEventHandlerNon
<p>If <var title="">H</var>'s value is an <a href=#internal-raw-uncompiled-handler>internal raw uncompiled handler</a>, run these
substeps:</p>

<ol><li><p>Let <var title="">body</var> be the uncompiled script body in the <a href=#internal-raw-uncompiled-handler>internal raw
uncompiled handler</a>.</li>

<li><p>Let <var title="">location</var> be the location where the script body originated, as
given by the <a href=#internal-raw-uncompiled-handler>internal raw uncompiled handler</a>.</li>

<li>
<ol><li>

<p>If <var title="">H</var> is an element's <a href=#event-handlers title="event handlers">event
handler</a>, then let <var title="">element</var> be the element, and <var title="">document</var> be the element's <code><a href=#document>Document</a></code>.</p>
Expand All @@ -71729,6 +71723,12 @@ typedef <a href=#onbeforeunloadeventhandlernonnull>OnBeforeUnloadEventHandlerNon

</li>

<li><p>Let <var title="">body</var> be the uncompiled script body in the <a href=#internal-raw-uncompiled-handler>internal raw
uncompiled handler</a>.</li>

<li><p>Let <var title="">location</var> be the location where the script body originated, as
given by the <a href=#internal-raw-uncompiled-handler>internal raw uncompiled handler</a>.</li>

<li><p>If <var title="">element</var> is not null and <var title="">element</var> has a
<a href=#form-owner>form owner</a>, let <var title="">form owner</var> be that <a href=#form-owner>form owner</a>.
Otherwise, let <var title="">form owner</var> be null.</li>
Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -80131,12 +80131,6 @@ typedef <span>OnBeforeUnloadEventHandlerNonNull</span>? <dfn>OnBeforeUnloadEvent

<ol>

<li><p>Let <var data-x="">body</var> be the uncompiled script body in the <span>internal raw
uncompiled handler</span>.</p></li>

<li><p>Let <var data-x="">location</var> be the location where the script body originated, as
given by the <span>internal raw uncompiled handler</span>.</p></li>

<li>

<p>If <var data-x="">H</var> is an element's <span data-x="event handlers">event
Expand All @@ -80150,6 +80144,12 @@ typedef <span>OnBeforeUnloadEventHandlerNonNull</span>? <dfn>OnBeforeUnloadEvent

</li>

<li><p>Let <var data-x="">body</var> be the uncompiled script body in the <span>internal raw
uncompiled handler</span>.</p></li>

<li><p>Let <var data-x="">location</var> be the location where the script body originated, as
given by the <span>internal raw uncompiled handler</span>.</p></li>

<li><p>If <var data-x="">element</var> is not null and <var data-x="">element</var> has a
<span>form owner</span>, let <var data-x="">form owner</var> be that <span>form owner</span>.
Otherwise, let <var data-x="">form owner</var> be null.</p></li>
Expand Down

0 comments on commit b0aa103

Please sign in to comment.