hixie: Help spec splitter do better work. (whatwg r3812)

hixie: Help spec splitter do better work. (whatwg r3812)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2980&r2=1.2981&f=h
http://html5.org/tools/web-apps-tracker?from=3811&to=3812

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2980
retrieving revision 1.2981
diff -u -d -r1.2980 -r1.2981
--- Overview.html 11 Sep 2009 10:01:07 -0000 1.2980
+++ Overview.html 11 Sep 2009 19:17:39 -0000 1.2981
@@ -54611,6 +54611,7 @@
   determined to be in <a href="#syntax">the HTML syntax</a>, then it is an
   <a href="#html-documents" title="HTML documents">HTML document</a>.</p>
 
+  </div><div class="impl">
 
   <h4 id="overview-of-the-parsing-model"><span class="secno">9.2.1 </span>Overview of the parsing model</h4>
 
@@ -54656,7 +54657,7 @@
   level</dfn>, which must be initially set to zero, and a <dfn id="parser-pause-flag">parser
   pause flag</dfn>, which must be initially set to false.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-input-stream"><span class="secno">9.2.2 </span>The <dfn>input stream</dfn></h4>
 
@@ -55274,7 +55275,9 @@
    misinterpreted. User agents may notify the user of the situation,
    to aid in application development.</li>
 
-  </ol><h4 id="parse-state"><span class="secno">9.2.3 </span>Parse state</h4>
+  </ol></div><div class="impl">
+
+  <h4 id="parse-state"><span class="secno">9.2.3 </span>Parse state</h4>
 
   <h5 id="the-insertion-mode"><span class="secno">9.2.3.1 </span>The insertion mode</h5>
 
@@ -55695,6 +55698,7 @@
   <p>The <dfn id="frameset-ok-flag">frameset-ok flag</dfn> is set to "ok" when the parser is
   created. It is set to "not ok" after certain tokens are seen.</p>
 
+  </div><div class="impl">
 
   <h4 id="tokenization"><span class="secno">9.2.4 </span><dfn>Tokenization</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
@@ -57087,7 +57091,9 @@
 
    </dd>
 
-  </dl><h4 id="tree-construction"><span class="secno">9.2.5 </span><dfn>Tree construction</dfn></h4>
+  </dl></div><div class="impl">
+
+  <h4 id="tree-construction"><span class="secno">9.2.5 </span><dfn>Tree construction</dfn></h4>
 
   <p>The input to the tree construction stage is a sequence of tokens
   from the <a href="#tokenization">tokenization</a> stage. The tree construction
@@ -60679,7 +60685,9 @@
     <p><a href="#parse-error">Parse error</a>. Ignore the token.</p>
    </dd>
 
-  </dl><h4 id="the-end"><span class="secno">9.2.6 </span>The end</h4>
+  </dl></div><div class="impl">
+
+  <h4 id="the-end"><span class="secno">9.2.6 </span>The end</h4>
 
   <p>Once the user agent <dfn id="stop-parsing" title="stop parsing">stops parsing</dfn>
   the document, the user agent must follow the steps in this
@@ -60825,6 +60833,7 @@
 /parser/htmlparser/src/nsElementTable.cpp, line 1901 - // Ex: <H1><LI><H1><LI>. Inner LI has the potential of getting nested
 -->
 
+  </div><div class="impl">
 
   <h4 id="coercing-an-html-dom-into-an-infoset"><span class="secno">9.2.7 </span>Coercing an HTML DOM into an infoset</h4>
 
@@ -60910,7 +60919,7 @@
   if the user agent is using the rules above to then generate an
   actual element in the DOM with the name <code title="">aU00003AU00003A</code> for that start tag.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="an-introduction-to-error-handling-and-strange-cases-in-the-parser"><span class="secno">9.2.8 </span>An introduction to error handling and strange cases in the parser</h4>
 
@@ -63931,6 +63940,7 @@
   language). User agents are encouraged to adapt the suggestions in
   this section to their target media.</p>
 
+  </div><div class="impl">
 
   <h3 id="the-css-user-agent-style-sheet-and-presentational-hints"><span class="secno">11.2 </span>The CSS user agent style sheet and presentational hints</h3>
 
@@ -63966,7 +63976,7 @@
   the dimension was an integer, and with the value given as a
   percentage if the dimension was a percentage.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="display-types"><span class="secno">11.2.2 </span>Display types</h4>
 
@@ -64038,6 +64048,7 @@
   for whom <a href="#concept-n-script" title="concept-n-script">scripting is enabled</a>,
   irrespective of CSS rules.</p>
 
+  </div><div class="impl">
 
   <h4 id="margins-and-padding"><span class="secno">11.2.3 </span>Margins and padding</h4>
 
