Quick Accessibility Quiz - Now With Prizes! | July 1, 2004
Here is a quick accessibility quiz for you folks. Don't cheat and look at the WAI guidelines as that'll spoil the fun. Post your answers (with your reasoning) in the comments and I'll let you know if you're correct in a couple of days.
[Update]. I'll be offering a free GMail account to the first 3 people with the correct answers and reasoning. So far (07:36 BST on the 1/7/04) I don't think anybody has got more than 2 questions correct. The questions are a little bit tricksy so make sure you read them thoroughly before you answer. Oh and the decision of the judges (that's me btw) will be final.
- Q1. To get an A rating you need to
-
- Provide an HTML equivalent for image based navigation
- Create a text version of the site
- Avoid using colour for important information
- None of the above
- Q2. To get a AA rating you must
-
- Avoid using frames
- Use relative rather than absolute units
- Avoid deprecated tags like <b> and <i>
- All of the above
- Q3. To get a AA rating you must also
-
- Wrap all form elements in a fieldset
- Make sure all tables make sense when linearized
- Avoid using Javascript
- None of the above
- Q4. To get a AAA rating you must
-
- Use CSS for layout instead of tables
- Provide alternate navigation links at the bottom of the page
- Make sure all the pages share a similar design
- All of the above
- Q5. Which site is more accessible?
-
- A site with an A rating
- A site with a AA rating
- A site with a 508 rating
- Don't know
Posted at July 1, 2004 7:31 AM
Jonathan Snook said on June 30, 2004 8:32 PM
Q1 = ©. It seems unnecessary to create a text version of the site and navigation. Making functionality dependent on colour is definitely not a good idea.
Q2 = (d). I’d say all of the above, although <b> and <i> specifically are not deprecated (AFAIK).
Q3 = (a). The page should be semantically correct by using CSS instead of Tables but creating duplicate “alternate” links would actually make the page less accessible. And while it’s a good idea to have all pages follow a similar design, I’d be surprised to see it as a requirement.
Q4 = (b). I actually don’t know but I’m going to guess B. I’m pretty sure AA is better than A and I’d guess that 503 is close to A.
My guess is it’s probably time that I brush up on my accessibility guidelines.