Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aria Accessibility compliance. fixes #765 #822

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 28, 2017

  1. Aria Accessibility compliance. fixes jackmoore#765

    This is a formal approach to fixing jackmoore#765 with proper use of Aria
    attributes as an alternative to PR jackmoore#821.
    
    Changes include:
    
    *  Add `aria-hidden` attributes on the dialog box and navigational
       buttons.
    
    *  Update the `aria-hidden` value to `true` or `false` at the
       appropriate times.
    
    *  Add `aria-label` attributes to navigational buttons, using the
       colorbox default settings at page load time, and then update the
       value when a colorbox is loaded.
    
    *  Add `aria-labelledby` and `aria-describedby` attributes to the
       div containing `role='dialog'`.
    jameswilson committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    b3bc29a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16dc716 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Configuration menu
    Copy the full SHA
    a2b39f2 View commit details
    Browse the repository at this point in the history