[html5] r3812 - [e] (0) Help spec splitter do better work.

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 11 12:22:26 PDT 2009


Author: ianh
Date: 2009-09-11 12:22:25 -0700 (Fri, 11 Sep 2009)
New Revision: 3812

Modified:
   index
   source
Log:
[e] (0) Help spec splitter do better work.

Modified: index
===================================================================
--- index	2009-09-11 10:05:47 UTC (rev 3811)
+++ index	2009-09-11 19:22:25 UTC (rev 3812)
@@ -29766,6 +29766,7 @@
 
 
 
+
   <h3 id=forms><span class=secno>4.10 </span>Forms</h3>
 
   <p>Forms allow unscripted client-server interaction: given a form, a
@@ -60806,7 +60807,11 @@
   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>
 
   <p>The input to the HTML parsing process consists of a stream of
@@ -60851,8 +60856,11 @@
   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>
 
   <p>The stream of Unicode characters that comprises the input to the
@@ -61469,8 +61477,13 @@
    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>
 
   <p>The <dfn id=insertion-mode>insertion mode</dfn> is a state variable that controls
@@ -61890,7 +61903,11 @@
   <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>Implementations must act as if they used the following state
@@ -63282,8 +63299,13 @@
 
    </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
   stage is associated with a DOM <code>Document</code> object when a
@@ -66874,8 +66896,13 @@
     <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
   section.</p>
@@ -67020,7 +67047,11 @@
 /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>
 
   <p>When an application uses an <a href=#html-parser>HTML parser</a> in
@@ -67105,8 +67136,11 @@
   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>
 
   <p><i>This section is non-normative.</i></p>
@@ -70157,7 +70191,11 @@
   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>
 
   <h4 id=introduction-9><span class=secno>11.2.1 </span>Introduction</h4>
@@ -70192,8 +70230,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -70264,7 +70305,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -70435,7 +70480,11 @@
   <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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -70535,7 +70584,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -70769,8 +70822,13 @@
 
    </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);
 
 :link, :visited, ins, u { text-decoration: underline; }
@@ -70914,7 +70972,11 @@
   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>
 
   <p>The following rules are also expected to be in play, resetting
@@ -70947,7 +71009,11 @@
 
 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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -70996,8 +71062,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71033,8 +71102,13 @@
      <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>
 
   <p>The <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-canvas-element>canvas</a></code>, <code><a href=#the-embed-element>embed</a></code>,
@@ -71073,7 +71147,11 @@
 
 iframe { border: 2px inset; }</pre>
 
+  </div>
 
+
+  <div class=impl>
+
   <h4 id=images-0><span class=secno>11.3.2 </span>Images</h4>
 
   <p>When an <code><a href=#the-img-element>img</a></code> element or an <code><a href=#the-input-element>input</a></code> element
@@ -71141,8 +71219,11 @@
 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>
 
   <p>The following CSS rules are expected to apply as
@@ -71236,7 +71317,11 @@
   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>
 
   <p>Shapes on an <a href=#image-map>image map</a> are expected to act, for the
@@ -71260,8 +71345,11 @@
   <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>
 
   <p>When a <code><a href=#menus>menu</a></code> element's <code title=attr-menu-type><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#tool-bar-state title="tool bar state">tool bar</a> state, the element is
@@ -71275,8 +71363,11 @@
 
   <p class="example XXX">...example with screenshot...</p>
 
+  </div>
 
 
+  <div class=impl>
+
   <h3 id=bindings><span class=secno>11.4 </span>Bindings</h3>
 
   <h4 id=introduction-10><span class=secno>11.4.1 </span>Introduction</h4>
@@ -71297,8 +71388,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71310,8 +71404,12 @@
   'inline-block' box rendered as a button whose contents are the
   contents of the element.</p>
 
+  </div>
 
+
 <!--v2DATAGRID
+  <div class="impl">
+
   <h4>The <code>datagrid</code> element</h4>
 
   This section will probably include details on how to render DATAGRID
