Skip to content
All posts

Web accessibility, in my words!

web-accessibility-in-brief

Firstly, what exactly is web accessibility?

Today we often prefer to use the term inclusive (for everyone) instead of accessibility (which often focuses on disability), but web accessibility is still the more common term for the moment.

When thinking about disability, we consider the needs of those with permanent, physical and temporary disability.

0_DCeyuYufpoYVH5cJ

When thinking about inclusivity we are more likely to consider the needs of everyone, so that might be a user with tired eyes, poor lighting, screen glare, damp hands, large hands, in a noisy environment, their level of comprehension, technical ability, level of stress or anxiety and much more. Everyone in everyday situations.

Accessibility should be considered at every stage of a project lifecycle. We often talk about accessible or inclusive design; the way the site is built massively impacts accessibility and how easy it is to interact with, use and understand; content also needs to be accessible; and we talk lots about accessibility testing.

Accessibility principles

We can learn a great deal from Microsoft’s inclusive design principles to understand more about inclusiveness: https://www.microsoft.com/design/inclusive/ and this is a useful article to go a little deeper still: https://blog.prototypr.io/inclusive-design-and-accessibility-50718a3ac768

The official ‘Website Accessibility Initiative’ (WAI) principles can be found here:

https://www.w3.org/WAI/fundamentals/accessibility-principles/

POUR is a way of approaching web accessibility by breaking it down into four main aspects:

  1. information should be Perceivable
  2. interfaces should be Operable
  3. content should be Understandable
  4. and the meaning of the content should be Robust to changes in the way it is accessed.

Sample accessibility statements

https://www.parliament.uk/site-information/accessibility/

https://www.bbc.co.uk/foi/publication-scheme/accessibility

https://www.gov.uk/help/accessibility-statement

Official standards

There are three standards: A, AA and AAA which is the most advanced.

We also occasionally refer to [BP] best practice in line with other industry standards.

There are 25 criteria that you have to meet to reach Level A.

Plus 13 more criteria to reach Level AA.

And an extra 23 more criteria to achieve Level AAA.

A quick reference guide is available at https://www.w3.org/WAI/WCAG21/quickref/

As an example: ‘Input Assistance’ (forms) which is designed to help users avoid and correct mistakes.

A - Error Identification - If an input error is automatically detected, the item that is in error is identified and the error is described to the user in text.

AA - Error Suggestion - If an input error is automatically detected and suggestions for correction are known, then the suggestions are provided to the user.

AAA - Error Prevention - Data entered by the user is checked for input errors and the user is provided an opportunity to correct them.

And another example: Video, film, slides, audio and other time based media

A - Captions are provided

AA - Providing open (always visible) captions

AAA - Sign language interpretation is provided

In my view, these are the easiest elements for every website to achieve:

Content

  1. Bypass Blocks - Skip to content button used by those that use screen readers [A]
  2. Text sizes and styles are used for maximum legibility [Level A]
  3. Short well structured sentences and paragraphs. Maximum number of characters in a single line of body copy does not exceed 90 [A]
  4. Web pages do not contain anything that flashes more than three times in any one second period [Level A]
  5. Image alt text should be most concise description possible of the image’s purpose [A]
  6. All content is optimized to load quickly to offer best experience [BP]
  7. Section headings are used to organise the content [AA]
  8. Visual presentation of text and images of text has a contrast ratio of at least 4.5:1 [AA]
  9. Text is used to convey information rather than images of text [AA]
  10. Provide controls for content that starts automatically [AA]
  11. Text requires reading ability no more advanced than the lower secondary education level  [AA]
  12. Clear definitions are provided for all abbreviations, jargon and idioms [AAA]
  13. Navigable URL structure (for super users) [BP].

Design

  1. Line height (line spacing) to at least 1.5 times the font size, and spacing following paragraphs to at least 2 times the font size [A]
  2. Pages and content respond to different viewport sizes [A]
  3. Ensure that form elements include clearly associated labels [A]
  4. The purpose of each link can be determined from the link text alone [A]
  5. Errors are clearly identifiable [A]
  6. External links are highlighted [AA]
  7. Components that have the same functionality within a set of pages are identified consistently. [AA]

Interaction

  1. Where a section of content provides multiple links to the same location, for example an image, copy and a button, these should be presented to screen readers as a single link [A]
  2. Core information is navigable within 3 clicks of homepage [BP]
  3. The site can be navigated easily without a keyboard [AA]
  4. If an input error is automatically detected, the item that is in error is identified and the error is described to the user in text. [A]
  5. Clear status and results are visible on screen, for example successful form submission [A]
  6. Use ARIA landmarks [A].

Accessibility myths

We’ve heard some frightening comments relating to accessibility and there are all manner of myths on the topic.

  • Accessibility is just for blind or partially-sighted users. Wrong
  • Our users don’t have issues with accessing my website. Really?
  • We don’t have disabled users. Wrong
  • Accessible websites only benefit a small minority of users. Wrong
  • Web accessibility is a nice to have feature. Not really
  • Making my website accessible will interfere with its functionality/design. Nope

https://www.userzoom.com/ux-library/10-website-accessibility-myths-debunked/