html5/spec Overview.html,1.1085,1.1086

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20823

Modified Files:
	Overview.html 
Log Message:
oops, misnamed the interface (whatwg r1897)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1085
retrieving revision 1.1086
diff -u -d -r1.1085 -r1.1086
--- Overview.html	22 Jul 2008 01:21:50 -0000	1.1085
+++ Overview.html	22 Jul 2008 02:20:05 -0000	1.1086
@@ -28166,7 +28166,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>;
@@ -29197,7 +29197,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 -->

Received on Tuesday, 22 July 2008 02:20:42 UTC