hixie: Make <details> and <fieldset> into sectioning root elements. (whatwg r4156)

hixie: Make <details> and <fieldset> into sectioning root elements.
(whatwg r4156)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3304&r2=1.3305&f=h
http://html5.org/tools/web-apps-tracker?from=4155&to=4156

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3304
retrieving revision 1.3305
diff -u -d -r1.3304 -r1.3305
--- Overview.html 17 Oct 2009 08:46:32 -0000 1.3304
+++ Overview.html 17 Oct 2009 09:51:00 -0000 1.3305
@@ -12334,6 +12334,8 @@
   contribute to the outlines of their ancestors.<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">
@@ -27418,6 +27420,7 @@
 
   </div><h4 id="the-fieldset-element"><span class="secno">4.10.2 </span>The <dfn><code>fieldset</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i><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>
@@ -35066,6 +35069,7 @@
 
   </ol></div><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><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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>
@@ -67457,6 +67461,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>*;
@@ -67523,6 +67528,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>

Received on Saturday, 17 October 2009 09:51:59 UTC