As an editor, you're responsible for most of the links on the site - certainly those in the main text and possibly links in navigation. By following a few simple linking rules, you can easily make your pages a lot more accessible. And there are a couple of other things you can do too, which we'll look at later.
Every page should state its natural language in its html tags. For example <html lang="en">. This is a WAI Triple-A requirement.
If you use a foreign expression in the text, it should be incorporated within its own language tag. This is a WAI level A requirement. For example the expressions "showing plenty of zeitgeist"" should show in your html code as "showing plenty of <span lang="de"> zeitgeist"</span>". The reason is that talking browsers can then recognise the word and give it the proper pronunciation, rather than making a pig's ear of it. Because talking browsers differ in their capabilities, there is a case for saying it isn't necessary to do this with commonly used foreign words, but it's generally safer to do so.
This is one of the basic rules of accessibility and a WAI level A requirement. If you use a graphic, provide alternative text in the graphic's HTML alt tag to describe the graphic for blind people and the many users who browse with graphics turned off. The description might describe the image or might describe its purpose. For example a logo used for a home link can be described as "link to home" rather than "company logo".
Images that are provided as eye-candy or otherwise serve no purpose do not need a description, but they should still have an alt tag, either alt="" or alt=" " or alt="*". This shows that the image is of no importance, rather than indicating that the coder forgot to put in a description.
For images that contain a lot of information, such as graphs, it may be worth adding a longdesc attribute, containing a link to another Web page where the content of the graphic is described in detail.
This page is valid XHTML to WAI Triple-A standard (ignoring bad link descriptions put in for demonstration purposes)
-
Home
-
UK accessibility intro + menu
-
UK accessibility site reviews
-
Comment on DRC Report
-
Simple WAI level A checklist
-
WAI levels:
Level A -
Double-A -
Triple-A
-
TinHat Level A+
-
Tips for web editors
-
Non-HTML files (PDFs) and accessibility
-
Gov guidelines for UK gov sites (intro)
-
The Author
-
Tinhat Sitemap/Search