Accessibility WG Teleconference Minutes 12-11-2014
- Former user (Deleted)
Owned by Former user (Deleted)
Jan 07, 2015
2 min read
Loading data...
Attending:
Matt Clare
Neal Caidin
Â
We'll be using Apereo's Calliflower account for this call
Â
Default Dial-in Number:+1-323-375-2185
Conference Code: 8600146
Find a Dial in number in your city:https://apps.calliflower.com/account/call_in_numbers?organizer=328940
Â
Skype:
Add ‘calliflowerskype’ as a contact in Skype. You can then call
Calliflower directly from Skype with the Skype dialing pad.
Â
Â
Â
Agenda/JIRAs:
Â
Â
Response:
Â
The preferred libraries in use in Sakai can be implemented to meet a high standard of accessibility. The block element structures and Accessible Rich Internet Applications (ARIA) roles have to be properly created and labelled.
Â
Important Elements of Modal Dialog:Â
- The AIRA dialog role should be used to mark up any dynamic dialog or window that separates content or UI from the rest of the web application or page.Â
- A title block element should be associated with the modal div should have an ARIA attribute of aria-labelledby="ID"Â
- Keyboard focus must be properly assigned.
- Tab order should be contained by the dialog
- Upon closing, return focus to the activating element
Â
Â
A general description of these principles can be found at https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_dialog_roleÂ
Â
Reference implementations can be found for the following libraries
- jquery-ui http://access.aol.com/aegis/#goto_dialogÂ
Â
Important Elements of Tool Tips
Best practices for tooltips are less established, but we would suggest
- The content of the modal div should be derived from the title attribute of the triggering item
- The triggering item should be associated with tooltip modal div should through an ARIA attribute of aria-labelledby="ID"
- Tab focus on trigger item should trigger and then shift focus to the tooltip content, this can be done by making sure the activating item is an anchor tag, and targets the id of the modal div, so focus is placed on it.
- Give the modal div a tabindex="-1" so that it can’t be accidentally tab’ed into.
- Upon closing, return focus to the activating element.
Â
Reference implementations can be found for the following libraries
- jquery-ui http://jqueryui.com/tooltip/
- qtip2 http://qtip2.com/guides#style.builtin (Sakai-based example is the welcome tutorial)
- bootstrap http://getbootstrap.com/javascript/#tooltips
Â
Modal/Alert/Notification Options
Only example in Sakai currently is pnotify-based notifications.
 -- I think an example of this is on successful site create in 10??? If so, Chromevox never reads it. Might need a review through JAWS to be defninitive.Â
Growl/Pnotify
Â
Â
Â
Â
- Created https://jira.sakaiproject.org/browse/SAK-28179 (coming out of https://jira.sakaiproject.org/browse/SAK-22813)
Â
Matt's JIRA Filter https://jira.sakaiproject.org/issues/?filter=14292  https://jira.sakaiproject.org/issues/?filter=14292
Â
JQL
Â
 project in (SAM, SAK, SIGNUP, STAT, KNL, LSNBLDR) AND (component = Accessibility OR labels = accessibility) AND status != Closed Â
Â
Â
 Things that need a quick look (Matt to look and report back)
 - Time to look into Morpheus? Probably about the time when things has settled and it's worth a quick look.http://www.marist.edu/
Â
 - Roster2 ininite scroll needs look
Â
Â
Next call, Jan 8, 2014