Re: [whatwg] [html5] HTMLMapElement.images

2008-10-22 Thread Ian Hickson
On Sun, 2 Jul 2006, Shadow2531 wrote: > > On 7/1/06, dolphinling <[EMAIL PROTECTED]> wrote: > > Can you even have an image map on an ? > > Yes This is no longer allowed in the spec, actually. Is that a problem? -- Ian Hickson U+1047E)\._.,--,'``.fL http://

Re: [whatwg] [html5] HTMLMapElement.images

2007-08-07 Thread Ian Hickson
On Sat, 1 Jul 2006, dolphinling wrote: > Anne van Kesteren wrote: > > Quoting Shadow2531 <[EMAIL PROTECTED]>: > > > On 6/13/06, Anne van Kesteren <[EMAIL PROTECTED]> wrote: > > > > Before I forget about this hereby a proposal to give the > > > > HTMLMapElement interface a new (readonly) member call

Re: [whatwg] [html5] HTMLMapElement.images

2006-07-02 Thread Shadow2531
On 7/1/06, dolphinling <[EMAIL PROTECTED]> wrote: Can you even have an image map on an ? Yes -- burnout426

Re: [whatwg] [html5] HTMLMapElement.images

2006-07-01 Thread dolphinling
Anne van Kesteren wrote: Quoting Shadow2531 <[EMAIL PROTECTED]>: On 6/13/06, Anne van Kesteren <[EMAIL PROTECTED]> wrote: Before I forget about this hereby a proposal to give the HTMLMapElement interface a new (readonly) member called `images` or equivalent representing an HTMLCollection consis

Re: [whatwg] [html5] HTMLMapElement.images

2006-06-14 Thread Lachlan Hunt
Anne van Kesteren wrote: Basically finding the position of the associated image elements so that you can show "popups" and so more easily without hardcoding that a particular image belongs to that map and vice versa. https://bugzilla.mozilla.org/attachment.cgi?id=67731&action=view ... has a

Re: [whatwg] [html5] HTMLMapElement.images

2006-06-14 Thread Anne van Kesteren
Quoting Shadow2531 <[EMAIL PROTECTED]>: On 6/13/06, Anne van Kesteren <[EMAIL PROTECTED]> wrote: Before I forget about this hereby a proposal to give the HTMLMapElement interface a new (readonly) member called `images` or equivalent representing an HTMLCollection consisting of HTMLImageElement a

Re: [whatwg] [html5] HTMLMapElement.images

2006-06-14 Thread Anne van Kesteren
Quoting Ian Hickson <[EMAIL PROTECTED]>: On 6/13/06, Anne van Kesteren <[EMAIL PROTECTED]> wrote: Before I forget about this hereby a proposal to give the HTMLMapElement interface a new (readonly) member called `images` or equivalent representing an HTMLCollection consisting of HTMLImageElement

Re: [whatwg] [html5] HTMLMapElement.images

2006-06-13 Thread Ian Hickson
On 6/13/06, Anne van Kesteren <[EMAIL PROTECTED]> wrote: Before I forget about this hereby a proposal to give the HTMLMapElement interface a new (readonly) member called `images` or equivalent representing an HTMLCollection consisting of HTMLImageElement and HTMLObjectElement (and perhaps HTMLCan

Re: [whatwg] [html5] HTMLMapElement.images

2006-06-13 Thread Shadow2531
On 6/13/06, Anne van Kesteren <[EMAIL PROTECTED]> wrote: Before I forget about this hereby a proposal to give the HTMLMapElement interface a new (readonly) member called `images` or equivalent representing an HTMLCollection consisting of HTMLImageElement and HTMLObjectElement (and perhaps HTMLCan

[whatwg] [html5] HTMLMapElement.images

2006-06-13 Thread Anne van Kesteren
Before I forget about this hereby a proposal to give the HTMLMapElement interface a new (readonly) member called `images` or equivalent representing an HTMLCollection consisting of HTMLImageElement and HTMLObjectElement (and perhaps HTMLCanvasElement?) elements that use that image map defin