[html5] r7394 - [e] (0) Split a long sentence into multiple paragraphs. Fixing https://www.w3.or [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 23 20:06:42 PDT 2012


Author: ianh
Date: 2012-09-23 20:06:40 -0700 (Sun, 23 Sep 2012)
New Revision: 7394

Modified:
   complete.html
   index
   source
Log:
[e] (0) Split a long sentence into multiple paragraphs.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16598
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-23 23:25:34 UTC (rev 7393)
+++ complete.html	2012-09-24 03:06:40 UTC (rev 7394)
@@ -246,7 +246,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 — Last Updated 23 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 24 September 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>
@@ -76442,19 +76442,28 @@
   <ol><li>
 
     <p>If the first argument to the invoked method is a
-    <code>Function</code>, then return a <a href=#concept-task title=concept-task>task</a> that checks if the entry for <var title="">handle</var> in <var title="">list</var> has been
-    cleared, and if it has not, calls the <code>Function</code> with
-    as its arguments the third and subsequent arguments to the invoked
-    method (if any) and with an undefined <var title="">thisArg</var>,
-    and abort these steps. <a href=#refsECMA262>[ECMA262]</a></p>
+    <code>Function</code>, then return a <a href=#concept-task title=concept-task>task</a> that runs the following substeps,
+    and then abort these steps:
 
-    <p class=note>Setting <var title="">thisArg</var> to undefined
-    means that the function code will be executed with the <code title="">this</code> keyword bound to the <code><a href=#windowproxy>WindowProxy</a></code>
-    or the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> object, as if the code was
-    running in the global scope.</p>
+    <ol><li><p>If the entry for <var title="">handle</var> in <var title="">list</var> has been cleared, then abort this <a href=#concept-task title=concept-task>task</a>'s substeps.</li>
 
-    <p>Otherwise, continue with the remaining steps.</p>
+     <li>
 
+      <p>Call the <code>Function</code>. Use the third and subsequent
+      arguments to the invoked method (if any) as the arguments for
+      invoking the <code>Function</code>. Use the undefined value as
+      the <var title="">thisArg</var> for invoking the
+      <code>Function</code>. <a href=#refsECMA262>[ECMA262]</a></p>
+
+      <p class=note>Setting <var title="">thisArg</var> to undefined
+      means that the function code will be executed with the <code title="">this</code> keyword bound to the
+      <code><a href=#windowproxy>WindowProxy</a></code> or the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code>
+      object, as if the code was running in the global scope.</p>
+
+     </li>
+
+    </ol><p>Otherwise, continue with the remaining steps.</p>
+
    </li>
 
    <li><p>Let <var title="">script source</var> be the first argument

Modified: index
===================================================================
--- index	2012-09-23 23:25:34 UTC (rev 7393)
+++ index	2012-09-24 03:06:40 UTC (rev 7394)
@@ -246,7 +246,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 — Last Updated 23 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 24 September 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>
@@ -76442,19 +76442,28 @@
   <ol><li>
 
     <p>If the first argument to the invoked method is a
-    <code>Function</code>, then return a <a href=#concept-task title=concept-task>task</a> that checks if the entry for <var title="">handle</var> in <var title="">list</var> has been
-    cleared, and if it has not, calls the <code>Function</code> with
-    as its arguments the third and subsequent arguments to the invoked
-    method (if any) and with an undefined <var title="">thisArg</var>,
-    and abort these steps. <a href=#refsECMA262>[ECMA262]</a></p>
+    <code>Function</code>, then return a <a href=#concept-task title=concept-task>task</a> that runs the following substeps,
+    and then abort these steps:
 
-    <p class=note>Setting <var title="">thisArg</var> to undefined
-    means that the function code will be executed with the <code title="">this</code> keyword bound to the <code><a href=#windowproxy>WindowProxy</a></code>
-    or the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> object, as if the code was
-    running in the global scope.</p>
+    <ol><li><p>If the entry for <var title="">handle</var> in <var title="">list</var> has been cleared, then abort this <a href=#concept-task title=concept-task>task</a>'s substeps.</li>
 
-    <p>Otherwise, continue with the remaining steps.</p>
+     <li>
 
+      <p>Call the <code>Function</code>. Use the third and subsequent
+      arguments to the invoked method (if any) as the arguments for
+      invoking the <code>Function</code>. Use the undefined value as
+      the <var title="">thisArg</var> for invoking the
+      <code>Function</code>. <a href=#refsECMA262>[ECMA262]</a></p>
+
+      <p class=note>Setting <var title="">thisArg</var> to undefined
+      means that the function code will be executed with the <code title="">this</code> keyword bound to the
+      <code><a href=#windowproxy>WindowProxy</a></code> or the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code>
+      object, as if the code was running in the global scope.</p>
+
+     </li>
+
+    </ol><p>Otherwise, continue with the remaining steps.</p>
+
    </li>
 
    <li><p>Let <var title="">script source</var> be the first argument

Modified: source
===================================================================
--- source	2012-09-23 23:25:34 UTC (rev 7393)
+++ source	2012-09-24 03:06:40 UTC (rev 7394)
@@ -89373,19 +89373,33 @@
 
     <p>If the first argument to the invoked method is a
     <code>Function</code>, then return a <span
-    title="concept-task">task</span> that checks if the entry for <var
-    title="">handle</var> in <var title="">list</var> has been
-    cleared, and if it has not, calls the <code>Function</code> with
-    as its arguments the third and subsequent arguments to the invoked
-    method (if any) and with an undefined <var title="">thisArg</var>,
-    and abort these steps. <a href="#refsECMA262">[ECMA262]</a></p>
+    title="concept-task">task</span> that runs the following substeps,
+    and then abort these steps:
 
-    <p class="note">Setting <var title="">thisArg</var> to undefined
-    means that the function code will be executed with the <code
-    title="">this</code> keyword bound to the <code>WindowProxy</code>
-    or the <code>WorkerGlobalScope</code> object, as if the code was
-    running in the global scope.</p>
+    <ol>
 
+     <li><p>If the entry for <var title="">handle</var> in <var
+     title="">list</var> has been cleared, then abort this <span
+     title="concept-task">task</span>'s substeps.</p></li>
+
+     <li>
+
+      <p>Call the <code>Function</code>. Use the third and subsequent
+      arguments to the invoked method (if any) as the arguments for
+      invoking the <code>Function</code>. Use the undefined value as
+      the <var title="">thisArg</var> for invoking the
+      <code>Function</code>. <a href="#refsECMA262">[ECMA262]</a></p>
+
+      <p class="note">Setting <var title="">thisArg</var> to undefined
+      means that the function code will be executed with the <code
+      title="">this</code> keyword bound to the
+      <code>WindowProxy</code> or the <code>WorkerGlobalScope</code>
+      object, as if the code was running in the global scope.</p>
+
+     </li>
+
+    </ol>
+
     <p>Otherwise, continue with the remaining steps.</p>
 
    </li>




More information about the Commit-Watchers mailing list