[html5] r1897 - [e] (0) oops, misnamed the interface
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jul 21 19:19:32 PDT 2008
Author: ianh
Date: 2008-07-21 19:19:32 -0700 (Mon, 21 Jul 2008)
New Revision: 1897
Modified:
index
source
Log:
[e] (0) oops, misnamed the interface
Modified: index
===================================================================
--- index 2008-07-22 01:21:47 UTC (rev 1896)
+++ index 2008-07-22 02:19:32 UTC (rev 1897)
@@ -28095,7 +28095,7 @@
<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>;
@@ -29126,7 +29126,7 @@
<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 -->
Modified: source
===================================================================
--- source 2008-07-22 01:21:47 UTC (rev 1896)
+++ source 2008-07-22 02:19:32 UTC (rev 1897)
@@ -25583,7 +25583,7 @@
<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>;
More information about the Commit-Watchers
mailing list