- From: poot <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 04:33:06 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Match reality (whatwg r5497) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4387&r2=1.4388&f=h http://html5.org/tools/web-apps-tracker?from=5496&to=5497 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4387 retrieving revision 1.4388 diff -u -d -r1.4387 -r1.4388 --- Overview.html 25 Sep 2010 19:26:28 -0000 1.4387 +++ Overview.html 25 Sep 2010 19:32:52 -0000 1.4388 @@ -12441,6 +12441,20 @@ </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 @@ -12463,20 +12477,6 @@ </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
Received on Saturday, 25 September 2010 19:33:34 UTC