Topic: Firefox + Iframes + Tabindex (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 02-11-2005 17:14
Problem: Firefox ignores my tab index on iframes. code: <html>
|
Maniac (V) Inmate From: Sthlm, Sweden |
posted 02-11-2005 23:28
Interesting, I'm afraid all I can contribute with at this point is that it works in Safari... |
Paranoid (IV) Inmate From: France |
posted 02-12-2005 01:26
According to the SPEC of HTML 4.0, the tabindex attribute only applies to A, AREA, BUTTON, INPUT, OBJECT, SELECT, and TEXTAREA. But not to the IFRAME, so I don't consider this as a bug. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 02-13-2005 15:03
Well, the xhtml spec (even if I forget to define this test page as xhtml) |
Paranoid (IV) Inmate From: France |
posted 02-13-2005 15:42
I understand your point. It'd be usefull to have the tabindex attribute available on almost every tag. And the fact some browsers interprets them though the spec is misleading. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 02-13-2005 17:12
well, usually I'm quite happy to blame the browser vendors. |
Paranoid (IV) Inmate From: France |
posted 02-13-2005 17:24 |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 02-13-2005 17:26
it were comments in mozillas bugzilla bug tracking system, on a user reported bug. |