Rochester Institute of Technology The B. Thomas Golisano College of Computing and Information Sciences
Web Accessibility
Web Accessibility Benefits of the Web Blind users who are able to - - PowerPoint PPT Presentation
Rochester Institute of Technology The B. Thomas Golisano College of Computing and Information Sciences Web Accessibility Benefits of the Web Blind users who are able to read the newspaper posted online using a screen reader. Braille and
Rochester Institute of Technology The B. Thomas Golisano College of Computing and Information Sciences
Web Accessibility
– Braille and tape versions impractical.
Web accessibility principles for users who are blind:
(see) visual information such as graphics, layout, or color- based cues
keyboard to operate (navigate) web content functionality, rather than a mouse
understand content that is presented in an illogical linear
word for word or character by character (such as long Web addresses), etc.
used by the blind are not always capable of accessing a broad range of technologies, especially if they are new.
– Sometimes you need to look at the contents of the HTML file itself in order to do an evaluation of the accessibility of the website.
<html> <body> <p>You are <b>learning</b>HTML</p> <p>Here is a photo <img src="smileyface.jpg" alt="Smiley face" /> </p>. <p>This is a <a href=“http://www.google.com/”>link to google</a>.</p>. </body> </html>
You are learning HTML Here is a photo . This is a link to google.
– This is called the "alt" text for an image. – If you are using an editing tool, then you might need to look in some “Properties” of the image you added.
Moonlight by Robert Caldwell in 1856."
– In the HTML, this looks like a <th> (table header cell) instead of a <td> (table data cell). Some people forget. – If you do this, the screen reader users can better navigate the data table; they can press a button to ask the screen reader to remind them of the heading for the row and column of the cell that is being read.
– Or it should be redundant with information presented visually through text, sign language, or pictures.
– Captions are more than just "subtitles" in a foreign language film. They include: who is speaking, vocal emotion/stress, sound effects, background noises, key musical cues, and information about where to place the text boxes on the screen (near speaker, avoid stuff). – Professionally prepared for TV shows, sports events – Can be done "live" for events or in a classroom (CART).
http://www.webaim.org/techniques/captions/
– Various language development and educational reasons – American Sign Language ≠ Signs in English word order – Understanding complex concepts in English may be a challenge, especially spatial topics. – Videos or animations of ASL interpreting can be better than captions for complex or high-speed information.
– If you cannot make it accessible, consider using HTML instead or, at the very least, provide an accessible alternative. – PDF documents should also include a series of tags to make it more accessible. A tagged PDF file looks the same, but it is almost always more accessible to a person using a screen reader.
text to make it look like a heading without using these.
– Jump directly to top level elements (<h1>), next level elements (<h2>), third level (<h3>), etc.
accessing http://validator.w3.org/detailed.html.
– Enter the Web page URL into the text box, check the Show Outline checkbox, and press Validate this page. – For now, ignore any HTML errors that are shown and go to the bottom of the page to see the page's outline. – You will see an outline of the content structure of your Web page as defined by headers tags (<h1> - <h6>). – If the output does not look like a real outline, it is likely that the heading tags are not being used properly (or that there are not any heading tags).
– Menus which require you to aim your mouse on top of them before the options appear. – Animated/moving elements on the screen which someone must click. – "Flash" animated elements on a webpage that aren't set up to allow keyboard button interaction.
– This is usually accomplished by providing a "Skip to Content," "Skip to Main Content," or "Skip Navigation" link at the top of the page which jumps to the main content of the page. – Sometimes you can't see this link on the page (they'll make the font color the same as the background or hide it in some way), but it is still read by a screen reader so user can click it.
http://www.webaim.org/techniques/skipnav/
http://www.webaim.org/techniques/writing/
– headings – bulleted lists – numbered lists – definition lists – indented quotes (using the <blockquote> tag)
frustration may make someone abandon a computer program or website.
– 404 error from a bad link or a link that does not take them where they thought they were going
users what they did wrong and how to fix the problem.
users if the original spelling seems suspicious
– Most designers don't create graphics that even approach the point that they might cause seizures, but some multimedia developers do venture into this territory. – Flash designers are especially notorious for creating modernistic animations that flicker and strobe across the screen.
– The FORM interface to the search must be accessible. – Results page should be structured so that it is easy to browse (and skip forward through) using a screen reader.
– Does the webpage text still make sense without images? Do all the images have good "alt" tags? – Is the page understandable without being able to visually scan it (to figure out its organization)? Imagine if you couldn't visually skip ahead with you eyes and had to listen to all of this. Would you "get it"?
Or try ChromeVox: https://chrome.google.com/webstore/detail/kgejglhpjiefppelpmljglcjbhoiplfn
FANGS: https://addons.mozilla.org/en-us/firefox/addon/fangs-screen-reader-emulator/
– Does the page have a fluid layout that minimizes horizontal scrolling? Does the text look pixelated?
– Can you use the "TAB" key to jump to all the links? In a logical order? Do some menus only appear if you use a mouse? Can you get to all the text input boxes?
– These two things can pose huge accessibility barriers to a large group of individuals. – As soon as their recommendations for changes have been made, have them test again and see if things are better. Encourage feedback from all of your site visitors.
– They will give you a file with time-codes and text for any video you provide them. – There’s a standard file format for captions. It also includes where on the screen the text should appear. – Then, you can use standard video editing software to add the text to your video.
– http://www.youtube.com/watch?v=kTvHIDKLFqc
1. Original Image
modified by the Daltonize software.
color- blind person sees image #3.
color- blind person sees image #1.
http://wave.webaim.org