html5/spec Overview.html,1.1892,1.1893

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

Modified Files:
	Overview.html 
Log Message:
Fix weirdness from last checkin. (credit: sp) (whatwg r2723)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1892
retrieving revision 1.1893
diff -u -d -r1.1892 -r1.1893
--- Overview.html	30 Jan 2009 05:05:38 -0000	1.1892
+++ Overview.html	30 Jan 2009 07:22:55 -0000	1.1893
@@ -9643,7 +9643,6 @@
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <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>
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmllielement>HTMLLIElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -10494,7 +10493,7 @@
    <dd><a href=#phrasing-content-0>Phrasing content</a>, but there must be no descendant <code><a href=#the-dfn-element>dfn</a></code> elements.</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
-   <dd>None, but the <code title=attr-dfn-title><a href=#attr-dfn-title>title</a></code> attribute has special semantics on this element.</dd>
+   <dd>Also, the <code title=attr-dfn-title><a href=#attr-dfn-title>title</a></code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-dfn-element>dfn</a></code> element represents the defining instance of
@@ -10544,7 +10543,7 @@
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
-   <dd>None, but the <code title=attr-abbr-title><a href=#attr-abbr-title>title</a></code> attribute has special semantics on this element.</dd>
+   <dd>Also, the <code title=attr-abbr-title><a href=#attr-abbr-title>title</a></code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-abbr-element>abbr</a></code> element represents an abbreviation or
@@ -11548,7 +11547,7 @@
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
-   <dd>None, but the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> global attribute has special requirements on this element.</dd>
+   <dd>Also, the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> global attribute has special requirements on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-bdo-element>bdo</a></code> element allows authors to override the

Received on Friday, 30 January 2009 07:23:09 UTC