Custom your own category :

  • 1. Choose the categories by select the check box before category names.
  • 2. Choose the methode to combain the choosen categories between 'Slice' or 'Union' in the drop down list.
  • 3. Execute with click the 'Go' button.

Quick Reference: Testing Web Content for Accessibility

Accessibility

..

Disclaimer: This is a quick reference, which means that it only highlights the main ideas and is not a comprehensive list of accessibility principles or techniques. Even so, I believe this to be a useful resource.

Validity/Modern Coding Practices/Structure

  1. Validate the code (e.g. XHTML 1.0 strict).
  2. Specify the character encoding (e.g. UTF-8).
  3. ..

..

No mouse

  1. Navigate the site using only the keyboard (using the tab key, arrow keys, enter key, page up, page down, etc.)
  2. Provide a functional “skip navigation” link (see www.webaim.org/techniques/skipnav/).
  3. ..

Full article: http://paulbohman.com/accessibility/quickreference

License: Creative Commons Attribution 3.0

Add to any service

Indexed in May 2008

Related Info Web

  • Instant Accessibility Testing with Disabled Users Launched
  • The UK Usability Exchange website has launched instant user testing with disabled users. Organizations can now obtain information on what disabled people think of their website by logging on to Usability Exchange. The launch comes right after the British Standards Institution (BSI) published new guidance (PAS 78) for those who launch and maintain websites, ... Full article: http://www.axistive.com License: Creative Commons Attribution-ShareAlike 3.0 License...

  • Accessibility Tools for Quality Assurance: Color Contrast
  • Accessibility testing tools are great for quality assurance (QA), even when the website doesn’t have to be accessible. For example, color contrast is a very subjective thing.. In contrast, color contrast analyzers use algorithms from the Web Content Accessibility Guidelines (WCAG) to obtain verifiable, objective results for luminosity, brightness and contrast.. .. Downloads and links There are various tools to test color contrast: .. Opera: Web...

  • SEO Is About Accessibility
  • .. In fact, I could say that accessibility is about allowing users to access content under all circumstances and SEO is about allowing search engines to access the content. SEO involves accessibility for search engines. Search engines today are at par with the Web users in terms of technology they can use.. The three things we need to ensure in accessibility and...

  • Accessibility Design Benefits
  • Many people think accessibility is an extra effort for little reward. Not true! Increasing discovery, access and usability of your Web site for all visitors are some of the major benefits that accrue from applying many of the WCAG 1.0. checkpoints. Back in Novemeber 1999 William E. Kennard, Chairman of the Federal Communications Commission said: We cannot afford to let the...

  • How to Make Your AJAX Applications Accessible - 40 Tutorials and Articles
  • AJAX is a great tool for creating rich internet applications, however, when improperly implemented it can cause huge accessibility issues. The good news is that most of these issues can be fixed so your websites are viewable by a much wider audience. Great resources on accessibility have been around for years, however, many web 2.0 and AJAX websites ignore all...