- From: Simon Pieters <simonp@opera.com>
- Date: Wed, 10 Jun 2009 15:20:53 +0200
On Wed, 10 Jun 2009 10:31:54 +0200, <whatwg at whatwg.org> wrote: > Author: ianh > Date: 2009-06-10 01:31:52 -0700 (Wed, 10 Jun 2009) > New Revision: 3218 > > Modified: > index > source > Log: > [] (0) Mention frameset event handler attributes (they work like > <body>'s apparently) > + <p>In addition, <code>frameset</code> elements must implement the > + following interface:</p> > + > + <pre class="idl">interface <dfn>HTMLFramesetElement</dfn> : > <span>HTMLElement</span> { Should be HTMLFrameSetElement. rows and cols should probably be in the interface, too. While you're at it, you could specify HTMLFrameElement. Maybe there are other interfaces or members that are currently lacking. -- Simon Pieters Opera Software
Received on Wednesday, 10 June 2009 06:20:53 UTC