FLUID-298: Modify the tabindex plugin to return the default tabindex value for elements that are naturally focussable.

Metadata

Source
FLUID-298
Type
Sub-task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2008-02-22T14:36:43.000-0500
Updated
2011-02-22T16:27:57.860-0500
Versions
N/A
Fixed Versions
  1. 0.3
Component
  1. Keyboard Accessibility

Description

Comments

  • Colin Clark commented 2008-02-22T14:40:47.000-0500

    Added a new function to the public API, hasTabindexAttr () that behaves the way hasTabindex () did previously. Modified hasTabindex () and getValue () to correctly return values if the element doesn't have a tabindex attribute but is naturally focussable by the browser (and this has an effective tabindex of 0).

  • Michelle D'Souza commented 2011-02-22T16:27:57.859-0500

    Closing issues that were resolved for 1.0 and earlier releases.