@@ -71319,8 +71417,13 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71352,8 +71455,11 @@
 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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71396,8 +71502,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71448,8 +71557,11 @@
   <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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71471,8 +71583,11 @@
   <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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71490,8 +71605,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71509,8 +71627,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71524,8 +71645,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71542,8 +71666,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71705,7 +71832,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71734,8 +71865,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71770,8 +71904,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71826,8 +71963,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71875,8 +72015,11 @@
   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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -71888,8 +72031,11 @@
   '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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -72183,10 +72329,13 @@
   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

Modified: source
===================================================================
--- source	2009-09-11 10:05:47 UTC (rev 3811)
+++ source	2009-09-11 19:22:25 UTC (rev 3812)
@@ -33007,6 +33007,7 @@
 
 
 
+
   <h3 id="forms">Forms</h3>
 
   <p>Forms allow unscripted client-server interaction: given a form, a
@@ -75239,7 +75240,11 @@
   determined to be in <span>the HTML syntax</span>, then it is an
   <span title="HTML documents">HTML document</span>.</p>
 
+  </div>
 
+
+  <div class="impl">
+
   <h4>Overview of the parsing model</h4>
 
   <p>The input to the HTML parsing process consists of a stream of
@@ -75285,8 +75290,11 @@
   level</dfn>, which must be initially set to zero, and a <dfn>parser
   pause flag</dfn>, which must be initially set to false.</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <dfn>input stream</dfn></h4>
 
   <p>The stream of Unicode characters that comprises the input to the
@@ -76022,8 +76030,11 @@
 
   </ol>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>Parse state</h4>
 
   <h5>The insertion mode</h5>
@@ -76513,7 +76524,11 @@
   <p>The <dfn>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><dfn>Tokenization</dfn></h4>
 
   <p>Implementations must act as if they used the following state
@@ -78094,8 +78109,11 @@
 
   </dl>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4><dfn>Tree construction</dfn></h4>
 
   <p>The input to the tree construction stage is a sequence of tokens
@@ -82055,7 +82073,11 @@
 
   </dl>
 
+  </div>
 
+
+  <div class="impl">
+
   <h4>The end</h4>
 
   <p>Once the user agent <dfn title="stop parsing">stops parsing</dfn>
@@ -82219,7 +82241,11 @@
 /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>Coercing an HTML DOM into an infoset</h4>
 
   <p>When an application uses an <span>HTML parser</span> in
@@ -82312,8 +82338,11 @@
   actual element in the DOM with the name <code
   title="">aU00003AU00003A</code> for that start tag.</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>An introduction to error handling and strange cases in the parser</h4>
 
   <p><i>This section is non-normative.</i></p>
@@ -83360,7 +83389,11 @@
   language). User agents are encouraged to adapt the suggestions in
   this section to their target media.</p>
 
+  </div>
 
+
+  <div class="impl">
+
   <h3>The CSS user agent style sheet and presentational hints</h3>
 
   <h4>Introduction</h4>
@@ -83407,8 +83440,11 @@
   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>Display types</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -83484,7 +83520,11 @@
   for whom <span title="concept-n-script">scripting is enabled</span>,
   irrespective of CSS rules.</p>
 
+  </div>
 
+
+  <div class="impl">
+
   <h4>Margins and padding</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -83711,7 +83751,11 @@
   <code>body</code>, <code>td</code>, or <code>th</code> elements are
   expected to be collapsed to zero.</p>
 
+  </div>
 
+
+  <div class="impl">
+
   <h4>Alignment</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -83817,7 +83861,11 @@
   value, and that do not themselves have an applicable <code
   title="attr-align">align</code> attribute.</p>
 
+  </div>
 
+
+  <div class="impl">
+
   <h4>Fonts and colors</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84101,7 +84149,11 @@
 
   </ol>
 
+  </div>
 
+
+  <div class="impl">
+
   <h4>Punctuation and decorations</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84250,7 +84302,11 @@
   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>Resetting rules for inherited properties</h4>
 
   <p>The following rules are also expected to be in play, resetting
@@ -84283,7 +84339,11 @@
 
 input { box-sizing: border-box; }</pre>
 
+  </div>
 
+
+  <div class="impl">
+
   <h4>The <code>hr</code> element</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84337,8 +84397,11 @@
   hints">presentational hint</span> setting the element's 'color'
   property to the resulting color.</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <code>fieldset</code> element</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84384,8 +84447,11 @@
      <td>In the middle
   </table>
 
