FLUID-162: Move private code out of fluid.access and into the jQuery plugin itself.

Metadata

Source
FLUID-162
Type
Sub-task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2008-01-17T12:32:35.000-0500
Updated
2011-02-22T16:27:58.757-0500
Versions
  1. 0.1
Fixed Versions
  1. 0.3
Component
  1. Framework

Description

At the moment, the jQuery keyboard accessibility library has two separate JavaScript files: KeyboardHandlers.js and jquery.keyboard-a11y.js. KeyboardHandlers, using the fluid.access namespace, contains low-level functions used by the jQuery plugin. These are now unnecessary and can be folded right into the plugin itself.

Comments

  • Colin Clark commented 2008-01-17T22:30:23.000-0500

    Folded code into the jQuery plugin's private closure, moved the major constants into the jQuery.a11y namespace, and ported all the examples over. Done.

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

    Closing issues that were resolved for 1.0 and earlier releases.