[Bug 11535] tabIndex IDL default is −1 for elements that are not focusable, but if the tabindex value is negative integer, the element can still be focused.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11535

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-01-11 07:20:45 UTC ---
The tabindex content attribute and the tabindex IDL attribute are distinct;
there's no contradiction, it just means that if you try to fetch the tabindex
IDL attribute when its corresponding content attribute is not set, you don't
get a useful value.

The attached test only tests the content attribute, not the IDL attribute.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 11 January 2011 07:20:47 UTC