html5/spec Overview.html,1.5522,1.5523

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12339

Modified Files:
	Overview.html 
Log Message:
Add a note about <li><h1>. (whatwg r6925)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5522
retrieving revision 1.5523
diff -u -d -r1.5522 -r1.5523
--- Overview.html	27 Jan 2012 00:30:46 -0000	1.5522
+++ Overview.html	27 Jan 2012 18:55:57 -0000	1.5523
@@ -16624,7 +16624,11 @@
   <code><a href="#the-menu-element">menu</a></code> element and itself has a child that defines a
   <a href="#concept-command" title="concept-command">command</a>, then the
   <code><a href="#the-li-element">li</a></code> element will match the <code title="selector-enabled"><a href="#selector-enabled">:enabled</a></code> and <code title="selector-disabled"><a href="#selector-disabled">:disabled</a></code> pseudo-classes in the
-  same way as the first such child element does.<h4 id="the-dl-element"><span class="secno">4.5.8 </span>The <dfn><code>dl</code></dfn> element</h4><dl class="element"><dt><a href="#element-dfn-categories" title="element-dfn-categories">Categories</a>:</dt>
+  same way as the first such child element does.<p class="note">While it is conforming to include heading elements
+  (e.g. <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>) inside <code><a href="#the-li-element">li</a></code> elements, it likely
+  does not convey the semantics that the author intended. A heading
+  starts a new section, so a heading in a list implicitly splits the
+  list into spanning multiple sections.<h4 id="the-dl-element"><span class="secno">4.5.8 </span>The <dfn><code>dl</code></dfn> element</h4><dl class="element"><dt><a href="#element-dfn-categories" title="element-dfn-categories">Categories</a>:</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd>If the element's children include at least one name-value group: <a href="#palpable-content">Palpable content</a>.</dd>
    <dt><a href="#element-dfn-contexts" title="element-dfn-contexts">Contexts in which this element can be used</a>:</dt>

Received on Friday, 27 January 2012 18:56:03 UTC