Web Accessibility Guidelines

Standards & Key Considerations

Core Standards to Follow

The Web Content Accessibility Guidelines (WCAG) are the foundational technical standard for web accessibility (versions 2.0, 2.1, 2.2).

In the U.S., public libraries (as public entities) must consider accessibility requirements under law (e.g., Americans with Disabilities Act Title II, and sometimes Rehabilitation Act of 1973 Section 508 for electronic information).

The "POUR" principles summarized WCAG:

  • Perceivable: Information and UI components must be presentable to users
  • Operable: UI components and navigation must be operable
  • Understandable: Information and operation must be understandable
  • Robust: Content must be robust enough for assistive technologies
WCAG 2.2ADA Title IISection 508
W3C WCAG Quick ReferenceALA LibGuides
Why It Matters for Library Websites

A library's website is often the primary access point for digital collections, reference services, catalogues, events, and outreach. If it isn't accessible, many patrons with disabilities may be excluded.

Accessibility also overlaps with general usability: accessible sites are often better for mobile users, low-vision users, older users, etc.

For Library Procurement: When buying digital systems, e-resources, vendor services, the library should require accessibility compliance (so that all patrons, including those with disabilities, have equal access) per associations' policies.

Digital InclusionUsabilityProcurement

Library-Specific Best Practices

Key Guidance
  • Use clear, descriptive alt text for images: Avoid decorative images with missing alt tags. All images must have alternative text to ensure all users can understand the content on your page.
  • Avoid relying on color alone: Do not rely on color alone to convey meaning; not all users experience color in the same way.
  • Ensure heading structure is logical: Use H1 then H2/H3 etc. Content should be written in plain language—avoid library jargon where possible.
  • Make links descriptive: Use "View catalog of new books" rather than "Click here." This helps screen-reader users.
  • Accessible documents: PDFs and Word files must be accessible (searchable text, tagged structure, readable by screen readers). A document that has images of scanned text is not accessible.
  • Procurement requirements: Include accessibility requirements in licensing and vendor contracts. The Library Accessibility Alliance (LAA) provides audit services for library electronic resources.
  • Maintain an accessibility policy: Conduct regular audits of your website content, system interfaces, and digital collections.
Alt TextPlain LanguageDocument Standards
Library Accessibility Alliance
Simple Checklist for Public Library Websites Copy & Use

Tip: Use this checklist for routine website audits and when launching new features.

  • Provide a "Skip to main content" link at the top of each page
  • Use semantic HTML elements (header, nav, main, footer) and landmarks to aid assistive technologies
  • Ensure all interactive controls (buttons, links, forms) are keyboard operable and focusable, with visible focus indicators
  • Ensure colour contrast meets at least WCAG AA (e.g., for normal text a contrast ratio of 4.5:1 or better)
  • Ensure images have meaningful alt text or are marked decorative
  • Ensure links have descriptive text; avoid generic phrases like "click here"
  • Use heading structure properly (only one H1, etc) so screen-readers can navigate
  • For tables: provide clear row/column headers, avoid complex nested tables unless absolutely necessary
  • Provide transcripts and captions for video and audio content
  • Ensure that PDF or other downloadable documents are accessible: tagged, searchable, use headings, designate document language
  • On mobile devices/responsive layouts: ensure no horizontal scrolling, controls large enough to tap, layouts should reflow
  • For any custom library systems (catalogue, digital collection viewer): ensure that the interface is accessible (keyboard, screen-reader, focus states, labels)
  • Include accessibility in vendor requirements: e-resource/licensing contracts should state compliance with WCAG/Section 508
  • Conduct periodic audits: use automated tools and manual checks (including with screen-reader users or users with disabilities)
ChecklistBest PracticesQA Testing

Tools & Resources

Recommended Testing Tools Free & Low-Cost

Useful accessibility tools and resources for library website developers:

  • WAVE Web Accessibility Evaluation Tool: From WebAIM; good for quick page-level checks of accessibility issues
  • axe (by Deque): Browser extension / IDE tool / integration into CI-CD; good for developers to integrate accessibility checks into code pipelines
  • Accessibility Insights: Microsoft's tool; supports automated + manual evaluation, helps with guided manual testing
  • Colour Contrast Checkers: E.g., WebAIM Colour Contrast Checker: useful for designers to ensure text/background contrast meets standards
  • Assistive Technology Testing: Use a screen-reader (e.g., NVDA or VoiceOver) to test real user experience. NVDA is a free option for developers
  • For Documents (PDF/Word): Use accessibility checking tools (e.g., Adobe Acrobat's Accessibility Checker) and follow document-specific checklists
  • Full Site Crawling Tools: For larger websites, tools that can crawl many pages for accessibility issues
Automated TestingManual TestingFree Tools
WAVE Toolaxe by DequeAccessibility Insights
Library-Specific Resources
  • Library Accessibility Alliance (LAA): Focuses on accessible e-resources, audits for libraries, vendor/institution resource
  • ALA Library Service to Persons with Disabilities: Web accessibility guidelines including policy, laws/guidelines, purchasing of accessible electronic resources
  • University Library Accessibility Checklists: Covers web writing, mobile design, alt text, links, video accessibility
  • "Accessible Libraries" Checklist (Canada): Covers broader accessibility (digital + physical) and useful library-culture guidance
Library-FocusedChecklistsPolicy Guidance
LAA ResourcesALA Accessibility

Additional Resources

Essential Reading & References
  • W3C Web Accessibility Initiative (WAI): Comprehensive guidelines, tutorials, and resources
  • WebAIM: Practical articles, contrast checker, and training materials
  • ALA Accessibility Resources: Library-specific guidance on serving patrons with disabilities
  • Section 508: U.S. federal standards for electronic and information technology
  • VPAT (Voluntary Product Accessibility Template): Used for documenting product accessibility conformance

Tip: Bookmark the W3C Quick Reference guide and WebAIM's resources for ongoing reference during development and testing.

Reference MaterialsGuidelinesStandards
W3C WAIWebAIMSection 508