[html5] r4552 - [e] (0) Put back <details> into the W3C copy of the spec. Fixing http://www.w3.o [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 8 17:10:24 PST 2010


Author: ianh
Date: 2010-01-08 17:10:21 -0800 (Fri, 08 Jan 2010)
New Revision: 4552

Modified:
   complete.html
   index
   source
Log:
[e] (0) Put back <details> into the W3C copy of the spec.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8379

Modified: complete.html
===================================================================
--- complete.html	2010-01-08 23:52:45 UTC (rev 4551)
+++ complete.html	2010-01-09 01:10:21 UTC (rev 4552)
@@ -110,7 +110,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 — 8 January 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 9 January 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>-->
@@ -8568,9 +8568,7 @@
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
    <li><code><a href=#the-datalist-element>datalist</a></code></li>
    <li><code><a href=#the-del-element>del</a></code></li>
-
    <li><code><a href=#the-details-element>details</a></code></li>
-
    <li><code><a href=#the-dfn-element>dfn</a></code></li>
    <li><code><a href=#the-div-element>div</a></code></li>
    <li><code><a href=#the-dl-element>dl</a></code></li>
@@ -8808,9 +8806,7 @@
    <li><code><a href=#audio>audio</a></code> (if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute is present)</li>
    <li><code><a href=#the-button-element>button</a></code></li>
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
-
    <li><code><a href=#the-details-element>details</a></code></li>
-
    <li><code><a href=#the-embed-element>embed</a></code></li>
    <li><code><a href=#the-iframe-element>iframe</a></code></li>
    <li><code><a href=#the-img-element>img</a></code> (if the <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute is present)</li>
@@ -12198,14 +12194,12 @@
   scripting where possible, as declarative mechanisms are often more
   maintainable, and many users disable scripting.</p>
 
-
   <div class=example>
    <p>For example, instead of using script to show or hide a section
    to show more details, the <code><a href=#the-details-element>details</a></code> element could be
    used.</p>
   </div>
 
-
   <p>Authors are also encouraged to make their applications degrade
   gracefully in the absence of scripting support.</p>
 
@@ -14260,9 +14254,7 @@
   <ul class="brief category-list"><li><code><a href=#the-blockquote-element>blockquote</a></code></li>
    <li><code><a href=#the-body-element-0>body</a></code></li>
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
-
    <li><code><a href=#the-details-element>details</a></code></li>
-
    <li><code><a href=#the-fieldset-element>fieldset</a></code></li>
    <li><code><a href=#the-figure-element>figure</a></code></li>
    <li><code><a href=#the-td-element>td</a></code></li>
@@ -15538,9 +15530,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Before <code><a href=#the-dd-element>dd</a></code> or <code><a href=#the-dt-element>dt</a></code> elements inside <code><a href=#the-dl-element>dl</a></code> elements.</dd>
    <dd>In a <code><a href=#the-figure-element>figure</a></code> element containing no other <code><a href=#the-dt-element>dt</a></code> element children.</dd>
-
    <dd>As the first child of a <code><a href=#the-details-element>details</a></code> element.</dd>
-
    <dt>Content model:</dt>
    <dd>When the parent node is a <code><a href=#the-figure-element>figure</a></code> element: <a href=#flow-content>flow content</a>, but with no descendant <code><a href=#the-figure-element>figure</a></code> elements.</dd>
    <dd>Otherwise: <a href=#phrasing-content>phrasing content</a>.</dd>   
