Universal Design presentation and links

| | Comments (1) | TrackBacks (0)

I’ll try to list off all of the relevant sites/tools that we discussed today. I’ve also uploaded the actual powerpoint presentation file if anyone wants to view it.

Universal Design-Final.pptx

0 TrackBacks

Listed below are links to blogs that reference this entry: Universal Design presentation and links.

TrackBack URL for this entry: http://webcom.missouri.edu/mt/mt-tb.cgi/109

1 Comments

It appears that I was incorrect in a statement I made yesterday. After doing some testing today, Josh (Nichols) noticed that FANGS was not displaying the items he had hidden using display:none in his CSS. According to the research we have done (see links below), JAWS from version 6 on will respect the display:none CSS and not read the contents of the element that has been hidden. The current solution is to use the same trick Josh showed for the links for skipping to the main content and skipping to the main navigation: offsetting the element to the left using position:absolute;left: -999px;

http://css-discuss.incutio.com/?page=ScreenreaderVisibility

http://www.nickfitz.co.uk/2007/02/14/why-left-9999px-is-better-for-accessibility-than-display-none/

http://www.access-matters.com/screen-reader-test-results/

In my defense, I guess we were using JAWS v5 when I tested this last since it did not recognize display:none and read the element. I assumed incorrectly that subsequent versions would behave the same. My apologies.

Leave a comment

Note: Comments are moderated. If published, comments may be edited for length, style and clarity.