[html5] r4854 - [e] (0) Add some IDs for bz.

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 16 17:02:43 PDT 2010


Author: ianh
Date: 2010-03-16 17:02:41 -0700 (Tue, 16 Mar 2010)
New Revision: 4854

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add some IDs for bz.

Modified: complete.html
===================================================================
--- complete.html	2010-03-16 23:12:54 UTC (rev 4853)
+++ complete.html	2010-03-17 00:02:41 UTC (rev 4854)
@@ -157,7 +157,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 16 March 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 17 March 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -12731,7 +12731,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>
 
@@ -12763,7 +12763,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
@@ -12775,7 +12775,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
@@ -12783,7 +12783,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
@@ -12794,7 +12794,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
@@ -12804,14 +12804,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
@@ -12859,10 +12859,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>
 
@@ -12880,10 +12880,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>
 
@@ -12901,9 +12901,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>
 
@@ -12917,8 +12918,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>
 
@@ -12936,7 +12936,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

Modified: index
===================================================================
--- index	2010-03-16 23:12:54 UTC (rev 4853)
+++ index	2010-03-17 00:02:41 UTC (rev 4854)
@@ -161,7 +161,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 16 March 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 17 March 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -12630,7 +12630,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>
 
@@ -12662,7 +12662,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
@@ -12674,7 +12674,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
@@ -12682,7 +12682,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
@@ -12693,7 +12693,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
@@ -12703,14 +12703,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
@@ -12758,10 +12758,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>
 
@@ -12779,10 +12779,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>
 
@@ -12800,9 +12800,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>
 
@@ -12816,8 +12817,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>
 
@@ -12835,7 +12835,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

Modified: source
===================================================================
--- source	2010-03-16 23:12:54 UTC (rev 4853)
+++ source	2010-03-17 00:02:41 UTC (rev 4854)
@@ -13354,7 +13354,7 @@
 
   <ol>
 
-   <li>
+   <li id="script-processing-prepare">
 
     <p>If either:</p>
 
@@ -13402,7 +13402,7 @@
 
    </li>
 
-   <li>
+   <li id="script-processing-encoding">
 
     <p>If the <code>script</code> element has a <code
     title="attr-script-charset">charset</code> attribute, then let
@@ -13417,7 +13417,7 @@
 
    </li>
 
-   <li>
+   <li id="script-processing-for">
 
     <p>If the <code>script</code> element has a <code
     title="attr-script-for">for</code> attribute, then the user agent
@@ -13426,7 +13426,7 @@
 
    </li>
 
-   <li>
+   <li id="script-processing-noscript">
 
     <p>If <span title="concept-n-noscript">scripting is
     disabled</span> for the <code>script</code> element, or if the
@@ -13437,7 +13437,7 @@
 
    </li>
 
-   <li>
+   <li id="script-processing-empty">
 
     <p>If the element has no <code title="attr-script-src">src</code>
     attribute, and its child nodes consist only of comment nodes and
@@ -13447,14 +13447,14 @@
 
    </li>
 
-   <li>
+   <li id="script-processing-start">
 
     <p>The user agent must set the element's <span>"already
     started"</span> flag.</p>
 
    </li>
 
-   <li>
+   <li id="script-processing-src-prepare">
 
     <p>If the element has a <code title="attr-script-src">src</code>
     attribute whose value is not the empty string, then the value of
@@ -13506,11 +13506,11 @@
 
     <dl class="switch">
 
-     <dt>If the element has a <code title="attr-script-src">src</code>
-     attribute, and the element has a <code
-     title="attr-script-defer">defer</code> attribute, and the element
-     has been flagged as <span>"parser-inserted"</span>, and the
-     element does not have an <code
+     <dt id="script-processing-defer">If the element has a <code
+     title="attr-script-src">src</code> attribute, and the element has
+     a <code title="attr-script-defer">defer</code> attribute, and the
+     element has been flagged as <span>"parser-inserted"</span>, and
+     the element does not have an <code
      title="attr-script-async">async</code> attribute</dt>
 
      <dd>
@@ -13529,10 +13529,11 @@
      </dd>
 
 
-     <dt>If the element has a <code title="attr-script-src">src</code>
-     attribute, and the element has been flagged as
-     <span>"parser-inserted"</span>, and the element does not have an
-     <code title="attr-script-async">async</code> attribute</dt>
+     <dt id="script-processing-parser-inserted">If the element has a
+     <code title="attr-script-src">src</code> attribute, and the
+     element has been flagged as <span>"parser-inserted"</span>, and
+     the element does not have an <code
+     title="attr-script-async">async</code> attribute</dt>
 
      <dd>
 
@@ -13550,10 +13551,10 @@
      </dd>
 
 
-     <dt>If the element does not have a <code
-     title="attr-script-src">src</code> attribute, but there is
-     <span>a style sheet blocking scripts</span>, and the element has
-     been flagged as <span>"parser-inserted"</span></dt>
+     <dt id="script-processing-style-delayed">If the element does not
+     have a <code title="attr-script-src">src</code> attribute, but
+     there is <span>a style sheet blocking scripts</span>, and the
+     element has been flagged as <span>"parser-inserted"</span></dt>
 
      <dd>
 
@@ -13567,8 +13568,8 @@
      </dd>
 
 
-     <dt>If the element has a <code title="attr-script-src">src</code>
-     attribute</dt>
+     <dt id="script-processing-src">If the element has a <code
+     title="attr-script-src">src</code> attribute</dt>
 
      <dd>
 
@@ -13586,7 +13587,7 @@
      </dd>
 
 
-     <dt>Otherwise</dt>
+     <dt id="script-processing-inline">Otherwise</dt>
 
      <dd>The user agent must immediately <span title="executing a
      script block">execute the script block</span>, even if other




More information about the Commit-Watchers mailing list