@@ -15548,18 +15538,11 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href=#the-dt-element>dt</a></code> element <a href=#represents>represents</a>
-  
-  either:
-  
-  the term, or name, part of a term-description group in a description
-  list (<code><a href=#the-dl-element>dl</a></code> element)<!--
---><!--
-  -->; or, the caption of a
+  </dl><p>The <code><a href=#the-dt-element>dt</a></code> element <a href=#represents>represents</a> either: the
+  term, or name, part of a term-description group in a description
+  list (<code><a href=#the-dl-element>dl</a></code> element); or, the caption of a
   <code><a href=#the-figure-element>figure</a></code> element; or, the summary of a
-  <code><a href=#the-details-element>details</a></code> element<!--
---><!--
-  -->.</p>
+  <code><a href=#the-details-element>details</a></code> element.</p>
 
   <p class=note>The <code><a href=#the-dt-element>dt</a></code> element itself, when used in a
   <code><a href=#the-dl-element>dl</a></code> element, does not indicate that its contents are a
@@ -15576,27 +15559,18 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>After <code><a href=#the-dt-element>dt</a></code> or <code><a href=#the-dd-element>dd</a></code> elements inside <code><a href=#the-dl-element>dl</a></code> elements.</dd>
    <dd>In a <code><a href=#the-figure-element>figure</a></code> element containing no other <code><a href=#the-dd-element>dd</a></code> element children.</dd>
-
    <dd>As the last child of a <code><a href=#the-details-element>details</a></code> element.</dd>
-
    <dt>Content model:</dt>
    <dd><a href=#flow-content>Flow content</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href=#the-dd-element>dd</a></code> element <a href=#represents>represents</a>
-  
-  either:
-  
-  the
+  </dl><p>The <code><a href=#the-dd-element>dd</a></code> element <a href=#represents>represents</a> either: the
   description, definition, or value, part of a term-description group
-  in a description list (<code><a href=#the-dl-element>dl</a></code> element)<!--
-  --><!--
-  -->; or, the data of a <code><a href=#the-figure-element>figure</a></code> element; or, the details
-  of a <code><a href=#the-details-element>details</a></code> element<!--
-  --><!--
-  -->.</p>
+  in a description list (<code><a href=#the-dl-element>dl</a></code> element); or, the data of a
+  <code><a href=#the-figure-element>figure</a></code> element; or, the details of a
+  <code><a href=#the-details-element>details</a></code> element.</p>
 
   <div class=example>
 
@@ -27990,7 +27964,6 @@
 </table></pre></div>
    </dd>
 
-
    <dt>In the table's <code><a href=#the-caption-element>caption</a></code>, in a <code><a href=#the-details-element>details</a></code> element</dt>
 
    <dd>
@@ -28023,7 +27996,6 @@
 </table></pre></div>
    </dd>
 
-
    <dt>Next to the table, in the same <code><a href=#the-figure-element>figure</a></code></dt>
 
    <dd>
@@ -40128,7 +40100,6 @@
 
   <h3 id=interactive-elements><span class=secno>4.11 </span>Interactive elements</h3>
 
-
   <h4 id=the-details-element><span class=secno>4.11.1 </span>The <dfn><code>details</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>
@@ -40235,7 +40206,6 @@
   </div>
 
 
-
 <!-- v2DATAGRID
   <h4 id="datagrid">The <dfn><code>datagrid</code></dfn> element</h4>
 
@@ -80873,7 +80843,6 @@
   </div>
 -->
 
-
   <div class=impl>
 
   <h4 id=the-details-element-0><span class=secno>13.4.3 </span>The <code><a href=#the-details-element>details</a></code> element</h4>
@@ -80907,7 +80876,6 @@
 
   </div>
 
-
   <div class=impl>
 
   <h4 id=the-input-element-as-a-text-entry-widget><span class=secno>13.4.4 </span>The <code><a href=#the-input-element>input</a></code> element as a text entry widget</h4>
@@ -84114,9 +84082,7 @@
      <td>none</td>
      <td><code><a href=#the-dl-element>dl</a></code>;
          <code><a href=#the-figure-element>figure</a></code>;
-
          <code><a href=#the-details-element>details</a></code></td>
-
      <td><a href=#flow-content title="Flow content">flow</a></td>
      <td><a href=#global-attributes title="global attributes">globals</a></td>
      <td><code><a href=#htmlelement>HTMLElement</a></code></td>
@@ -84170,9 +84136,7 @@
      <td>none</td>
      <td><code><a href=#the-dl-element>dl</a></code>;
          <code><a href=#the-figure-element>figure</a></code>;
-
          <code><a href=#the-details-element>details</a></code></td>
-
      <td>varies*</td>
      <td><a href=#global-attributes title="global attributes">globals</a></td>
      <td><code><a href=#htmlelement>HTMLElement</a></code></td>
@@ -85326,12 +85290,10 @@
      <td> <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>form</a></code>
      <td> Bypass form control validation for <a href=#form-submission>form submission</a>
      <td> <a href=#boolean-attribute>Boolean attribute</a>
-
     <tr><th> <code title="">open</code>
      <td> <code title=attr-details-open><a href=#attr-details-open>details</a></code>
      <td> Whether the details are visible
      <td> <a href=#boolean-attribute>Boolean attribute</a>
-
     <tr><th> <code title="">optimum</code>
      <td> <code title=attr-meter-optimum><a href=#attr-meter-optimum>meter</a></code>
      <td> Optimum value in gauge

Modified: index
===================================================================
--- index	2010-01-08 23:52:45 UTC (rev 4551)
+++ index	2010-01-09 01:10:21 UTC (rev 4552)
@@ -112,7 +112,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>WHATWG HTML (Including HTML5)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 8 January 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 9 January 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>-->
@@ -8433,9 +8433,7 @@
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
    <li><code><a href=#the-datalist-element>datalist</a></code></li>
    <li><code><a href=#the-del-element>del</a></code></li>
-
    <li><code><a href=#the-details-element>details</a></code></li>
-
    <li><code><a href=#the-dfn-element>dfn</a></code></li>
    <li><code><a href=#the-div-element>div</a></code></li>
    <li><code><a href=#the-dl-element>dl</a></code></li>
@@ -8673,9 +8671,7 @@
    <li><code><a href=#audio>audio</a></code> (if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute is present)</li>
    <li><code><a href=#the-button-element>button</a></code></li>
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
-
    <li><code><a href=#the-details-element>details</a></code></li>
-
    <li><code><a href=#the-embed-element>embed</a></code></li>
    <li><code><a href=#the-iframe-element>iframe</a></code></li>
    <li><code><a href=#the-img-element>img</a></code> (if the <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute is present)</li>
@@ -12063,14 +12059,12 @@
   scripting where possible, as declarative mechanisms are often more
   maintainable, and many users disable scripting.</p>
 
-
   <div class=example>
    <p>For example, instead of using script to show or hide a section
    to show more details, the <code><a href=#the-details-element>details</a></code> element could be
    used.</p>
   </div>
 
-
   <p>Authors are also encouraged to make their applications degrade
   gracefully in the absence of scripting support.</p>
 
@@ -14125,9 +14119,7 @@
   <ul class="brief category-list"><li><code><a href=#the-blockquote-element>blockquote</a></code></li>
    <li><code><a href=#the-body-element-0>body</a></code></li>
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
-
    <li><code><a href=#the-details-element>details</a></code></li>
-
    <li><code><a href=#the-fieldset-element>fieldset</a></code></li>
    <li><code><a href=#the-figure-element>figure</a></code></li>
    <li><code><a href=#the-td-element>td</a></code></li>
@@ -15403,9 +15395,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Before <code><a href=#the-dd-element>dd</a></code> or <code><a href=#the-dt-element>dt</a></code> elements inside <code><a href=#the-dl-element>dl</a></code> elements.</dd>
    <dd>In a <code><a href=#the-figure-element>figure</a></code> element containing no other <code><a href=#the-dt-element>dt</a></code> element children.</dd>
-
    <dd>As the first child of a <code><a href=#the-details-element>details</a></code> element.</dd>
-
    <dt>Content model:</dt>
    <dd>When the parent node is a <code><a href=#the-figure-element>figure</a></code> element: <a href=#flow-content>flow content</a>, but with no descendant <code><a href=#the-figure-element>figure</a></code> elements.</dd>
    <dd>Otherwise: <a href=#phrasing-content>phrasing content</a>.</dd>   
@@ -15413,18 +15403,11 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href=#the-dt-element>dt</a></code> element <a href=#represents>represents</a>
-  
-  either:
-  
-  the term, or name, part of a term-description group in a description
-  list (<code><a href=#the-dl-element>dl</a></code> element)<!--
---><!--
-  -->; or, the caption of a
+  </dl><p>The <code><a href=#the-dt-element>dt</a></code> element <a href=#represents>represents</a> either: the
+  term, or name, part of a term-description group in a description
+  list (<code><a href=#the-dl-element>dl</a></code> element); or, the caption of a
   <code><a href=#the-figure-element>figure</a></code> element; or, the summary of a
-  <code><a href=#the-details-element>details</a></code> element<!--
---><!--
-  -->.</p>
+  <code><a href=#the-details-element>details</a></code> element.</p>
 
   <p class=note>The <code><a href=#the-dt-element>dt</a></code> element itself, when used in a
   <code><a href=#the-dl-element>dl</a></code> element, does not indicate that its contents are a
@@ -15441,27 +15424,18 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>After <code><a href=#the-dt-element>dt</a></code> or <code><a href=#the-dd-element>dd</a></code> elements inside <code><a href=#the-dl-element>dl</a></code> elements.</dd>
    <dd>In a <code><a href=#the-figure-element>figure</a></code> element containing no other <code><a href=#the-dd-element>dd</a></code> element children.</dd>
-
    <dd>As the last child of a <code><a href=#the-details-element>details</a></code> element.</dd>
-
    <dt>Content model:</dt>
    <dd><a href=#flow-content>Flow content</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href=#the-dd-element>dd</a></code> element <a href=#represents>represents</a>
-  
-  either:
-  
-  the
+  </dl><p>The <code><a href=#the-dd-element>dd</a></code> element <a href=#represents>represents</a> either: the
   description, definition, or value, part of a term-description group
-  in a description list (<code><a href=#the-dl-element>dl</a></code> element)<!--
-  --><!--
-  -->; or, the data of a <code><a href=#the-figure-element>figure</a></code> element; or, the details
-  of a <code><a href=#the-details-element>details</a></code> element<!--
-  --><!--
-  -->.</p>
+  in a description list (<code><a href=#the-dl-element>dl</a></code> element); or, the data of a
+  <code><a href=#the-figure-element>figure</a></code> element; or, the details of a
+  <code><a href=#the-details-element>details</a></code> element.</p>
 
   <div class=example>
 
@@ -27855,7 +27829,6 @@
 </table></pre></div>
    </dd>
 
-
    <dt>In the table's <code><a href=#the-caption-element>caption</a></code>, in a <code><a href=#the-details-element>details</a></code> element</dt>
 
    <dd>
@@ -27888,7 +27861,6 @@
 </table></pre></div>
    </dd>
 
-
    <dt>Next to the table, in the same <code><a href=#the-figure-element>figure</a></code></dt>
 
    <dd>
@@ -39993,7 +39965,6 @@
 
   <h3 id=interactive-elements><span class=secno>4.11 </span>Interactive elements</h3>
 
-
   <h4 id=the-details-element><span class=secno>4.11.1 </span>The <dfn><code>details</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>
@@ -40100,7 +40071,6 @@
   </div>
 
 
-
 <!-- v2DATAGRID
   <h4 id="datagrid">The <dfn><code>datagrid</code></dfn> element</h4>
 
@@ -75193,7 +75163,6 @@
   </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>
@@ -75227,7 +75196,6 @@
 
   </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>
@@ -78434,9 +78402,7 @@
      <td>none</td>
      <td><code><a href=#the-dl-element>dl</a></code>;
          <code><a href=#the-figure-element>figure</a></code>;
-
          <code><a href=#the-details-element>details</a></code></td>
-
      <td><a href=#flow-content title="Flow content">flow</a></td>
      <td><a href=#global-attributes title="global attributes">globals</a></td>
      <td><code><a href=#htmlelement>HTMLElement</a></code></td>
@@ -78490,9 +78456,7 @@
      <td>none</td>
      <td><code><a href=#the-dl-element>dl</a></code>;
          <code><a href=#the-figure-element>figure</a></code>;
-
          <code><a href=#the-details-element>details</a></code></td>
-
      <td>varies*</td>
      <td><a href=#global-attributes title="global attributes">globals</a></td>
      <td><code><a href=#htmlelement>HTMLElement</a></code></td>
@@ -79646,12 +79610,10 @@
      <td> <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>form</a></code>
      <td> Bypass form control validation for <a href=#form-submission>form submission</a>
      <td> <a href=#boolean-attribute>Boolean attribute</a>
-
     <tr><th> <code title="">open</code>
      <td> <code title=attr-details-open><a href=#attr-details-open>details</a></code>
      <td> Whether the details are visible
      <td> <a href=#boolean-attribute>Boolean attribute</a>
-
     <tr><th> <code title="">optimum</code>
      <td> <code title=attr-meter-optimum><a href=#attr-meter-optimum>meter</a></code>
      <td> Optimum value in gauge

Modified: source
===================================================================
--- source	2010-01-08 23:52:45 UTC (rev 4551)
+++ source	2010-01-09 01:10:21 UTC (rev 4552)
@@ -8575,9 +8575,7 @@
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
    <li><code>datalist</code></li>
    <li><code>del</code></li>
-<!--END html-vocab-->
    <li><code>details</code></li>
-<!--START html-vocab-->
    <li><code>dfn</code></li>
    <li><code>div</code></li>
    <li><code>dl</code></li>
@@ -8835,9 +8833,7 @@
    <li><code>audio</code> (if the <code title="attr-media-controls">controls</code> attribute is present)</li>
    <li><code>button</code></li>
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
-<!--END html-vocab-->
    <li><code>details</code></li>
-<!--START html-vocab-->
    <li><code>embed</code></li>
    <li><code>iframe</code></li>
    <li><code>img</code> (if the <code title="attr-hyperlink-usemap">usemap</code> attribute is present)</li>
@@ -12746,13 +12742,11 @@
   scripting where possible, as declarative mechanisms are often more
   maintainable, and many users disable scripting.</p>
 
-<!--END html-vocab-->
   <div class="example">
    <p>For example, instead of using script to show or hide a section
    to show more details, the <code>details</code> element could be
    used.</p>
   </div>
-<!--START html-vocab-->
 
   <p>Authors are also encouraged to make their applications degrade
   gracefully in the absence of scripting support.</p>
@@ -14987,9 +14981,7 @@
    <li><code>blockquote</code></li>
    <li><code>body</code></li>
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
-<!--END html-vocab-->
    <li><code>details</code></li>
-<!--START html-vocab-->
    <li><code>fieldset</code></li>
    <li><code>figure</code></li>
    <li><code>td</code></li>
@@ -16371,9 +16363,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Before <code>dd</code> or <code>dt</code> elements inside <code>dl</code> elements.</dd>
    <dd>In a <code>figure</code> element containing no other <code>dt</code> element children.</dd>
-<!--END html-vocab-->
    <dd>As the first child of a <code>details</code> element.</dd>
-<!--START html-vocab-->
    <dt>Content model:</dt>
    <dd>When the parent node is a <code>figure</code> element: <span>flow content</span>, but with no descendant <code>figure</code> elements.</dd>
    <dd>Otherwise: <span>phrasing content</span>.</dd>   
@@ -16383,18 +16373,11 @@
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
 
-  <p>The <code>dt</code> element <span>represents</span>
-  <!--END html-vocab-->
-  either:
-  <!--START html-vocab-->
-  the term, or name, part of a term-description group in a description
-  list (<code>dl</code> element)<!--
---><!--END html-vocab--><!--
-  -->; or, the caption of a
+  <p>The <code>dt</code> element <span>represents</span> either: the
+  term, or name, part of a term-description group in a description
+  list (<code>dl</code> element); or, the caption of a
   <code>figure</code> element; or, the summary of a
-  <code>details</code> element<!--
---><!--START html-vocab--><!--
-  -->.</p>
+  <code>details</code> element.</p>
 
   <p class="note">The <code>dt</code> element itself, when used in a
   <code>dl</code> element, does not indicate that its contents are a
@@ -16412,9 +16395,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>After <code>dt</code> or <code>dd</code> elements inside <code>dl</code> elements.</dd>
    <dd>In a <code>figure</code> element containing no other <code>dd</code> element children.</dd>
-<!--END html-vocab-->
    <dd>As the last child of a <code>details</code> element.</dd>
-<!--START html-vocab-->
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
    <dt>Content attributes:</dt>
@@ -16423,18 +16404,11 @@
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
 
-  <p>The <code>dd</code> element <span>represents</span>
-  <!--END html-vocab-->
-  either:
-  <!--START html-vocab-->
-  the
+  <p>The <code>dd</code> element <span>represents</span> either: the
   description, definition, or value, part of a term-description group
-  in a description list (<code>dl</code> element)<!--
-  --><!--END html-vocab--><!--
-  -->; or, the data of a <code>figure</code> element; or, the details
-  of a <code>details</code> element<!--
-  --><!--START html-vocab--><!--
-  -->.</p>
+  in a description list (<code>dl</code> element); or, the data of a
+  <code>figure</code> element; or, the details of a
+  <code>details</code> element.</p>
 
   <div class="example">
 
@@ -30631,7 +30605,6 @@
 </table></pre></div>
    </dd>
 
-<!--END html-vocab-->
    <dt>In the table's <code>caption</code>, in a <code>details</code> element</dt>
 
    <dd>
@@ -30663,7 +30636,6 @@
    <td> Passing
 </table></pre></div>
    </dd>
-<!--START html-vocab-->
 
    <dt>Next to the table, in the same <code>figure</code></dt>
 
@@ -44830,7 +44802,6 @@
 
   <h3 id="interactive-elements">Interactive elements</h3>
 
-<!--END html-vocab-->
   <h4>The <dfn><code>details</code></dfn> element</h4>
 
   <dl class="element">
@@ -44941,7 +44912,6 @@
    <p class="details-example"><img src="images/sample-details-1.png" alt=""><img src="images/sample-details-2.png" alt=""></p>
 
   </div>
-<!--START html-vocab-->
 
 
 <!-- v2DATAGRID
@@ -89764,7 +89734,6 @@
   </div>
 -->
 
-<!--END html-vocab-->
   <div class="impl">
 
   <h4>The <code>details</code> element</h4>
@@ -89797,7 +89766,6 @@
   <!-- http://mail.gnome.org/archives/usability/2006-June/msg00015.html -->
 
   </div>
-<!--START html-vocab-->
 
   <div class="impl">
 
@@ -93617,9 +93585,7 @@
      <td>none</td>
      <td><code>dl</code>;
          <code>figure</code>;
-<!--END html-vocab-->
          <code>details</code></td>
-<!--START html-vocab-->
      <td><span title="Flow content">flow</span></td>
      <td><span title="global attributes">globals</span></td>
      <td><code>HTMLElement</code></td>
@@ -93638,7 +93604,6 @@
      <td><code>HTMLModElement</code></td>
     </tr>
 
-<!--END html-vocab-->
     <tr>
      <th><code>details</code></th>
      <td>Disclosure control for hiding details</td>
@@ -93652,7 +93617,6 @@
          <code title="attr-details-open">open</code></td>
      <td><code>HTMLDetailsElement</code></td>
     </tr>
-<!--START html-vocab-->
 
     <tr>
      <th><code>dfn</code></th>
@@ -93693,9 +93657,7 @@
      <td>none</td>
      <td><code>dl</code>;
          <code>figure</code>;
-<!--END html-vocab-->
          <code>details</code></td>
-<!--START html-vocab-->
      <td>varies*</td>
      <td><span title="global attributes">globals</span></td>
      <td><code>HTMLElement</code></td>
@@ -95134,13 +95096,11 @@
      <td> <code title="attr-fs-novalidate">form</code>
      <td> Bypass form control validation for <span>form submission</span>
      <td> <span>Boolean attribute</span>
-<!--END html-vocab-->
     <tr>
      <th> <code title="">open</code>
      <td> <code title="attr-details-open">details</code>
      <td> Whether the details are visible
      <td> <span>Boolean attribute</span>
-<!--START html-vocab-->
     <tr>
      <th> <code title="">optimum</code>
      <td> <code title="attr-meter-optimum">meter</code>
@@ -96029,11 +95989,11 @@
     <tr>
      <td> <code>dd</code>
      <td> <code>HTMLElement</code>
-<!--END html-vocab-->
+
     <tr>
      <td> <code>details</code>
      <td> <code>HTMLDetailsElement</code> : <code>HTMLElement</code>
-<!--START html-vocab-->
+
     <tr>
      <td> <code>div</code>
      <td> <code>HTMLDivElement</code> : <code>HTMLElement</code>




More information about the Commit-Watchers mailing list