- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 28 Dec 2008 06:22:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv351
Modified Files:
Overview.html
Log Message:
Remove the traces of the <span><ul>...</ul></span> idea. (whatwg r2598)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1768
retrieving revision 1.1769
diff -u -d -r1.1768 -r1.1769
--- Overview.html 28 Dec 2008 06:20:33 -0000 1.1768
+++ Overview.html 28 Dec 2008 06:22:03 -0000 1.1769
@@ -9397,9 +9397,6 @@
<dd><a href=#flow-content-0>Flow content</a>.</dd>
<dt>Contexts in which this element may be used:</dt>
<dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
-<!--XXXSPAN
- <dd>As the only child of a <code>span</code> element.</dd>
--->
<dt>Content model:</dt>
<dd>Zero or more <code><a href=#the-li-element>li</a></code> elements.</dd>
<dt>Element-specific attributes:</dt>
@@ -9472,9 +9469,6 @@
<dd><a href=#flow-content-0>Flow content</a>.</dd>
<dt>Contexts in which this element may be used:</dt>
<dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
-<!--XXXSPAN
- <dd>As the only child of a <code>span</code> element.</dd>
--->
<dt>Content model:</dt>
<dd>Zero or more <code><a href=#the-li-element>li</a></code> elements.</dd>
<dt>Element-specific attributes:</dt>
@@ -9522,8 +9516,7 @@
<dd>Inside <code><a href=#the-ul-element>ul</a></code> elements.</dd>
<dd>Inside <code><a href=#menus>menu</a></code> elements.</dd>
<dt>Content model:</dt>
- <dd><!--XXXSPANWhen the element is a child of an <code>ol</code> or <code>ul/code> element that is itself the child of a <code>span</code> element: <span>phrasing content</span>.</dd>
- <dd>Otherwise: --><a href=#flow-content-0>Flow content</a>.</dd>
+ <dd><a href=#flow-content-0>Flow content</a>.</dd>
<dt>Element-specific attributes:</dt>
<dd>If the element is a child of an <code><a href=#the-ol-element>ol</a></code> element: <code title=attr-li-value><a href=#attr-li-value>value</a></code></dd>
<dd>If the element is not the child of an <code><a href=#the-ol-element>ol</a></code> element: None.</dd>
@@ -11311,27 +11304,14 @@
<dt>Contexts in which this element may be used:</dt>
<dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
<dt>Content model:</dt>
- <dd><!--XXXSPAN Either: --><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-<!--XXXSPAN <dd>Or: A single <code>ol</code> or <code>ul</code> element.</dd>-->
+ <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
<dt>Element-specific attributes:</dt>
<dd>None.</dd>
<dt>DOM interface:</dt>
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><p>The <code><a href=#the-span-element>span</a></code> element doesn't mean anything on its own,
but can be useful when used together with other attributes,
- e.g. <code title=attr-class><a href=#classes>class</a></code>, <code title=attr-lang><a href=#the-lang-and-xml:lang-attributes>lang</a></code>, or <code title=attr-dir><a href=#the-dir-attribute>dir</a></code>.</p><!--XXXSPAN
- <p>The <code>span</code> element may be used to include a list
- inline in a paragraph. (When used in this way, the list can only
- itself contain <span>phrasing content</span>.)</p>
-
- <div class="example">
-
- <p>In this example, the list is part of the paragraph:</p>
-
- ...
-
- </div>
---><h4 id=the-i-element><span class=secno>4.6.19 </span>The <dfn><code>i</code></dfn> element</h4><dl class=element><dt>Categories</dt>
+ e.g. <code title=attr-class><a href=#classes>class</a></code>, <code title=attr-lang><a href=#the-lang-and-xml:lang-attributes>lang</a></code>, or <code title=attr-dir><a href=#the-dir-attribute>dir</a></code>.<h4 id=the-i-element><span class=secno>4.6.19 </span>The <dfn><code>i</code></dfn> element</h4><dl class=element><dt>Categories</dt>
<dd><a href=#flow-content-0>Flow content</a>.</dd>
<dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
<dt>Contexts in which this element may be used:</dt>
Received on Sunday, 28 December 2008 06:22:14 UTC