Changes between Initial Version and Version 1 of Ticket #13914, comment 6
- Timestamp:
- May 24, 2013, 4:20:14 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13914, comment 6
initial v1 1 1 Before, jQuery followed HTML4 specification which defined only handful of HTML-elements that support "tabindex" property, but HTML5 is redefined that. 2 2 3 $.fn.prop returns "-1" for most of elements with omitted "tabindex" property, but it does not mean those elements can rec ive focus.3 $.fn.prop returns "-1" for most of elements with omitted "tabindex" property, but it does not mean those elements can receive focus. 4 4 You should not make the connection between "tabindex" IDL attribute and whether or not element can receive focus. 5 5