[html5] r8375 - [e] (0) Rearrange requirements for handling internal raw uncompiled handlers Fix [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 6 13:35:26 PST 2014


Author: ianh
Date: 2014-01-06 13:35:24 -0800 (Mon, 06 Jan 2014)
New Revision: 8375

Modified:
   complete.html
   index
   source
Log:
[e] (0) Rearrange requirements for handling internal raw uncompiled handlers
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23956
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-01-04 00:08:01 UTC (rev 8374)
+++ complete.html	2014-01-06 21:35:24 UTC (rev 8375)
@@ -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 — Last Updated 4 January 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -71712,14 +71712,8 @@
     <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>
+    <ol><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="">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>
 
@@ -71729,6 +71723,12 @@
 
      </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>

Modified: index
===================================================================
--- index	2014-01-04 00:08:01 UTC (rev 8374)
+++ index	2014-01-06 21:35:24 UTC (rev 8375)
@@ -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 — Last Updated 4 January 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -71712,14 +71712,8 @@
     <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>
+    <ol><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="">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>
 
@@ -71729,6 +71723,12 @@
 
      </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>

Modified: source
===================================================================
--- source	2014-01-04 00:08:01 UTC (rev 8374)
+++ source	2014-01-06 21:35:24 UTC (rev 8375)
@@ -80131,12 +80131,6 @@
 
     <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
@@ -80150,6 +80144,12 @@
 
      </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>




More information about the Commit-Watchers mailing list