spec/Overview.html 1.1769 2598 Remove the traces of the <span><ul>...</

Remove the traces of the <span><ul>...</ul></span> idea. (whatwg r2598)

4.5.8 The ul element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1769.html#the-ul-element
4.6.19 The i element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1769.html#the-i-element
4.5.7 The ol element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1769.html#the-ol-element
4.5.9 The li element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1769.html#the-li-element
4.6.18 The span element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1769.html#the-span-element

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1768&r2=1.1769&f=h
http://html5.org/tools/web-apps-tracker?from=2597&to=2598

===================================================================
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:25:28 UTC