Single Page

Accessibility Guidelines Related to a Single Web Page

On a page-by-page basis, the following guidelines should be validated for accessibility compliance:

Content

Use plain language.

Make sure the Web site's content is clear, and easy to read in order to to ensure the reader understands as quickly and completely as possible.

WCAG Guidelines referenced:

Use markup to structure content.

Properly nested heading (<h1>, <h2>, <h3>,...) and paragraph (<p>) tags enable the Web site's content to be easily read. Use tables (<table>) for tabular data, lists (<ol>, <ul>) for list data, etc.

WCAG Guidelines referenced:

 

 

Links

  • Provide link text for links. Link text that clearly and simply describes the destination the link takes the user to facilitates site navigation.
  • Use link text that makes sense when read out of context. (i.e. "Continue reading the Super Foods article" instead of "Continue reading...")
  • Within a page, links with the same link text must have the same destination.
  • Warn the user if clicking a link initiates a change in the application context (i.e. clicking a PDF link opens a PDF file or clicking a link opens the linked page in a new window).

WCAG Guidelines referenced:

 

Page Titling

All Web pages should have identifying page titles.

12 point font is a recommended size for clear, legible content.

WCAG Guidelines referenced:

 

 

Text Styling

Use a minimum Font size, CSS 100%, 12 points.

12 point font is a recommended size for clear, legible content.

WCAG Guidelines referenced:

Use standard, widely available fonts.

Standard fonts such as Verdana, Arial, and Times New Roman are recommended to ensure all content is readable for as many users as possible.

WCAG Guidelines referenced:

 

Use scalable, relative sizing (%) for fonts.

Font size units in percentage (%) and ems (em) are scalable and will adjust as a page is zoomed. The pixel (px) and point (pt) font units are considered absolute and cannot scale in size.

WCAG Guidelines referenced: