[html5] r1605 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 13 18:19:41 PDT 2008
Author: ianh
Date: 2008-05-13 18:19:40 -0700 (Tue, 13 May 2008)
New Revision: 1605
Modified:
index
source
Log:
[e] (0) Minor editorial fixes in the script section.
Modified: index
===================================================================
--- index 2008-05-14 01:17:18 UTC (rev 1604)
+++ index 2008-05-14 01:19:40 UTC (rev 1605)
@@ -22665,7 +22665,7 @@
type</var></dfn>. It is determined when the script is run, based on the
attributes on the element at that time.
- <p><dfn id=running0 title="running a script">Running a script</dfn>: when a
+ <p><dfn id=running0 title="running a script">Running a script</dfn>: When a
script block is <span>inserted into a document</span>, the user agent must
act as follows:
@@ -22883,7 +22883,8 @@
<code title=event-load>load</code> event</a>.
<p><dfn id=executing0 title="executing a script block">Executing a script
- block</dfn>:
+ block</dfn>: When the steps above require that the script be executed, the
+ user agent must act as follows:
<dl class=switch>
<dt>If the load resulted in an error (for example a DNS error, or an HTTP
Modified: source
===================================================================
--- source 2008-05-14 01:17:18 UTC (rev 1604)
+++ source 2008-05-14 01:19:40 UTC (rev 1605)
@@ -20506,7 +20506,7 @@
type</var></dfn>. It is determined when the script is run, based on
the attributes on the element at that time.</p>
- <p><dfn title="running a script">Running a script</dfn>: when a
+ <p><dfn title="running a script">Running a script</dfn>: When a
script block is <span>inserted into a document</span>, the user
agent must act as follows:</p>
@@ -20802,7 +20802,8 @@
title="event-load">load</code> event</span>.</p>
<p><dfn title="executing a script block">Executing a script
- block</dfn>:</p>
+ block</dfn>: When the steps above require that the script be
+ executed, the user agent must act as follows:</p>
<dl class="switch">
More information about the Commit-Watchers
mailing list