[html5] r7397 - [e] (0) Split this sentence into substeps for clarity. Fixing https://www.w3.org [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 24 17:28:19 PDT 2012
Author: ianh
Date: 2012-09-24 17:28:18 -0700 (Mon, 24 Sep 2012)
New Revision: 7397
Modified:
complete.html
index
source
Log:
[e] (0) Split this sentence into substeps for clarity.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17078
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2012-09-24 19:50:25 UTC (rev 7396)
+++ complete.html 2012-09-25 00:28:18 UTC (rev 7397)
@@ -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 24 September 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 25 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>
@@ -95852,15 +95852,21 @@
<dfn id=delay-the-load-event title="delay the load event">delays the load event</dfn> in
the <code><a href=#document>Document</a></code>.</li>
- <li><p><a href=#queue-a-task>Queue a task</a> to set the <a href=#current-document-readiness>current document
- readiness</a> to "<code title="">complete</code>"<!-- this also
- fires an event synchronously during the task -->, and then, if the
- <code><a href=#document>Document</a></code> is in a <a href=#browsing-context>browsing context</a>, to
- <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-load>load</code> at the <code><a href=#document>Document</a></code>'s
- <code><a href=#window>Window</a></code> object, but with its <code title=dom-event-target><a href=#dom-event-target>target</a></code> set to the
- <code><a href=#document>Document</a></code> object (and the <code title=dom-event-currentTarget>currentTarget</code> set to the
- <code><a href=#window>Window</a></code> object).</li>
+ <li>
+ <p><a href=#queue-a-task>Queue a task</a> to run the following substeps:</p>
+
+ <ol><li><p>Set the <a href=#current-document-readiness>current document readiness</a> to "<code title="">complete</code>"<!--
+ this also fires an event synchronously during the task -->.</li>
+
+ <li><p>If the <code><a href=#document>Document</a></code> is in a <a href=#browsing-context>browsing context</a>, <a href=#fire-a-simple-event>fire a simple
+ event</a> named <code title=event-load>load</code> at the <code><a href=#document>Document</a></code>'s
+ <code><a href=#window>Window</a></code> object, but with its <code title=dom-event-target><a href=#dom-event-target>target</a></code> set to
+ the <code><a href=#document>Document</a></code> object (and the <code title=dom-event-currentTarget>currentTarget</code> set to the <code><a href=#window>Window</a></code>
+ object).</li>
+
+ </ol></li>
+
<li>
<p>If the <code><a href=#document>Document</a></code> is in a <a href=#browsing-context>browsing
Modified: index
===================================================================
--- index 2012-09-24 19:50:25 UTC (rev 7396)
+++ index 2012-09-25 00:28:18 UTC (rev 7397)
@@ -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 24 September 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 25 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>
@@ -95852,15 +95852,21 @@
<dfn id=delay-the-load-event title="delay the load event">delays the load event</dfn> in
the <code><a href=#document>Document</a></code>.</li>
- <li><p><a href=#queue-a-task>Queue a task</a> to set the <a href=#current-document-readiness>current document
- readiness</a> to "<code title="">complete</code>"<!-- this also
- fires an event synchronously during the task -->, and then, if the
- <code><a href=#document>Document</a></code> is in a <a href=#browsing-context>browsing context</a>, to
- <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-load>load</code> at the <code><a href=#document>Document</a></code>'s
- <code><a href=#window>Window</a></code> object, but with its <code title=dom-event-target><a href=#dom-event-target>target</a></code> set to the
- <code><a href=#document>Document</a></code> object (and the <code title=dom-event-currentTarget>currentTarget</code> set to the
- <code><a href=#window>Window</a></code> object).</li>
+ <li>
+ <p><a href=#queue-a-task>Queue a task</a> to run the following substeps:</p>
+
+ <ol><li><p>Set the <a href=#current-document-readiness>current document readiness</a> to "<code title="">complete</code>"<!--
+ this also fires an event synchronously during the task -->.</li>
+
+ <li><p>If the <code><a href=#document>Document</a></code> is in a <a href=#browsing-context>browsing context</a>, <a href=#fire-a-simple-event>fire a simple
+ event</a> named <code title=event-load>load</code> at the <code><a href=#document>Document</a></code>'s
+ <code><a href=#window>Window</a></code> object, but with its <code title=dom-event-target><a href=#dom-event-target>target</a></code> set to
+ the <code><a href=#document>Document</a></code> object (and the <code title=dom-event-currentTarget>currentTarget</code> set to the <code><a href=#window>Window</a></code>
+ object).</li>
+
+ </ol></li>
+
<li>
<p>If the <code><a href=#document>Document</a></code> is in a <a href=#browsing-context>browsing
Modified: source
===================================================================
--- source 2012-09-24 19:50:25 UTC (rev 7396)
+++ source 2012-09-25 00:28:18 UTC (rev 7397)
@@ -111009,18 +111009,26 @@
<dfn title="delay the load event">delays the load event</dfn> in
the <code>Document</code>.</p></li>
- <li><p><span>Queue a task</span> to set the <span>current document
- readiness</span> to "<code title="">complete</code>"<!-- this also
- fires an event synchronously during the task -->, and then, if the
- <code>Document</code> is in a <span>browsing context</span>, to
- <span>fire a simple event</span> named <code
- title="event-load">load</code> at the <code>Document</code>'s
- <code>Window</code> object, but with its <code
- title="dom-event-target">target</code> set to the
- <code>Document</code> object (and the <code
- title="dom-event-currentTarget">currentTarget</code> set to the
- <code>Window</code> object).</p></li>
+ <li>
+ <p><span>Queue a task</span> to run the following substeps:</p>
+
+ <ol>
+
+ <li><p>Set the <span>current document readiness</span> to "<code title="">complete</code>"<!--
+ this also fires an event synchronously during the task -->.</p></li>
+
+ <li><p>If the <code>Document</code> is in a <span>browsing context</span>, <span>fire a simple
+ event</span> named <code title="event-load">load</code> at the <code>Document</code>'s
+ <code>Window</code> object, but with its <code title="dom-event-target">target</code> set to
+ the <code>Document</code> object (and the <code
+ title="dom-event-currentTarget">currentTarget</code> set to the <code>Window</code>
+ object).</p></li>
+
+ </ol>
+
+ </li>
+
<li>
<p>If the <code>Document</code> is in a <span>browsing
More information about the Commit-Watchers
mailing list