Bug Tracker

Changes between Initial Version and Version 1 of Ticket #13914, comment 6


Ignore:
Timestamp:
May 24, 2013, 4:20:14 AM (10 years ago)
Author:
markelog
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13914, comment 6

    initial v1  
    11Before, jQuery followed HTML4 specification which defined only handful of HTML-elements that support "tabindex" property, but HTML5 is redefined that.
    22
    3 $.fn.prop returns "-1" for most of elements with omitted "tabindex" property, but it does not mean those elements can recive focus.
     3$.fn.prop returns "-1" for most of elements with omitted "tabindex" property, but it does not mean those elements can receive focus.
    44You should not make the connection between "tabindex" IDL attribute and whether or not element can receive focus.
    55