Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

hotgeart/accessibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

ACCESSIBILITY

This repo is only for me, don't pull request.

Hack Focus

Check the folder with the JS + SASS.

Accordion

Check the folder with the edited JS.

https://github.com/smillart/WAI-ARIA-Patterns-And-Widgets/tree/master/dist/accordion

Tablist

https://github.com/scottaohara/a11y_tab_widget

Accessible menu

https://github.com/hotgeart/accessible-menu

Don't forget to add aria-current (for Drupal) :

// add aria-current
if($('#menu-main .menu .is-active').length){
  $('#menu-main .menu .is-active').attr('aria-current', 'page');
}

Slideshow/Slider

No solution at the moment.

About

accessibility collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published