Skip to Page Content | Navigation for Module


Navigation for Module 6: Word
Page 3 of 9

  1. * Improve Word Access

Improving Word File Accessibility

Before saving your Word document, you can improve its accessibility by optimizing content elements such as headings, images, lists, tables and hyperlinks. Reviewing these content elements ensures that your Word document provides the greatest level of accessibility to all users.

Proper Headings

Most users can visually scan a page to get an idea of the content and organization. Users who are blind or have a visual impairment use screen readers that scan the page looking for section headings; this builds an outline of the page that can be displayed or read to the user.

Note: Screen reading software can only pick out headings that are identified by an HTML heading tag.

To properly mark section headings in Word 2000 or Word XP:

  1. Select the text that should be used as a heading.
  2. Choose the appropriate heading level from the Style drop-down box (see Image 1).

Images

As its name indicates, Word is primarily geared toward editing text. More recent versions of the software, however, have increased functionality to handle various types of images and other non-textual elements, including inserting clip-art or an image from a file, creating "Word Art," or using drawing tools to create other shapes.

For visually impaired users, users whose browsers cannot support images or users who have elected not to download images, it is vital to define alternative text equivalents, or "alt" text, for any images within the document. Word 2000 and XP both provide the ability to insert "alt" text for images or drawing objects created, and in fact sometimes Word will try to approximate the appropriate "alt" text. However, it is important that you check this text to make sure it is meaningful and the equivalent to your intentions.


To edit the "alt" text for an image in Word:










  1. Select the image. In the following example, the picture of the Concepts of Database Design textbook has been selected.
  2. Go to the "Format" menu.
  3. Choose either "Object" or "Picture" (which one is available depends on the type of image you selected). Once selected, you can add "alt" text to an image. (see Image 2).
  4. Select the "Web" tab in the "Format" dialog box (see Image 3).
  5. Add the "alt" text.
  6. Type the text in the textbox and select "OK." Choose to use "Front cover of Concepts of Database Design textbook" as the "alt" text (see Image 4).
Note: When deciding what is sufficient for "alt" text, keep in mind that the content should be brief but thorough. It is not necessary to begin your "alt" text with "Image of ..." or "Picture of ..." because screen readers preface the "alt" text with "Image:" and browsers with images turned off display an image placeholder next to the text.

For decorative images that add nothing to the content of the page, it is acceptable to have blank alt text. Unfortunately, Word does not support creating an empty "alt" text for images, which means the HTML code must be edited after the page is exported. When "alt" text for an image has not been specified, screen readers will usually read the image file name, which can potentially cause confusion with visually impaired users.

Lists

A bulleted or numbered list is another commonly used element within Word documents, and also require certain oversight to ensure usability. The most important consideration is to make sure that you have appropriately used Word's list features, instead of using an asterisk (*) or hyphen (-) to give the appearance of a list. In the sample document for this module, both list styles have been used.

To turn on bullets or numbering:

  1. Select the text.
  2. Select the appropriate button on the toolbar or choose "Bullets and Numbering" from the Format menu.

Select this icon to create a numbered list

Select this icon to create a bulleted list

Using the appropriate list feature will ensure that the HTML Word generates has the proper code to distinguish the text as a list.

Tables

Word also contains the ability to properly format tables in the document. The W3C WAI specification(Browse to website) says that you should avoid using tables for layout unless the tables linearize gracefully, a vague guideline that often creates controversy among designers. Today's screen readers can generally handle tables better than they could a few years ago, but many accessibility experts prefer to take the conservative approach and avoid layout tables altogether.

Tables that represent data need to be sized using percentages instead of a fixed number of pixels. Some users have older monitors with low resolutions and some users choose to set their resolutions lower so that output on the screen displays larger. Using relatively-sized tables ensures that the table appears the way you intended regardless of monitor size and resolution, and reduces the amount of scrolling a user must do to see the whole table. Word 2000 and XP both allow you to set the unit of measure for a table to percent.

To format a table:







  1. Select the table.
  2. Right click to choose "Table Properties" (see Image 5).
  3. Once the "Table Properties" form appears (see Image 6) appears, select the tab for "Column." If necessary, check the box for "Preferred width."
  4. Choose "Percent" from the drop-down box for units.
  5. Select "OK."

In doing this, your tables will be formatted based upon percentages rather than fixed numeric values, improving the display accessibility of the document.

Word should maintain the original column width when you switch to percents, but sometimes it resets all columns to equal widths so you may need to resize the columns. You will need to repeat this process for all tables in your document.

Hyperlinks

Finally, check any hyperlinks in the document. Many screen readers also generate a list of links for each page or allow the user to skip from one link to the next. Hyperlinks like "Click here" are not accessible and make little sense to a user when taken out of context; a better approach is to make each hyperlink descriptive of the content to which it links. You can quickly scan through the document and make sure that the text of each of your hyperlinks makes sense if read out of order or separately from the surrounding text.

Saving the Document

Now you have made all the preparations you can in Word. At this point, you have two options for saving and publishing the Word document:

  1. Publish the Word document in its improved format, saving the document to a ".doc" file and placing it on the website. If you take this approach, the document is improved and accessible to most users, but you still have the problems of increased download times. It is possible that some users may not be able to view the document because they do not have Word or a Word viewer program installed on their machine, but you should assess your target audience to determine whether additional work is necessary.
  2. You can also publish the document to HTML format using the "Save as Web Page" option within Word and then edit the HTML to ensure accessibility. While this process does take more time, it guarantees that your document will be accessible to all users.

The next page presents information on uploading Word files to a website.

Top of Page arrow up
       Page 3


 
-- END OF PAGE