Skip to main content

Accessible Word Documents

When creating electronic documents, it is vital they are readable by people with disabilities. In this tutorial, I worked with a Microsoft Word document. The following standards need to be followed to ensure your documents are accessible.

NOTE: Always consider creating a webpage for your content instead of posting it as an electronic document.

If the MSWord document is the older .doc file type, save the file with the newer .docx extension. The older file format (.doc) will not tag the file properly for screen readers.

Use a unique, descriptive file name when naming your documents. Avoid using spaces. Instead, use camel case or underscores when naming files.

Inaccessible example:

  • Agenda.pdf cv for profile.docx

Accessible example:

  • sdsu_ndi_handbook_2017-2018_finalv2.pdfWookjaeHeo_CV_2017.docx

Always set the Title in documents:

  • In Microsoft Word go to File/Properties and click the Summary tab.
  • In Adobe Acrobat go to File/Properties and click the Description tab.

Setting the language of a document ensures that the screen reader uses the correct language profile. In Microsoft Word, go to the Review tab / Language.

If the document contents more than one language, select the text within the document in the different language and set that text to the appropriate language.

Headings provide the organization of the content within the document. Headings form an outline of the content. Screen readers give users the ability to navigate a document using headings as long as the headings are organized properly. The most important heading is the Heading 1 usually the title and is used only once. This is followed by a Heading 2 then nested within a Heading 2 will be a Heading 3 and nested with a Heading 3 a Heading 4.

List content should utilize the tools within the authoring software that create unordered lists (with bullets) or ordered lists (with numbers).

Ordered (numbered)

  • Attend SDSU.
  • Graduate.

Unordered (bullets)

  • Jack
  • Weary Will
  • Dirty Lil

There are two basic uses for tables on the web: data tables and layout tables. The intended use of tables is for tabular data. A data table is a table when row headers, column headers or both are present.

Keep data tables simple with clearly defined columns and rows. Do not merge or split cells in data tables.

Set the header row in data tables. Make sure the first row of the table is differentiated as the header row, or where the table's categories live. To add a table header in Microsoft Word, select the first row, right click and select Table Properties, and check "Repeat as header row at the top of each page." This will ensure the heading tag is properly added to the table.

Avoid using tables to layout content, in Microsoft Word, use Layout/Columns instead.

For level AA, ensure that a 4.5:1 contrast ratio exists between text color and background color. Use a Color Contrast Checker like on the webaim.org site to check your colors for proper contrast.

Microsoft Word tools such as Text Box, Quick Parts, WordArt, Watermarks and Drop Caps are NOT accessible formatting tools. Do Not use a formatting tool that places a letter into a Text Box. A screen reader will not recognize this as text to be read.

If you have forms in electronic documents, consider having them converted to web form by IT Office. On InsideState, go to the Technology & Security tab then in the left navigation bar click Forms and scroll down to Request Online Payment or Non-payment Form to request a web form.

Always check your documents with the Accessibility Checker tool and fix any errors (and warning where possible).

To access the Accessibility Checker in Word, Excel, PowerPoint, go to Tools/Check Accessibility and in Acrobat got to Tools/Accessibility.

Formatting Marks

TIP: Superfluous spaces, tabs and hard returns in your documents can create accessibility issues. Show formatting marks in MSWord to see and remove them.

Documents should be exported as electronic PDFs. Word documents must be .docx to accessible.

When saving your Microsoft Word document to a PDF, be sure to check "Best for electronic distribution and accessibility" in the Save As pane.

Creating Interactive PDF Form

If you do have forms within electronic documents they will need to be interactive forms rather than static to be accessible.

Steps to make your PDF forms accessible using Adobe Acrobat Pro

  1. Automatically detect and markup form fields (Tools > Forms > Create)
  2. Manually add/edit and form fields that weren’t correctly detected
  3. Check tab order; repair if needed
  4. Check all labels (tooltips); repair if needed
  5. Check group labels and options for radio buttons; repair if needed
  6. Check labels for checkboxes; repair if needed