spec/Overview.html 1.1893 2723 Fix weirdness from last checkin. (credit

Fix weirdness from last checkin. (credit: sp) (whatwg r2723)

4.5.9 The li element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1893.html#the-li-element
4.6.21 The bdo element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1893.html#the-bdo-element
4.6.9 The abbr element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1893.html#the-abbr-element
4.6.8 The dfn element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1893.html#the-dfn-element
HTMLLIElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1893.html#htmllielement

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1892&r2=1.1893&f=h
http://html5.org/tools/web-apps-tracker?from=2722&to=2723

===================================================================
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:26:50 UTC