[whatwg] usemap= and related issues

2008-06-05 Thread Ian Hickson
On Wed, 15 Nov 2006, Shadow2531 wrote: beginmap/mapend In Opera and IE, you'll see beginend. In Firefox quirks mode, you'll see the same. In Firefox standards mode, you'll see: begin end The default style applied to the map element varies between browser and rendering mode.

Re: [whatwg] HTML5 Feedback: Section 3.5.3 Scrolling elements into view

2008-06-05 Thread Bonner, Matt (IPG)
Ian Hickson wrote: On Mon, 8 Oct 2007, Brad Fults wrote: 2. It may not be possible to align the top of the element with the top of the viewport without scrolling past the bottom of the document, so the must is unreasonable. This contingency should be mentioned

Re: [whatwg] several messages

2008-06-05 Thread Ian Hickson
On Sun, 17 Jul 2005, Dean Edwards wrote: Anne van Kesteren wrote: Shouldn't the print method on the window DOM interface be defined as well? Example: button onclick=window.print()print/button IE has some nice onbeforeprint/onafterprint events. Can we add these too? Defined both.

Re: [whatwg] access to local path in input type=file

2008-06-05 Thread Charles McCathieNevile
On Thu, 20 Mar 2008 20:58:03 -0300, ddailey [EMAIL PROTECTED] wrote: In the code which follows, both IE7, FF(2.0), and Safari(3.1) allow the user to change the src attribute of an image based on her perusal of local file space. Opera 9.5 doesn't seem to allow access to the path data