@@ -64209,6 +64220,7 @@
   <code><a href="#the-body-element-0">body</a></code>, <code><a href="#the-td-element">td</a></code>, or <code><a href="#the-th-element">th</a></code> elements are
   expected to be collapsed to zero.</p>
 
+  </div><div class="impl">
 
   <h4 id="alignment"><span class="secno">11.2.4 </span>Alignment</h4>
 
@@ -64309,6 +64321,7 @@
   one of those two margins with a used value forced to a greater
   value, and that do not themselves have an applicable <code title="attr-align">align</code> attribute.</p>
 
+  </div><div class="impl">
 
   <h4 id="fonts-and-colors"><span class="secno">11.2.5 </span>Fonts and colors</h4>
 
@@ -64543,7 +64556,9 @@
 
    </li>
 
-  </ol><h4 id="punctuation-and-decorations"><span class="secno">11.2.6 </span>Punctuation and decorations</h4>
+  </ol></div><div class="impl">
+
+  <h4 id="punctuation-and-decorations"><span class="secno">11.2.6 </span>Punctuation and decorations</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
 
@@ -64688,6 +64703,7 @@
   attribute is present but its value is the empty string, a default
   value of 1px is expected to be used for that property instead.</p>
 
+  </div><div class="impl">
 
   <h4 id="resetting-rules-for-inherited-properties"><span class="secno">11.2.7 </span>Resetting rules for inherited properties</h4>
 
@@ -64721,6 +64737,7 @@
 
 input { box-sizing: border-box; }</pre>
 
+  </div><div class="impl">
 
   <h4 id="the-hr-element-0"><span class="secno">11.2.8 </span>The <code><a href="#the-hr-element">hr</a></code> element</h4>
 
@@ -64770,7 +64787,7 @@
   hints">presentational hint</a> setting the element's 'color'
   property to the resulting color.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-fieldset-element-0"><span class="secno">11.2.9 </span>The <code><a href="#the-fieldset-element">fieldset</a></code> element</h4>
 
@@ -64807,7 +64824,9 @@
      <td>On the right
     <tr><td><code title="">center</code>
      <td>In the middle
-  </table><h3 id="replaced-elements"><span class="secno">11.3 </span>Replaced elements</h3>
+  </table></div><div class="impl">
+
+  <h3 id="replaced-elements"><span class="secno">11.3 </span>Replaced elements</h3>
 
   <h4 id="embedded-content-2"><span class="secno">11.3.1 </span>Embedded content</h4>
 
@@ -64847,6 +64866,7 @@
 
 iframe { border: 2px inset; }</pre>
 
+  </div><div class="impl">
 
   <h4 id="images-0"><span class="secno">11.3.2 </span>Images</h4>
 
@@ -64915,7 +64935,7 @@
 img[align=left] { margin-right: 3px; }
 img[align=right] { margin-left: 3px; }</pre>
 
-
+  </div><div class="impl">
 
   <h4 id="attributes-for-embedded-content-and-images"><span class="secno">11.3.3 </span>Attributes for embedded content and images</h4>
 
@@ -65010,6 +65030,7 @@
   properties</a> 'width' and 'height' on the element
   respectively.</p>
 
+  </div><div class="impl">
 
   <h4 id="image-maps-0"><span class="secno">11.3.4 </span>Image maps</h4>
 
@@ -65034,7 +65055,7 @@
   <code><a href="#the-object-element">object</a></code> element of the <a href="#image-map">image map</a>, not from
   the parent of the <code><a href="#the-area-element">area</a></code> element.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="tool-bars-0"><span class="secno">11.3.5 </span>Tool bars</h4>
 
@@ -65049,7 +65070,7 @@
 
   <p class="example XXX">...example with screenshot...</p>
 
-
+  </div><div class="impl">
 
   <h3 id="bindings"><span class="secno">11.4 </span>Bindings</h3>
 
@@ -65071,7 +65092,7 @@
   implement any relevant animations, etc, that are appropriate for the
   platform. <a href="#refsCSSUI">[CSSUI]</a></p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-button-element-0"><span class="secno">11.4.2 </span>The <code><a href="#the-button-element">button</a></code> element</h4>
 
@@ -65084,8 +65105,9 @@
   'inline-block' box rendered as a button whose contents are the
   contents of the element.</p>
 
+  </div><!--v2DATAGRID
+  <div class="impl">
 
-<!--v2DATAGRID
   <h4>The <code>datagrid</code> element</h4>
 
   This section will probably include details on how to render DATAGRID
@@ -65093,7 +65115,9 @@
   drag-and-drop, etc, in a visual medium, in concert with
   CSS. Implementation experience is desired before this section is
   filled in.
--->
+
+  </div>
+--><div class="impl">
 
   <h4 id="the-details-element-0"><span class="secno">11.4.3 </span>The <code><a href="#the-details-element">details</a></code> element</h4>
 