+  </div>
 
 
+  <div class="impl">
+
   <h3>Replaced elements</h3>
 
   <h4>Embedded content</h4>
@@ -84430,7 +84496,11 @@
 
 iframe { border: 2px inset; }</pre>
 
+  </div>
 
+
+  <div class="impl">
+
   <h4>Images</h4>
 
   <p>When an <code>img</code> element or an <code>input</code> element
@@ -84503,8 +84573,11 @@
 img[align=left] { margin-right: 3px; }
 img[align=right] { margin-left: 3px; }</pre>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>Attributes for embedded content and images</h4>
 
   <p>The following CSS rules are expected to apply as
@@ -84614,7 +84687,11 @@
   properties</span> 'width' and 'height' on the element
   respectively.</p>
 
+  </div>
 
+
+  <div class="impl">
+
   <h4>Image maps</h4>
 
   <p>Shapes on an <span>image map</span> are expected to act, for the
@@ -84638,8 +84715,11 @@
   <code>object</code> element of the <span>image map</span>, not from
   the parent of the <code>area</code> element.</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>Tool bars</h4>
 
   <p>When a <code>menu</code> element's <code
@@ -84655,8 +84735,11 @@
 
   <p class="example XXX">...example with screenshot...</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h3>Bindings</h3>
 
   <h4>Introduction</h4>
@@ -84678,8 +84761,11 @@
   implement any relevant animations, etc, that are appropriate for the
   platform. <a href="#refsCSSUI">[CSSUI]</a></p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <code>button</code> element</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84691,8 +84777,12 @@
   'inline-block' box rendered as a button whose contents are the
   contents of the element.</p>
 
+  </div>
 
+
 <!--v2DATAGRID
+  <div class="impl">
+
   <h4>The <code>datagrid</code> element</h4>
 
   This section will probably include details on how to render DATAGRID
@@ -84700,8 +84790,13 @@
   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>The <code>details</code> element</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84735,8 +84830,11 @@
 http://mail.gnome.org/archives/usability/2006-June/msg00015.html
 -->
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <code>input</code> element as a text entry widget</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84793,8 +84891,11 @@
   of that same font, also in pixels. (The element's 'letter-spacing'
   property does not affect the result.)</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <code>input</code> element as domain-specific widgets</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84859,8 +84960,11 @@
   <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>The <code>input</code> element as a range control</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84885,8 +84989,11 @@
   title="attr-input-list">list</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>The <code>input</code> element as a color well</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84907,8 +85014,11 @@
   shown in the color picker interface, not on the color well
   itself.</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <code>input</code> element as a check box and radio button widgets</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84930,8 +85040,11 @@
   is expected to render as an 'inline-block' box containing a single
   radio button control, with no label.</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <code>input</code> element as a file upload control</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84948,8 +85061,11 @@
   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>The <code>input</code> element as a button</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -84971,8 +85087,11 @@
   attribute in a user-agent-defined (and probably locale-specific)
   fashion, if not.</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <code>marquee</code> element</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -85165,7 +85284,11 @@
   expected to be ignored; overflow is expected to always be
   hidden.</p>
 
+  </div>
 
+
+  <div class="impl">
+
   <h4>The <code>meter</code> element</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -85194,8 +85317,11 @@
   are included in the definition of the <code>meter</code>
   element.</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <code>progress</code> element</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -85230,8 +85356,11 @@
   progress bar is to show, are included in the definition of the
   <code>progress</code> element.</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <code>select</code> element</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -85294,8 +85423,11 @@
   title="concept-option-label">label</code>, indented under its
   <code>optgroup</code> element if it has one.</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <code>textarea</code> element</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -85351,8 +85483,11 @@
   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>The <code>keygen</code> element</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -85364,8 +85499,11 @@
   'inline-block' box containing a user interface to configure the key
   pair to be generated.</p>
 
+  </div>
 
 
+  <div class="impl">
+
   <h4>The <code>time</code> element</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -85713,10 +85851,13 @@
   entry.</p>
 
 
+  </div>
 
+
+  <div class="impl">
+
   <h3>Interactive media</h3>
 
-
   <h4>Links, forms, and navigation</h4>
 
   <p>User agents are expected to allow the user to control aspects of




More information about the Commit-Watchers mailing list