[html5] r2723 - [e] (0) Fix weirdness from last checkin. (credit: sp)

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 29 23:22:51 PST 2009


Author: ianh
Date: 2009-01-29 23:22:50 -0800 (Thu, 29 Jan 2009)
New Revision: 2723

Modified:
   index
   source
Log:
[e] (0) Fix weirdness from last checkin. (credit: sp)

Modified: index
===================================================================
--- index	2009-01-30 05:05:33 UTC (rev 2722)
+++ index	2009-01-30 07:22:50 UTC (rev 2723)
@@ -11797,7 +11797,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> {
@@ -12852,7 +12851,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
@@ -12920,7 +12919,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
@@ -14161,7 +14160,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

Modified: source
===================================================================
--- source	2009-01-30 05:05:33 UTC (rev 2722)
+++ source	2009-01-30 07:22:50 UTC (rev 2723)
@@ -12496,7 +12496,6 @@
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
    <dd>If the element is a child of an <code>ol</code> element: <code title="attr-li-value">value</code></dd>
-   <dd>If the element is not the child of an <code>ol</code> element: None.</dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLLIElement</dfn> : <span>HTMLElement</span> {
@@ -13628,7 +13627,7 @@
    <dd><span>Phrasing content</span>, but there must be no descendant <code>dfn</code> elements.</dd>
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
-   <dd>None, but the <code title="attr-dfn-title">title</code> attribute has special semantics on this element.</dd>
+   <dd>Also, the <code title="attr-dfn-title">title</code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -13701,7 +13700,7 @@
    <dd><span>Phrasing content</span>.</dd>
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
-   <dd>None, but the <code title="attr-abbr-title">title</code> attribute has special semantics on this element.</dd>
+   <dd>Also, the <code title="attr-abbr-title">title</code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -15081,7 +15080,7 @@
    <dd><span>Phrasing content</span>.</dd>
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
-   <dd>None, but the <code title="attr-dir">dir</code> global attribute has special requirements on this element.</dd>
+   <dd>Also, the <code title="attr-dir">dir</code> global attribute has special requirements on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>




More information about the Commit-Watchers mailing list