Accessibility
I consider accessibility to be a primary feature of any website. As
such, I have taken the following measures in order to attempt to be as
accessible as possible.
- Used compliant XHTML 1.0 Strict throughout my site.
- Made sure any imagery has appropriate alternative content, where it is part of the content, rather than the design.
- Arranged the design in such a way that the font size can be changed easily in most browsers, and that the design is not negatively affected when the font size is increased (using em's for sizing of all elements).
- Used semantic markup in order that non-graphical user agents are aware of the structure of the documents and can present them accordingly.
- Avoided table based design.
- Tested the site in a wide range of user agents.
- Marked up forms correctly using labels, so that non-graphical user agents are able to associate form fields with their intended usage.
- Made every attempt to follow WCAG 1 recommendations to the highest level (AAA). (Currently, the exception to this is with regards to ABBR and ACRONYM tags.)
Should you have any problems accessing this website, please contact me via my contact form or email me at web@markng.co.uk.