Skip to content

Commit

Permalink
[e] (0) consistency with HTMLElement cases
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8451

git-svn-id: http://svn.whatwg.org/webapps@4504 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent c1ad75b commit 003f0c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions complete.html
Expand Up @@ -16095,9 +16095,7 @@ <h4 id=the-q-element><span class=secno>4.6.6 </span>The <dfn><code>q</code></dfn
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-q-cite><a href=#attr-q-cite>cite</a></code></dd>
<dt>DOM interface:</dt>
<dd>
The <code><a href=#the-q-element>q</a></code> element uses the <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code> interface.
</dd>
<dd>Uses <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code>.</dd>
</dl><p>The <code><a href=#the-q-element>q</a></code> element <a href=#represents>represents</a> some <a href=#phrasing-content title="phrasing content">phrasing content</a> quoted from another
source.</p>

Expand Down
4 changes: 1 addition & 3 deletions index
Expand Up @@ -15930,9 +15930,7 @@ gossip column, maybe!&lt;/q&gt;.&lt;/p&gt;</pre>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-q-cite><a href=#attr-q-cite>cite</a></code></dd>
<dt>DOM interface:</dt>
<dd>
The <code><a href=#the-q-element>q</a></code> element uses the <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code> interface.
</dd>
<dd>Uses <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code>.</dd>
</dl><p>The <code><a href=#the-q-element>q</a></code> element <a href=#represents>represents</a> some <a href=#phrasing-content title="phrasing content">phrasing content</a> quoted from another
source.</p>

Expand Down
4 changes: 1 addition & 3 deletions source
Expand Up @@ -16968,9 +16968,7 @@ gossip column, maybe!&lt;/q>.&lt;/p></pre>
<dd><span>Global attributes</span></dd>
<dd><code title="attr-q-cite">cite</code></dd>
<dt>DOM interface:</dt>
<dd>
The <code>q</code> element uses the <code>HTMLQuoteElement</code> interface.
</dd>
<dd>Uses <code>HTMLQuoteElement</code>.</dd>
</dl>

<p>The <code>q</code> element <span>represents</span> some <span
Expand Down

0 comments on commit 003f0c2

Please sign in to comment.