- From: poot <cvsmail@w3.org>
- Date: Tue, 22 Jul 2008 11:23:31 +0900 (JST)
- To: public-html-diffs@w3.org
oops, misnamed the interface (whatwg r1897) (changed by: Ian Hickson) Diffs for this change per section: HTMLBrowserButtonElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1086.html#htmlbrowserbuttonelement bb http://people.w3.org/mike/diffs/html5/spec/Overview.1.1086.html#bb 4.11.6.5. Using the command element to define a command http://people.w3.org/mike/diffs/html5/spec/Overview.1.1086.html#using3 Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#htmlcommandelement0 http://dev.w3.org/html5/spec/Overview.html#htmlbrowserbuttonelement http://dev.w3.org/html5/spec/Overview.html#bb http://dev.w3.org/html5/spec/Overview.html#using3 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#htmlcommandelement0 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#htmlbrowserbuttonelement http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#bb http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#using3 Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1085&r2=1.1086&f=h http://html5.org/tools/web-apps-tracker?from=1896&to=1897 =================================================================== 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:36:48 UTC