Archive

Blog

Articles on automated and manual accessibility scanning — how scans work, what they detect, their limits.

May 4, 2026

Recurring scan schedule setup

Recurring scan schedule setup is the process of configuring an accessibility scanning tool to evaluate a defined set of pages on a fixed interval, with results delivered to…

May 2, 2026

Scan Frequency Schedule

Most websites benefit from weekly accessibility scans, with high-activity sites moving to daily and stable sites reducing to monthly. The right scan frequency schedule depends on how often…

May 1, 2026

Export Scan Reports for Your Team

Most accessibility scanning tools let you export scan reports for your team in formats like PDF, CSV, HTML, and JSON. Exports give developers, designers, QA, and project managers…

April 30, 2026

How to Read an Accessibility Scan Report

To read a scan report, start with the summary counts, then move into the issue list where each entry shows the WCAG success criterion, severity, page location, the…

April 29, 2026

Scan Report Contents

A useful accessibility scan report includes the issue type, the WCAG success criterion it relates to, the page or template where it was detected, the element or code…

April 28, 2026

How Accessibility Scans Process Dynamic Content

Accessibility scans process dynamic content by loading a page in a headless browser, waiting for scripts to execute, and then evaluating the rendered HTML, CSS, and ARIA against…

April 26, 2026

Issues Scans Miss

Automated accessibility scans flag approximately 25% of WCAG issues on a given page. The remaining 75% requires human evaluation. Scans excel at detecting machine-verifiable conditions in code, but…

April 25, 2026

Can a Scan Detect Issues on a Single Page App?

A scan can detect issues on a single page app, but only when the scanner is configured to wait for JavaScript-rendered content and to capture each application state.…