- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Mar 2010 09:03:02 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Add some IDs for bz. (whatwg r4854) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3889&r2=1.3890&f=h http://html5.org/tools/web-apps-tracker?from=4853&to=4854 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3889 retrieving revision 1.3890 diff -u -d -r1.3889 -r1.3890 --- Overview.html 16 Mar 2010 23:12:59 -0000 1.3889 +++ Overview.html 17 Mar 2010 00:02:46 -0000 1.3890 @@ -10914,7 +10914,7 @@ <code><a href="#script">script</a></code> element is to be run, the user agent must act as follows:</p> - <ol><li> + <ol><li id="script-processing-prepare"> <p>If either:</p> @@ -10946,7 +10946,7 @@ </li> - <li> + <li id="script-processing-encoding"> <p>If the <code><a href="#script">script</a></code> element has a <code title="attr-script-charset"><a href="#attr-script-charset">charset</a></code> attribute, then let <var><a href="#the-script-block-s-character-encoding">the script block's character encoding</a></var> for this @@ -10958,7 +10958,7 @@ </li> - <li> + <li id="script-processing-for"> <p>If the <code><a href="#script">script</a></code> element has a <code title="attr-script-for"><a href="#attr-script-for">for</a></code> attribute, then the user agent must abort these steps at this point. The script is not @@ -10966,7 +10966,7 @@ </li> - <li> + <li id="script-processing-noscript"> <p>If <a href="#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the <code><a href="#script">script</a></code> element, or if the @@ -10977,7 +10977,7 @@ </li> - <li> + <li id="script-processing-empty"> <p>If the element has no <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute, and its child nodes consist only of comment nodes and @@ -10987,14 +10987,14 @@ </li> - <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> + <li id="script-processing-src-prepare"> <p>If the element has a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute whose value is not the empty string, then the value of @@ -11042,10 +11042,10 @@ <p>Then, the first of the following options that describes the situation must be followed:</p> - <dl class="switch"><dt>If the element has a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> - attribute, and the element has a <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attribute, and the element - has been flagged as <a href="#parser-inserted">"parser-inserted"</a>, and the - element does not have an <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attribute</dt> + <dl class="switch"><dt id="script-processing-defer">If the element has a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute, and the element has + a <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attribute, and the + element has been flagged as <a href="#parser-inserted">"parser-inserted"</a>, and + the element does not have an <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attribute</dt> <dd> @@ -11063,10 +11063,10 @@ </dd> - <dt>If the element has a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> - attribute, and the element has been flagged as - <a href="#parser-inserted">"parser-inserted"</a>, and the element does not have an - <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attribute</dt> + <dt id="script-processing-parser-inserted">If the element has a + <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute, and the + element has been flagged as <a href="#parser-inserted">"parser-inserted"</a>, and + the element does not have an <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attribute</dt> <dd> @@ -11084,9 +11084,10 @@ </dd> - <dt>If the element does not have a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute, but there is - <a href="#a-style-sheet-blocking-scripts">a style sheet blocking scripts</a>, and the element has - been flagged as <a href="#parser-inserted">"parser-inserted"</a></dt> + <dt id="script-processing-style-delayed">If the element does not + have a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute, but + there is <a href="#a-style-sheet-blocking-scripts">a style sheet blocking scripts</a>, and the + element has been flagged as <a href="#parser-inserted">"parser-inserted"</a></dt> <dd> @@ -11100,8 +11101,7 @@ </dd> - <dt>If the element has a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> - attribute</dt> + <dt id="script-processing-src">If the element has a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute</dt> <dd> @@ -11119,7 +11119,7 @@ </dd> - <dt>Otherwise</dt> + <dt id="script-processing-inline">Otherwise</dt> <dd>The user agent must immediately <a href="#executing-a-script-block" title="executing a script block">execute the script block</a>, even if other
Received on Wednesday, 17 March 2010 00:03:31 UTC