[whatwg] Are unfocusable elements focusable with tabIndex="-1".

Hi,

An incompatibility between the implementation of tabIndex between IE and
Firefox caught my attention because Webkit is now implementing tabIndex as
well. [1]

In IE, unfocusable elements with tabIndex="-1" are still not focusable. In
Firefox they are focusable. Focusable elements stay focusable with
tabIndex="-1" in both browsers.

The HTML 5 spec specifies the IE behavior, if I read it correctly. I would
prefer the IE implementation as well, simply because that would make the
implementations compatible sooner.

greetings,

Sjoerd Visscher
http://w3future.com/weblog/

[1] https://bugs.webkit.org/show_bug.cgi?id=7138

Received on Tuesday, 22 April 2008 06:33:37 UTC