[html5] r4156 - [at] (1) Make <details> and <fieldset> into sectioning root elements.

whatwg at whatwg.org whatwg at whatwg.org
Sat Oct 17 03:03:00 PDT 2009


Author: ianh
Date: 2009-10-17 03:02:59 -0700 (Sat, 17 Oct 2009)
New Revision: 4156

Modified:
   complete.html
   index
   source
Log:
[at] (1) Make <details> and <fieldset> into sectioning root elements.

Modified: complete.html
===================================================================
--- complete.html	2009-10-17 08:58:25 UTC (rev 4155)
+++ complete.html	2009-10-17 10:02:59 UTC (rev 4156)
@@ -14122,6 +14122,8 @@
   <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>
   </ul><div class=example>
@@ -30958,6 +30960,7 @@
 
   <dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content>Flow content</a>.</dd>
+   <dd><a href=#sectioning-root>Sectioning root</a>.</dd>
    <dd><a href=#category-listed title=category-listed>Listed</a> <a href=#form-associated-element>form-associated element</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#flow-content>flow content</a> is expected.</dd>
@@ -39615,6 +39618,7 @@
 
   <dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content>Flow content</a>.</dd>
+   <dd><a href=#sectioning-root>Sectioning root</a>.</dd>
    <dd><a href=#interactive-content>Interactive content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#flow-content>flow content</a> is expected.</dd>
@@ -82984,6 +82988,7 @@
     <tr><th><code><a href=#the-details-element>details</a></code></th>
      <td>Disclosure control for hiding details</td>
      <td><a href=#flow-content title="Flow content">flow</a>;
+         <a href=#sectioning-root title="Sectioning root">sectioning root</a>;
          <a href=#interactive-content title="Interactive content">interactive</a></td>
      <td><a href=#flow-content title="Flow content">flow</a></td>
      <td><code><a href=#the-dt-element>dt</a></code>*;
@@ -83050,6 +83055,7 @@
     <tr><th><code><a href=#the-fieldset-element>fieldset</a></code></th>
      <td>Group of form controls</td>
      <td><a href=#flow-content title="Flow content">flow</a>;
+         <a href=#sectioning-root title="Sectioning root">sectioning root</a>;
          <a href=#category-listed title=category-listed>listed</a>;
          <a href=#form-associated-element title="Form-associated element">form-associated</a></td>
      <td><a href=#flow-content title="Flow content">flow</a></td>

Modified: index
===================================================================
--- index	2009-10-17 08:58:25 UTC (rev 4155)
+++ index	2009-10-17 10:02:59 UTC (rev 4156)
@@ -13951,6 +13951,8 @@
   <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>
   </ul><div class=example>
@@ -30787,6 +30789,7 @@
 
   <dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content>Flow content</a>.</dd>
+   <dd><a href=#sectioning-root>Sectioning root</a>.</dd>
    <dd><a href=#category-listed title=category-listed>Listed</a> <a href=#form-associated-element>form-associated element</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#flow-content>flow content</a> is expected.</dd>
@@ -39444,6 +39447,7 @@
 
   <dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content>Flow content</a>.</dd>
+   <dd><a href=#sectioning-root>Sectioning root</a>.</dd>
    <dd><a href=#interactive-content>Interactive content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#flow-content>flow content</a> is expected.</dd>
@@ -74035,6 +74039,7 @@
     <tr><th><code><a href=#the-details-element>details</a></code></th>
      <td>Disclosure control for hiding details</td>
      <td><a href=#flow-content title="Flow content">flow</a>;
+         <a href=#sectioning-root title="Sectioning root">sectioning root</a>;
          <a href=#interactive-content title="Interactive content">interactive</a></td>
      <td><a href=#flow-content title="Flow content">flow</a></td>
      <td><code><a href=#the-dt-element>dt</a></code>*;
@@ -74101,6 +74106,7 @@
     <tr><th><code><a href=#the-fieldset-element>fieldset</a></code></th>
      <td>Group of form controls</td>
      <td><a href=#flow-content title="Flow content">flow</a>;
+         <a href=#sectioning-root title="Sectioning root">sectioning root</a>;
          <a href=#category-listed title=category-listed>listed</a>;
          <a href=#form-associated-element title="Form-associated element">form-associated</a></td>
      <td><a href=#flow-content title="Flow content">flow</a></td>

Modified: source
===================================================================
--- source	2009-10-17 08:58:25 UTC (rev 4155)
+++ source	2009-10-17 10:02:59 UTC (rev 4156)
@@ -14821,6 +14821,8 @@
    <li><code>blockquote</code></li>
    <li><code>body</code></li>
 <!-- v2DATAGRID   <li><code>datagrid</code></li> -->
+   <li><code>details</code></li>
+   <li><code>fieldset</code></li>
    <li><code>figure</code></li>
    <li><code>td</code></li>
   </ul>
@@ -34162,6 +34164,7 @@
   <dl class="element">
    <dt>Categories</dt>
    <dd><span>Flow content</span>.</dd>
+   <dd><span>Sectioning root</span>.</dd>
    <dd><span title="category-listed">Listed</span> <span>form-associated element</span>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <span>flow content</span> is expected.</dd>
@@ -44271,6 +44274,7 @@
   <dl class="element">
    <dt>Categories</dt>
    <dd><span>Flow content</span>.</dd>
+   <dd><span>Sectioning root</span>.</dd>
    <dd><span>Interactive content</span>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <span>flow content</span> is expected.</dd>
@@ -91212,6 +91216,7 @@
      <th><code>details</code></th>
      <td>Disclosure control for hiding details</td>
      <td><span title="Flow content">flow</span>;
+         <span title="Sectioning root">sectioning root</span>;
          <span title="Interactive content">interactive</span></td>
      <td><span title="Flow content">flow</span></td>
      <td><code>dt</code>*;
@@ -91299,6 +91304,7 @@
      <th><code>fieldset</code></th>
      <td>Group of form controls</td>
      <td><span title="Flow content">flow</span>;
+         <span title="Sectioning root">sectioning root</span>;
          <span title="category-listed">listed</span>;
          <span title="Form-associated element">form-associated</span></td>
      <td><span title="Flow content">flow</span></td>




More information about the Commit-Watchers mailing list