Skip to content

sindre/prototypejs-a11y

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

prototype-a11y

accessibility functions for Prototype Javascript Framework

  • Prototype.a11y.prepareBuffer();
  • Prototype.a11y.updateBuffer(); updates virtual buffer for screenreader JAWS inspired by juicystudio
  • Prototype.a11y.fixFocus(); inspired by Paul Ratcliffe

new Element.Methods

  • Element.setTabIndex(index); crossbrowser implementation
  • Element.removeTabIndex(); crossbrowser implementation
  • Element.setFocus(miliseconds); delayed element.focus();

extended Element.Methods

  • Element.hide(); added aria-hidden attribute and tabindex -1
  • Element.show(); added aria-hidden attribute and tabindex

Credits

Created by Sindre Wimberger.

About

accessibility extensions for prototpyeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published