Skip to main content

Day 20 Write a simple accessibility checklist.

 Day 20  Write a simple accessibility checklist.

The following checklist is based on the WCAG 2.0 Level A and AA standards.  Many of the items in the checklist apply to web pages and web-based applications as well as electronic documents in Microsoft Word, Adobe PDF, and other formats, and other products and services that are not specifically web-based.

Perceivable

  1. Do images have alternative text?

  2. Does video have captions and does audio have a transcript?

  3. Does the web page or document include headings, lists, ARIA landmarks, and other semantic elements to communicate document structure?

  4. Is the tab order and read order logical and intuitive?

  5. Do form fields within web pages and documents have appropriately coded labels and prompts?

  6. Have you avoided using visual characteristics to communicate information (e.g., “click the circle on the right” or “required fields are in red”)?

  7.  Does the interface have sufficient contrast between text color and background color?

  8. Does the content scale well when text is enlarged up to 200 percent


Operable

Make content and controls operable by all users.

  1. Can all menus, links, buttons, and other controls be operated by keyboard, to make them accessible to users who are unable to use a mouse?

  2. Does the web page include a visible focus indicator so all users, especially those using a keyboard, can easily track their current position?

  3. Do features that scroll or update automatically (e.g., slideshows, carousels) have prominent accessible controls that enable users to pause or advance these features on their own?

  4. Do pages that have time limits include mechanisms for adjusting those limits for users who need more time?

  5. Have you avoided using content that flashes or flickers?

  6. Does the web page or document have a title that describes its topic or purpose?

  7. Are mechanisms in place that allow users to bypass blocks of content (e.g., a “skip to main content” link on a web page or bookmarks in a PDF)? 

  8. Does the website include two or more ways of finding content, such as a navigation menu, search feature, or site map? 

  9. Is link text meaningful, independent of context?
     

Understandable

Make content and user interfaces understandable to all users.

  1. Has the language of the web page or document (or individual parts of a multilingual document) been defined? 

  2. Have you avoided links, controls, or form fields that automatically trigger a change in context

  3. Does the website include consistent navigation?

  4. Do online forms provide helpful, accessible error and verification messages?
     

Robust

Make content robust enough that it can be interpreted reliably by a wide variety of user agents, including assistive technologies.

  1. Is the web page coded using valid HTML

  2. Do rich, dynamic, web interfaces, such as modal windows, drop-down menus, slideshows, and carousels, include ARIA markup?

Comments

Popular posts from this blog

Day 7 Name five examples of an ecommerce platform?

  An ecommerce platform is a software application that allows online businesses to manage their website, marketing, sales and operations. Following are the examples of 5 best ecommerce platforms in 2020. Shopify (www.shopify.com) Woo Commerce (woocommerce.com) Big Commerce (www.bigcommerce.com) Magento (magento.com) Wix eCommerce (www.wix.c om/ecommerce/ )

Day 15 Name five different online payment methods.

Most modern online payment services offer easy-to-use, fast and secure ways to pay Here’s a list of some of the most popular online payment services: Digital Wallet ( E wallet) A digital wallet refers to software, an electronic device, or an online service that enables individuals or businesses to make transactions electronically. It stores the payment information of users for different payment modes on various websites.                           PayPal PayPal is one of the most dominant payment methods available today. over 20 million UK shoppers use PayPal each year in the UK and  7 million businesses worldwide use their platform to accept payments. PayPal is an eCommerce payment processing company that allows users to set up a PayPal account and pay a fee for each cash transaction. Many customers prefer to checkout with PayPal because it’s so simple and quick to use. Amazon Pay Amazon Pay is another ...

Why I believe I love software testing.

  “Find out what you like doing best and get someone to pay you for doing it. " —Katherine Whitehorn I was introduced to the world of Software Development in my last company(2012)  when my company decided to develop software to manage inventory & I got a chance to participate in User Acceptance Testing. I really enjoyed those tasks & that triggered my interest in Software Testing. After almost 8 years of a break when I decided to start my career again, my first choice was Software Testing. Here are some reasons why I wanted to work as a Software Tester. To be successful in a job, you should love and enjoy what you do.  These are the reason why I enjoy being a tester Challenging job: I always enjoy taking up challenges.  It can be really challenging to find a bug no one thought existed in software and assumed to be working correctly. It takes especially critical eyes and thought processes to find these kinds of problems and solve them. No repetition of work: ...