Pretty Simple web design : accessibility
The need for accessibility
Accessibility is a vital part of web design, and an area that I take very seriously. Having an accessible website means you are complying with the Disability Discrimination Act (in the UK), and shows that you have genuine concern for all of your users.
There are other benefits to having a website designed with accessibility in mind:
- It will usually have far cleaner and standards-compliant code, so it will display more reliably on all browsers and platforms
- It will probably get more favourable listings in certain search engines
- It will often load more quickly
- It will, through the use of CSS, be easier and quicker to update or modify
This site's accessibility
This site:
- has code that validates to formal grammars, set by the World Wide Web Consortium,
- conforms to the double-A standards of the W3C's Web Content Accessibility Guidelines (WCAG) version 2.0 (see the conformance claim below),
- offers alternative text for any non-text elements, such as images, so that the content is available to non-visual interfaces such as screen-readers,
- utilises skip links, so that users can go directly to the navigational area of the page,
- correctly uses headings to give the pages a navigable order of content,
- uses text sizes that can be altered by browsers, for ease of viewing. See the RNIB's page on making your web browser more accessible.
Many of these are common-sense features that every site should have (but often do not). Some are more advanced features that only skilled individuals would be able to deliver correctly. Many sites claim to be more accessibile than they are, which has serious consequences for their reputation.
WCAG 2.0 Conformance Claim
On February 9th 2010, all Web pages found at www.prettysimple.co.uk conform to the Web Content Accessibility Guidelines 2.0 at www.w3.org/TR/WCAG20. Level Double-A conformance.
The web content technology relied upon is XHTML 1.0 (Strict).
The technologies used but not relied upon are: JavaScript, CSS 2.0, Flash.
Note: This website was used in the implementation report for WCAG 2.0. Read more details about our experience with implementing WCAG 2.0.