Re: [whatwg] usemap= and related issues

2008-12-24 Thread Ian Hickson
On Wed, 26 Nov 2008, Jonas Sicking wrote: Ian Hickson wrote: On Thu, 26 Jun 2008, Jonas Sicking wrote: On Sat, 18 Aug 2007, Jonas Sicking wrote: Since ID is case sensitive everywhere else, I don't see a reason to make an exception from that rule here. That seems to

Re: [whatwg] usemap= and related issues

2008-12-02 Thread Jonas Sicking
Jonas Sicking wrote: Ian Hickson wrote: On Thu, 26 Jun 2008, Jonas Sicking wrote: On Sat, 18 Aug 2007, Jonas Sicking wrote: Since ID is case sensitive everywhere else, I don't see a reason to make an exception from that rule here. That seems to unnecessarily complicate implementation as

Re: [whatwg] usemap= and related issues

2008-12-02 Thread Ian Hickson
On Tue, 2 Dec 2008, Jonas Sicking wrote: I just did a little bit of testing, but it seems like IE *always* treat id's in a case insensitive manner, including for getElementById. If we are duplicating that quirk then we should do it consistently, not just for image maps. However

Re: [whatwg] usemap= and related issues

2008-12-01 Thread Jonas Sicking
On Fri, Nov 28, 2008 at 3:00 AM, Lachlan Hunt [EMAIL PROTECTED] wrote: Jonas Sicking wrote: Ian Hickson wrote: On Thu, 26 Jun 2008, Jonas Sicking wrote: What I did notice in our code though is how we deal with the case when there are multiple maps with the same name. In this case we

Re: [whatwg] usemap= and related issues

2008-12-01 Thread Ian Hickson
On Mon, 1 Dec 2008, Jonas Sicking wrote: Try the following markup in firefox: map name=foo/map map name=foo area shape=circle coords=10,10,10 href=http://www.mozilla.com; /map img src=http://www.mozilla.org/images/feature-logos1.png; usemap=#foo width=20 height=20 This

Re: [whatwg] usemap= and related issues

2008-12-01 Thread Lachlan Hunt
Ian Hickson wrote: On Mon, 1 Dec 2008, Jonas Sicking wrote: Try the following markup in firefox: map name=foo/map map name=foo area shape=circle coords=10,10,10 href=http://www.mozilla.com; /map img src=http://www.mozilla.org/images/feature-logos1.png; usemap=#foo width=20 height=20

Re: [whatwg] usemap= and related issues

2008-12-01 Thread Jonas Sicking
On Mon, Dec 1, 2008 at 4:37 AM, Ian Hickson [EMAIL PROTECTED] wrote: On Mon, 1 Dec 2008, Lachlan Hunt wrote: Ian Hickson wrote: On Mon, 1 Dec 2008, Jonas Sicking wrote: Try the following markup in firefox: map name=foo/map map name=foo area shape=circle

Re: [whatwg] usemap= and related issues

2008-12-01 Thread Ian Hickson
On Mon, 1 Dec 2008, Jonas Sicking wrote: Jonas: are there pages that depend on this? If we could remove that quirk, that'd be awesome... I don't know more than what's in that bug [1], but if IE8 indeed has dropped this quirk then I'm more than happy to do the same in firefox. Ok. I'm

Re: [whatwg] usemap= and related issues

2008-11-28 Thread Lachlan Hunt
Jonas Sicking wrote: Ian Hickson wrote: On Thu, 26 Jun 2008, Jonas Sicking wrote: What I did notice in our code though is how we deal with the case when there are multiple maps with the same name. In this case we generally use the first map. But if the first map is empty, we use the first

Re: [whatwg] usemap= and related issues

2008-11-25 Thread Ian Hickson
On Thu, 26 Jun 2008, Jonas Sicking wrote: On Sat, 18 Aug 2007, Jonas Sicking wrote: Since ID is case sensitive everywhere else, I don't see a reason to make an exception from that rule here. That seems to unnecessarily complicate implementation as well as introduce weird inconsistencies

Re: [whatwg] usemap= and related issues

2008-06-26 Thread Jonas Sicking
On Sat, 18 Aug 2007, Jonas Sicking wrote: Since ID is case sensitive everywhere else, I don't see a reason to make an exception from that rule here. That seems to unnecessarily complicate implementation as well as introduce weird inconsistencies for authors. It already is inconsistent for

[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.