Skip to main content

Digital Accessibility Compliance

New Digital Content Accessibility Standards

The U.S. Department of Justice (DOJ) has issued new rules for Title II of the Americans with Disabilities Act. UC San Diego, as a public university committed to the citizens of California and beyond, will abide by the new rules set forth in the Web Content Accessibility Guidelines (WCAG) 2.1 AA standards.

Inclusions and Exceptions

The standard applies to all digital resources, including:

  • websites
  • web-based applications
  • online forms
  • training and course content
  • video and audio content
  • social media content
  • digital documents

The DOJ allows for specific exceptions:

  • Archived web content, i.e. content that is not actively used or updated, is exempt unless it becomes actively used again. Content must be kept in a special area specifically for archived content.
  • Documents created before the compliance date that are not used in ongoing services or activities are exempt.
  • Content posted by external parties (third-party content) that is not under a formal contract with UC San Diego is exempt.
  • Personal documents shared with specific individuals that are password-protected are exempt.
  • Social media content posted before the compliance date is exempt. Youtube videos are considered social media posts.

Timeline

These rules require compliance of all digital content by April 24, 2026. All new and updated digital content must be compliant upon release.

Non-Compliance

ITS will use scanning tools to monitor compliance, and will notify site owners of non-compliance as part of a formal remediation process.


Guidance for Websites

Site owners are responsible for making sure websites meet accessibility and usability standards.

Getting Started

  1. Set up the website to be scanned by Siteimprove. There's a UC-wide license and no cost for UCSD sites.
  2. In the scan results, go to the Accessibility Overview and see if the site meets the benchmark score.
  3. Fix all Level A and Level AA problems. This must be done even if the site meets the benchmark.
  4. Fix problems in other conformance categories if you can. At minimum, fix problems until you meet the benchmark.

Getting Help

SDSC's Web & Database Services team offers expert consulting on a fee-for-service basis to assist you with meeting compliance requirements. This service is offered to both hosted customers and other UCSD sites.

UCOP offers digital accessibility office hours to UC employees.

Common Issues

The following describes some common problems and issues to look for. It is not a comprehensive list.

Many issues require a nuanced approach and specialized knowledge to correctly implement. Siteimprove's scan results include a difficulty scale on each issue to help you determine when to seek additional training or consulting help. 

Images 

See the images and graphics checklist for more best practices.

Links

Audio and Video

See the audio and video checklist for specific requirements on pre-recorded and streaming content. The Web Accessibility Initiative (WAI) provides in-depth information on how to create new AV content that is accessible.

Heading Tags

Accessible headings reflect page structure and act like an outline of your content. Heading levels must be properly nested, without skipping levels. For example, if you have an H2, then the next header nested under it must be H3, and you can't skip to H4 just to get a particular font or font size.

Beware of heading tags in the page footer. These are usually not part of the page structure, rather they are implemented to achieve a certain look (font, font size, color, etc.) In such cases, CSS styles should be used to replace the heading tags.

HTML Structure

See the websites checklist for more requirements.

Color

Resources