Skip to content

Commit

Permalink
[e] (0) Clarify that if 'already started' is set multiple times, the …
Browse files Browse the repository at this point in the history
…state the last time it was set is what matters.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11191

git-svn-id: http://svn.whatwg.org/webapps@5866 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 9, 2011
1 parent e50adbf commit 28c4149
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
11 changes: 7 additions & 4 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -15051,6 +15051,9 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>
<p>The user agent must set the element's <a href=#already-started>"already
started"</a> flag.</p>

<p class=note>The state of the element at this moment <a href=#establish-script-block-source>is later used</a> to
determine the script source.</p>

</li>

<li id=script-processing-noscript>
Expand Down Expand Up @@ -15336,7 +15339,7 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>
<a href=#prepare-a-script>prepare a script</a> algorithm above was running for this
script, the <code><a href=#script>script</a></code> element had a <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute specified.</p>

<ol><li>
<ol><li id=establish-script-block-source>

<p>Initialize <dfn id="the-script-block's-source"><var>the script block's source</var></dfn> as
follows:</p>
Expand Down Expand Up @@ -15423,7 +15426,7 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>

<p>The value of the <code title=dom-script-text><a href=#dom-script-text>text</a></code>
IDL attribute at the time the element's <a href=#already-started>"already
started"</a> flag was set is the script source.</p>
started"</a> flag was last set is the script source.</p>

</dd>

Expand All @@ -15432,8 +15435,8 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>
<dd>

<p>The child nodes of the <code><a href=#script>script</a></code> element at the
time the element's <a href=#already-started>"already started"</a> flag was set
are the script source.</p>
time the element's <a href=#already-started>"already started"</a> flag was
last set are the script source.</p>

</dd>

Expand Down
11 changes: 7 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -15031,6 +15031,9 @@ c-end = "--&gt;"</pre>
<p>The user agent must set the element's <a href=#already-started>"already
started"</a> flag.</p>

<p class=note>The state of the element at this moment <a href=#establish-script-block-source>is later used</a> to
determine the script source.</p>

</li>

<li id=script-processing-noscript>
Expand Down Expand Up @@ -15316,7 +15319,7 @@ c-end = "--&gt;"</pre>
<a href=#prepare-a-script>prepare a script</a> algorithm above was running for this
script, the <code><a href=#script>script</a></code> element had a <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute specified.</p>

<ol><li>
<ol><li id=establish-script-block-source>

<p>Initialize <dfn id="the-script-block's-source"><var>the script block's source</var></dfn> as
follows:</p>
Expand Down Expand Up @@ -15403,7 +15406,7 @@ c-end = "--&gt;"</pre>

<p>The value of the <code title=dom-script-text><a href=#dom-script-text>text</a></code>
IDL attribute at the time the element's <a href=#already-started>"already
started"</a> flag was set is the script source.</p>
started"</a> flag was last set is the script source.</p>

</dd>

Expand All @@ -15412,8 +15415,8 @@ c-end = "--&gt;"</pre>
<dd>

<p>The child nodes of the <code><a href=#script>script</a></code> element at the
time the element's <a href=#already-started>"already started"</a> flag was set
are the script source.</p>
time the element's <a href=#already-started>"already started"</a> flag was
last set are the script source.</p>

</dd>

Expand Down
12 changes: 8 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -15957,6 +15957,10 @@ c-end = "-->"</pre>
<p>The user agent must set the element's <span>"already
started"</span> flag.</p>

<p class="note">The state of the element at this moment <a
href="#establish-script-block-source">is later used</a> to
determine the script source.</p>

</li>

<li id="script-processing-noscript">
Expand Down Expand Up @@ -16285,7 +16289,7 @@ c-end = "-->"</pre>

<ol>

<li>
<li id="establish-script-block-source">

<p>Initialize <dfn><var>the script block's source</var></dfn> as
follows:</p>
Expand Down Expand Up @@ -16389,7 +16393,7 @@ c-end = "-->"</pre>

<p>The value of the <code title="dom-script-text">text</code>
IDL attribute at the time the element's <span>"already
started"</span> flag was set is the script source.</p>
started"</span> flag was last set is the script source.</p>

</dd>

Expand All @@ -16398,8 +16402,8 @@ c-end = "-->"</pre>
<dd>

<p>The child nodes of the <code>script</code> element at the
time the element's <span>"already started"</span> flag was set
are the script source.</p>
time the element's <span>"already started"</span> flag was
last set are the script source.</p>

</dd>

Expand Down

0 comments on commit 28c4149

Please sign in to comment.