@@ -65126,7 +65150,7 @@
 http://mail.gnome.org/archives/usability/2006-June/msg00015.html
 -->
 
-
+  </div><div class="impl">
 
   <h4 id="the-input-element-as-a-text-entry-widget"><span class="secno">11.4.4 </span>The <code><a href="#the-input-element">input</a></code> element as a text entry widget</h4>
 
@@ -65170,7 +65194,7 @@
   of that same font, also in pixels. (The element's 'letter-spacing'
   property does not affect the result.)</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-input-element-as-domain-specific-widgets"><span class="secno">11.4.5 </span>The <code><a href="#the-input-element">input</a></code> element as domain-specific widgets</h4>
 
@@ -65222,7 +65246,7 @@
   <p>These controls are all expected to be about one line high, and
   about as wide as necessary to show the widest possible value.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-input-element-as-a-range-control"><span class="secno">11.4.6 </span>The <code><a href="#the-input-element">input</a></code> element as a range control</h4>
 
@@ -65245,7 +65269,7 @@
   <p>Predefined suggested values (provided by the <code title="attr-input-list"><a href="#attr-input-list">list</a></code> attribute) are expected to be
   shown as tick marks on the slider, which the slider can snap to.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-input-element-as-a-color-well"><span class="secno">11.4.7 </span>The <code><a href="#the-input-element">input</a></code> element as a color well</h4>
 
@@ -65264,7 +65288,7 @@
   shown in the color picker interface, not on the color well
   itself.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-input-element-as-a-check-box-and-radio-button-widgets"><span class="secno">11.4.8 </span>The <code><a href="#the-input-element">input</a></code> element as a check box and radio button widgets</h4>
 
@@ -65283,7 +65307,7 @@
   is expected to render as an 'inline-block' box containing a single
   radio button control, with no label.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-input-element-as-a-file-upload-control"><span class="secno">11.4.9 </span>The <code><a href="#the-input-element">input</a></code> element as a file upload control</h4>
 
@@ -65298,7 +65322,7 @@
   any, followed by a button that, when activated, provides the user
   with a file picker from which the selection can be changed.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-input-element-as-a-button"><span class="secno">11.4.10 </span>The <code><a href="#the-input-element">input</a></code> element as a button</h4>
 
@@ -65316,7 +65340,7 @@
   attribute in a user-agent-defined (and probably locale-specific)
   fashion, if not.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-marquee-element-0"><span class="secno">11.4.11 </span>The <code><a href="#the-marquee-element">marquee</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>First draft</i></p>
 
@@ -65479,6 +65503,7 @@
   expected to be ignored; overflow is expected to always be
   hidden.</p>
 
+  </div><div class="impl">
 
   <h4 id="the-meter-element-0"><span class="secno">11.4.12 </span>The <code><a href="#the-meter-element">meter</a></code> element</h4>
 
@@ -65508,7 +65533,7 @@
   are included in the definition of the <code><a href="#the-meter-element">meter</a></code>
   element.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-progress-element-0"><span class="secno">11.4.13 </span>The <code><a href="#the-progress-element">progress</a></code> element</h4>
 
@@ -65544,7 +65569,7 @@
   progress bar is to show, are included in the definition of the
   <code><a href="#the-progress-element">progress</a></code> element.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-select-element-0"><span class="secno">11.4.14 </span>The <code><a href="#the-select-element">select</a></code> element</h4>
 
@@ -65600,7 +65625,7 @@
   displaying the element's <code title="concept-option-label"><a href="#concept-option-label">label</a></code>, indented under its
   <code><a href="#the-optgroup-element">optgroup</a></code> element if it has one.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-textarea-element-0"><span class="secno">11.4.15 </span>The <code><a href="#the-textarea-element">textarea</a></code> element</h4>
 
@@ -65649,7 +65674,7 @@
   expected to not wrap the rendered value; otherwise, the value of the
   control is expected to be wrapped to the width of the control.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-keygen-element-0"><span class="secno">11.4.16 </span>The <code><a href="#the-keygen-element">keygen</a></code> element</h4>
 
@@ -65662,7 +65687,7 @@
   'inline-block' box containing a user interface to configure the key
   pair to be generated.</p>
 
-
+  </div><div class="impl">
 
   <h4 id="the-time-element-0"><span class="secno">11.4.17 </span>The <code><a href="#the-time-element">time</a></code> element</h4>
 
@@ -65957,10 +65982,10 @@
   entry.</p>
 
 
+  </div><div class="impl">
 
   <h3 id="interactive-media"><span class="secno">11.6 </span>Interactive media</h3>
 
-
   <h4 id="links-forms-and-navigation"><span class="secno">11.6.1 </span>Links, forms, and navigation</h4>
 
   <p>User agents are expected to allow the user to control aspects of

Received on Friday, 11 September 2009 19:18:41 UTC