eCampus; Web accessibility course notes.

  1. Our Accessibility Services
  2. Index of course topics
  3. Your Course Progress Page

To keep a check on your progress through the course you should register. It is free!

Click here for the course details and registration.

In this lesson

  1. Page purpose
  2. Language style
  3. Readability testing
  4. Length of page
  5. Using images
  6. Strutural elements
  7. Language element
  8. Abbreviations
  9. Quote and Cite
  10. Punctuation
  11. Content organisation
  12. Lesson summary
  13. Discuss this lesson

Content organisation

Most web pages contain a number of elements

  1. The main content – the message that you want to deliver or a form that you want visitors to complete.
  2. Navigation links to pages relevant to the content of this page
  3. Navigation links to the other main parts of the web site (including a link to a site map)
  4. Advertisements or promotional material
  5. Company contact details

In an ideal world the above sequence is the order in which you might wish your visitors to read the page. For visual users this is quite easy to achieve as you can use colours and formatting to guide the eyes to the parts of the page you consider important. However, blind people, users of text-only browsers, and search robots do not have this luxury. Their software has to follow the text in the HTML code as it is written for the page. For this reason it is important that you actually write the HTML page in the order in which you want people to read it.

Most web authoring software allows you to create blocks of text and just pop them anywhere you wish on the page for visual display. Unfortunately the code generated by these programmes does not always follow the order in which you wish assistive technology such as screen readers to read the page. It is therefore very important that you check that the actual textual content of each page is presented in a logical fashion by previewing the page in a text-only browser (text-only browsers, such as Lynx, are explained in lesson 12). In lesson 4 we will learn how to rearrange your content visually for sighted users. For this lesson (and lesson 3) we shall concentrate solely on the way that your content is delivered as text in an HTML document.

Example of poor content organisation

This example of poor practice in content structure was taken from the SiteMorse web site in January 2009 (the site has subsequently been redesigned). If we look at a sample web page as a sighted user it appears to be reasonably accessible (see left-hand box below). If we disable the style sheet (shown in the right hand box below) we can look at the page as a blind user would hear it when read out aloud by a screen reader.

Graphical version of web page

Figure 1 Graphical version of the web page. Visual users can jump straight to the page content "Public Sector"

Text version of web page

Figure 2 Text only version of the web page.

The web site's engineer has written the right-hand column of the page (clients) as a section (div) before writing the main page content. He has then used the style sheet (CSS) to float the clients section to the right of the page. Screen readers and text-only browsers do not use the style sheet, so they will always present the page in the order that it is written in HTML. The blind user will therefore have to listen to the names over 90 organisations before they get to the content. Most blind users will give up before they reach the main content of this page.

Poor arrangement of the page content does not only affect blind users. Mobile phone users and people using text-only browsers would also have to scroll through the long list of clients before getting to the main message of the page. As you will see in later lessons it is quite easy to write your page content in a logical order and then use a style-sheet correctly to arrange the various page components for visual display.

It is worth noting that the Google algorithm scores keywords higher if they are near the top of the page. In the example above Google would consider the list of clients to be more important than the message (Introduction to Site Morse). So it is not only blind people who benefit from the proper organisation of page content - everyone benefits because your pages will be catalogued correctly by search engines!

Lesson Summary

  1. Be clear about what your web site is supposed to do.
  2. Use language suitable to your target audience.
  3. Start with a simple introduction, then tell the story, then conclude.
  4. Break text up into manageable proportions and use a concise and positive style of writing.
  5. Check spelling and grammar carefully.
  6. If you include content in a different language specify the change.
  7. Provide the full title the first time you use an abbreviation.
  8. Structure your HTML/XHTML content in the order you wish the user to read it.
  9. Remember that the textual content is the foundation of the web site No matter how good the visual display, if the textual message is confusing or meaningless the site will not perform.

Links to resources

The following guidelines are relevant to this session

1.3.2 Meaningful Sequence: When the sequence in which content is presented affects its meaning, a correct reading sequence can be programmatically determined. (Level A)

©Website Auditing Limited

Userite is the trading name of Website Auditing Limited