Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Fix weirdness from last checkin. (credit: sp)
git-svn-id: http://svn.whatwg.org/webapps@2723 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 30, 2009
1 parent b868145 commit 73d025c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions index
Expand Up @@ -11797,7 +11797,6 @@ I first lived there):</p>
<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> {
Expand Down Expand Up @@ -12852,7 +12851,7 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>
<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
Expand Down Expand Up @@ -12920,7 +12919,7 @@ and so Hammond ordered the iris to be opened.&lt;/p&gt;</pre>
<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
Expand Down Expand Up @@ -14161,7 +14160,7 @@ brighter. A &lt;b&gt;rat&lt;/b&gt; scurries past the corner wall.&lt;/p&gt;</pre
<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
Expand Down
7 changes: 3 additions & 4 deletions source
Expand Up @@ -12496,7 +12496,6 @@ I first lived there):&lt;/p>
<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> {
Expand Down Expand Up @@ -13628,7 +13627,7 @@ wormhole connection.&lt;/mark>&lt;/p></pre>
<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>
Expand Down Expand Up @@ -13701,7 +13700,7 @@ and so Hammond ordered the iris to be opened.&lt;/p></pre>
<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>
Expand Down Expand Up @@ -15081,7 +15080,7 @@ brighter. A &lt;b>rat&lt;/b> scurries past the corner wall.&lt;/p></pre>
<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>
Expand Down

0 comments on commit 73d025c

Please sign in to comment.