[html5] r4549 - [e] (0) Remove <details> from the HTML _5_ Core and Vocabulary working draft. Fi [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 8 02:22:49 PST 2010


Author: ianh
Date: 2010-01-08 02:22:45 -0800 (Fri, 08 Jan 2010)
New Revision: 4549

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove <details> from the HTML _5_ Core and Vocabulary working draft.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8379

Modified: complete.html
===================================================================
--- complete.html	2010-01-08 09:21:46 UTC (rev 4548)
+++ complete.html	2010-01-08 10:22:45 UTC (rev 4549)
@@ -8560,7 +8560,9 @@
 <!-- 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>
@@ -8798,7 +8800,9 @@
    <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>
@@ -12186,12 +12190,14 @@
   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>
 
@@ -14246,7 +14252,9 @@
   <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>
@@ -15522,7 +15530,9 @@
    <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>   
@@ -15530,11 +15540,18 @@
    <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
@@ -15551,18 +15568,27 @@
    <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>
 
@@ -27955,6 +27981,7 @@
 </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>
@@ -27987,6 +28014,7 @@
 </table></pre></div>
    </dd>
 
+
    <dt>Next to the table, in the same <code><a href=#the-figure-element>figure</a></code></dt>
 
    <dd>
@@ -40091,6 +40119,7 @@
 
   <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>
@@ -84069,7 +84098,9 @@
      <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>
@@ -84123,7 +84154,9 @@
      <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>
@@ -85277,10 +85310,12 @@
      <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 09:21:46 UTC (rev 4548)
+++ index	2010-01-08 10:22:45 UTC (rev 4549)
@@ -8425,7 +8425,9 @@
 <!-- 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>
@@ -8663,7 +8665,9 @@
    <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>
@@ -12051,12 +12055,14 @@
   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>
 
@@ -14111,7 +14117,9 @@
   <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>
@@ -15387,7 +15395,9 @@
    <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>   
@@ -15395,11 +15405,18 @@
    <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
@@ -15416,18 +15433,27 @@
    <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>
 
@@ -27820,6 +27846,7 @@
 </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>
@@ -27852,6 +27879,7 @@
 </table></pre></div>
    </dd>
 
+
    <dt>Next to the table, in the same <code><a href=#the-figure-element>figure</a></code></dt>
 
    <dd>
@@ -39956,6 +39984,7 @@
 
   <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>
@@ -78391,7 +78420,9 @@
      <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>
@@ -78445,7 +78476,9 @@
      <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>
@@ -79599,10 +79632,12 @@
      <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 09:21:46 UTC (rev 4548)
+++ source	2010-01-08 10:22:45 UTC (rev 4549)
@@ -8556,7 +8556,9 @@
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
    <li><code>datalist</code></li>
    <li><code>del</code></li>
+<!--END html5-->
    <li><code>details</code></li>
+<!--START html5-->
    <li><code>dfn</code></li>
    <li><code>div</code></li>
    <li><code>dl</code></li>
@@ -8814,7 +8816,9 @@
    <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 html5-->
    <li><code>details</code></li>
+<!--START html5-->
    <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>
@@ -12723,11 +12727,13 @@
   scripting where possible, as declarative mechanisms are often more
   maintainable, and many users disable scripting.</p>
 
+<!--END html5-->
   <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 html5-->
 
   <p>Authors are also encouraged to make their applications degrade
   gracefully in the absence of scripting support.</p>
@@ -14962,7 +14968,9 @@
    <li><code>blockquote</code></li>
    <li><code>body</code></li>
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
+<!--END html5-->
    <li><code>details</code></li>
+<!--START html5-->
    <li><code>fieldset</code></li>
    <li><code>figure</code></li>
    <li><code>td</code></li>
@@ -16344,7 +16352,9 @@
    <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 html5-->
    <dd>As the first child of a <code>details</code> element.</dd>
+<!--START html5-->
    <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>   
@@ -16354,11 +16364,18 @@
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
 
-  <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
+  <p>The <code>dt</code> element <span>represents</span>
+  <!--END html5-->
+  either:
+  <!--START html5-->
+  the term, or name, part of a term-description group in a description
+  list (<code>dl</code> element)<!--
+--><!--END html5--><!--
+  -->; or, the caption of a
   <code>figure</code> element; or, the summary of a
-  <code>details</code> element.</p>
+  <code>details</code> element<!--
+--><!--START html5--><!--
+  -->.</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
@@ -16376,7 +16393,9 @@
    <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 html5-->
    <dd>As the last child of a <code>details</code> element.</dd>
+<!--START html5-->
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
    <dt>Content attributes:</dt>
@@ -16385,11 +16404,18 @@
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
 
-  <p>The <code>dd</code> element <span>represents</span> either: the
+  <p>The <code>dd</code> element <span>represents</span>
+  <!--END html5-->
+  either:
+  <!--START html5-->
+  the
   description, definition, or value, part of a term-description group
-  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>
+  in a description list (<code>dl</code> element)<!--
+  --><!--END html5--><!--
+  -->; or, the data of a <code>figure</code> element; or, the details
+  of a <code>details</code> element<!--
+  --><!--START html5--><!--
+  -->.</p>
 
   <div class="example">
 
@@ -30585,6 +30611,7 @@
 </table></pre></div>
    </dd>
 
+<!--END html5-->
    <dt>In the table's <code>caption</code>, in a <code>details</code> element</dt>
 
    <dd>
@@ -30616,6 +30643,7 @@
    <td> Passing
 </table></pre></div>
    </dd>
+<!--START html5-->
 
    <dt>Next to the table, in the same <code>figure</code></dt>
 
@@ -44782,6 +44810,7 @@
 
   <h3 id="interactive-elements">Interactive elements</h3>
 
+<!--END html5-->
   <h4>The <dfn><code>details</code></dfn> element</h4>
 
   <dl class="element">
@@ -44892,9 +44921,9 @@
    <p class="details-example"><img src="images/sample-details-1.png" alt=""><img src="images/sample-details-2.png" alt=""></p>
 
   </div>
+<!--START html5-->
 
 
-
 <!-- v2DATAGRID
   <h4 id="datagrid">The <dfn><code>datagrid</code></dfn> element</h4>
 
@@ -89708,7 +89737,7 @@
   </div>
 -->
 
-
+<!--END html5-->
   <div class="impl">
 
   <h4>The <code>details</code> element</h4>
@@ -89741,8 +89770,8 @@
   <!-- http://mail.gnome.org/archives/usability/2006-June/msg00015.html -->
 
   </div>
+<!--START html5-->
 
-
   <div class="impl">
 
   <h4>The <code>input</code> element as a text entry widget</h4>
@@ -93561,7 +93590,9 @@
      <td>none</td>
      <td><code>dl</code>;
          <code>figure</code>;
+<!--END html5-->
          <code>details</code></td>
+<!--START html5-->
      <td><span title="Flow content">flow</span></td>
      <td><span title="global attributes">globals</span></td>
      <td><code>HTMLElement</code></td>
@@ -93580,6 +93611,7 @@
      <td><code>HTMLModElement</code></td>
     </tr>
 
+<!--END html5-->
     <tr>
      <th><code>details</code></th>
      <td>Disclosure control for hiding details</td>
@@ -93593,6 +93625,7 @@
          <code title="attr-details-open">open</code></td>
      <td><code>HTMLDetailsElement</code></td>
     </tr>
+<!--START html5-->
 
     <tr>
      <th><code>dfn</code></th>
@@ -93633,7 +93666,9 @@
      <td>none</td>
      <td><code>dl</code>;
          <code>figure</code>;
+<!--END html5-->
          <code>details</code></td>
+<!--START html5-->
      <td>varies*</td>
      <td><span title="global attributes">globals</span></td>
      <td><code>HTMLElement</code></td>
@@ -95072,11 +95107,13 @@
      <td> <code title="attr-fs-novalidate">form</code>
      <td> Bypass form control validation for <span>form submission</span>
      <td> <span>Boolean attribute</span>
+<!--END html5-->
     <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 html5-->
     <tr>
      <th> <code title="">optimum</code>
      <td> <code title="attr-meter-optimum">meter</code>
@@ -95965,11 +96002,11 @@
     <tr>
      <td> <code>dd</code>
      <td> <code>HTMLElement</code>
-
+<!--END html5-->
     <tr>
      <td> <code>details</code>
      <td> <code>HTMLDetailsElement</code> : <code>HTMLElement</code>
-
+<!--START html5-->
     <tr>
      <td> <code>div</code>
      <td> <code>HTMLDivElement</code> : <code>HTMLElement</code>




More information about the Commit-Watchers mailing list