Skip to content

Commit

Permalink
[giow] (2) Match reality
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10520

git-svn-id: http://svn.whatwg.org/webapps@5497 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2010
1 parent 3b637eb commit bd1922a
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
28 changes: 14 additions & 14 deletions complete.html
Expand Up @@ -14340,6 +14340,20 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>

</li>

<li id=script-processing-start>

<p>The user agent must set the element's <a href=#already-started>"already
started"</a> flag.</p>

</li>

<li>

<p>If <var title="">was-parser-inserted</var> is true, then flag
the element as <a href=#parser-inserted>"parser-inserted"</a> again.</p>

</li>

<li id=script-processing-for>

<p>If the <code><a href=#script>script</a></code> element has an <code title=attr-script-event><a href=#attr-script-event>event</a></code> attribute and a <code title=attr-script-for><a href=#attr-script-for>for</a></code> attribute, then run these
Expand All @@ -14362,20 +14376,6 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>

</ol></li>

<li id=script-processing-start>

<p>The user agent must set the element's <a href=#already-started>"already
started"</a> flag.</p>

</li>

<li>

<p>If <var title="">was-parser-inserted</var> is true, then flag
the element as <a href=#parser-inserted>"parser-inserted"</a> again.</p>

</li>

<li>

<p>If the element's <code><a href=#document>Document</a></code> has an <a href=#active-parser>active
Expand Down
28 changes: 14 additions & 14 deletions index
Expand Up @@ -14317,6 +14317,20 @@ c-end = "--&gt;"</pre>

</li>

<li id=script-processing-start>

<p>The user agent must set the element's <a href=#already-started>"already
started"</a> flag.</p>

</li>

<li>

<p>If <var title="">was-parser-inserted</var> is true, then flag
the element as <a href=#parser-inserted>"parser-inserted"</a> again.</p>

</li>

<li id=script-processing-for>

<p>If the <code><a href=#script>script</a></code> element has an <code title=attr-script-event><a href=#attr-script-event>event</a></code> attribute and a <code title=attr-script-for><a href=#attr-script-for>for</a></code> attribute, then run these
Expand All @@ -14339,20 +14353,6 @@ c-end = "--&gt;"</pre>

</ol></li>

<li id=script-processing-start>

<p>The user agent must set the element's <a href=#already-started>"already
started"</a> flag.</p>

</li>

<li>

<p>If <var title="">was-parser-inserted</var> is true, then flag
the element as <a href=#parser-inserted>"parser-inserted"</a> again.</p>

</li>

<li>

<p>If the element's <code><a href=#document>Document</a></code> has an <a href=#active-parser>active
Expand Down
28 changes: 14 additions & 14 deletions source
Expand Up @@ -15183,6 +15183,20 @@ c-end = "-->"</pre>

</li>

<li id="script-processing-start">

<p>The user agent must set the element's <span>"already
started"</span> flag.</p>

</li>

<li>

<p>If <var title="">was-parser-inserted</var> is true, then flag
the element as <span>"parser-inserted"</span> again.</p>

</li>

<li id="script-processing-for">

<p>If the <code>script</code> element has an <code
Expand Down Expand Up @@ -15216,20 +15230,6 @@ c-end = "-->"</pre>

</li>

<li id="script-processing-start">

<p>The user agent must set the element's <span>"already
started"</span> flag.</p>

</li>

<li>

<p>If <var title="">was-parser-inserted</var> is true, then flag
the element as <span>"parser-inserted"</span> again.</p>

</li>

<li>

<p>If the element's <code>Document</code> has an <span>active
Expand Down

0 comments on commit bd1922a

Please sign in to comment.