Skip to content

Commit

Permalink
[e] (0) oops, misnamed the interface
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1897 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 22, 2008
1 parent cfc1ee7 commit 9c0c9cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -28095,7 +28095,7 @@ XXX selection ranges -->

<dd>
<pre
class=idl>interface <dfn id=htmlcommandelement0>HTMLCommandElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
class=idl>interface <dfn id=htmlbrowserbuttonelement>HTMLBrowserButtonElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
attribute DOMString <a href="#type14" title=dom-command-type>type</a>;
readonly attribute boolean <span title=dom-command-supported>supported</span>;
readonly attribute boolean <a href="#disabled5" title=dom-command-disabled>disabled</a>;
Expand Down Expand Up @@ -29126,7 +29126,7 @@ menu li:not(:first-child)::before { content: ' | '; }</pre>
<p>The <a href="#action" title=command-facet-Action>Action</a> of the
command is to invoke the behavior described in the definition of the <code
title=dom-command-click><a href="#click">click()</a></code> method of the
<code><a href="#htmlcommandelement0">HTMLCommandElement</a></code>
<code><a href="#htmlcommandelement">HTMLCommandElement</a></code>
interface.</p>
<!-- XXX update to
point to dom-click when we remove dom-command-click -->
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -25583,7 +25583,7 @@ XXX selection ranges -->
<dd><code title="attr-command-type">type</code></dd>
<dt>DOM interface:</dt>
<dd>
<pre class="idl">interface <dfn>HTMLCommandElement</dfn> : <span>HTMLElement</span> {
<pre class="idl">interface <dfn>HTMLBrowserButtonElement</dfn> : <span>HTMLElement</span> {
attribute DOMString <span title="dom-command-type">type</span>;
readonly attribute boolean <span title="dom-command-supported">supported</span>;
readonly attribute boolean <span title="dom-command-disabled">disabled</span>;
Expand Down

0 comments on commit 9c0c9cf

Please sign in to comment.