Accessibility Conformance Report

Voluntary Product Accessibility Template (VPAT) 2.5

OST WCAG Accessibility Checker

Published July 16, 2026 · Contact [email protected]

This is a self-assessed report. The conformance markings below reflect OST’s own evaluation of the tool as of July 16, 2026. An independent, IAAP-certified review to validate each criterion is in progress; this report will be updated with the validated results when that review completes.

Product information

Product information for the OST WCAG Accessibility Checker
FieldValue
Name of product / versionOST WCAG Accessibility Checker — public release 2026-06
Product descriptionA free, public, cloud-hosted scanner that audits a single web page or full website against WCAG 2.0 / 2.1 / 2.2 at conformance levels A and AA, with hosted reports and email delivery.
DateJuly 16, 2026
Contact[email protected]
NotesThe product is a web application accessed via any modern browser. No download or install.
Evaluation methods usedManual keyboard, screen reader (NVDA + VoiceOver), axe DevTools, color contrast analyzer, automated WCAG scan against the tool itself.

Applicable standards / guidelines

Standards and guidelines included in this report
StandardIncluded in this report
Web Content Accessibility Guidelines (WCAG) 2.2Yes (Levels A and AA)
Web Content Accessibility Guidelines (WCAG) 2.1Yes (Levels A and AA, inherited from 2.2)
Web Content Accessibility Guidelines (WCAG) 2.0Yes (Levels A and AA, inherited from 2.2)
Revised Section 508 (US, 2017)Yes (maps via WCAG 2.0 AA)
EN 301 549 (European, current)Yes (maps via WCAG 2.1 AA)

Terms used in this report

Definitions of conformance terms used in this report
TermMeaning
SupportsThe functionality of the product has at least one method that meets the criterion without known defects, or meets with equivalent facilitation.
Partially SupportsSome functionality of the product does not meet the criterion.
Does Not SupportThe majority of product functionality does not meet the criterion.
Not ApplicableThe criterion is not relevant to the product.
Not EvaluatedNot evaluated in this report (allowed for AAA criteria only).

WCAG 2.2 Report

Table 1 — Success Criteria, Level A

WCAG 2.2 Level A success criteria and conformance
CriterionConformanceRemarks
1.1.1 Non-text ContentSupportsAll non-text content has appropriate text alternatives. Action icons have aria-label.
1.2.1 Audio-only and Video-only (Prerecorded)Not ApplicableThe tool contains no audio or video content.
1.2.2 Captions (Prerecorded)Not ApplicableNo video content.
1.2.3 Audio Description or Media AlternativeNot ApplicableNo video content.
1.3.1 Info and RelationshipsSupportsSemantic HTML5 elements used throughout (headings, lists, tables for tabular data). Form labels programmatically associated.
1.3.2 Meaningful SequenceSupportsVisual order matches the DOM order.
1.3.3 Sensory CharacteristicsSupportsInstructions do not rely on shape, color, or location alone.
1.4.1 Use of ColorSupportsState and severity are conveyed via text labels and icons, not color alone.
1.4.2 Audio ControlNot ApplicableNo audio plays automatically.
2.1.1 KeyboardSupportsAll interactive elements are keyboard-operable.
2.1.2 No Keyboard TrapSupportsNo keyboard traps in the tool flow.
2.1.4 Character Key ShortcutsNot ApplicableNo single-character key shortcuts implemented.
2.2.1 Timing AdjustableNot ApplicableNo time limits applied to user input.
2.2.2 Pause, Stop, HideNot ApplicableNo moving, blinking, or auto-updating content.
2.3.1 Three Flashes or Below ThresholdSupportsNo flashing content.
2.4.1 Bypass BlocksSupportsSkip-to-content link available on all pages.
2.4.2 Page TitledSupportsEvery page has a unique, descriptive title.
2.4.3 Focus OrderSupportsFocus order is logical and matches visual order.
2.4.4 Link Purpose (In Context)SupportsLink text describes the destination.
2.5.1 Pointer GesturesNot ApplicableNo multi-point or path-based gestures used.
2.5.2 Pointer CancellationSupportsClick activation on mouseup/click, not on mousedown.
2.5.3 Label in NameSupportsVisible labels match accessible names.
2.5.4 Motion ActuationNot ApplicableNo motion-actuated functionality.
3.1.1 Language of PageSupportshtml lang="en" set on all pages.
3.2.1 On FocusSupportsFocusing an element does not trigger a context change.
3.2.2 On InputSupportsChanging a control value does not trigger an unexpected context change.
3.3.1 Error IdentificationSupportsForm errors are identified in text and announced.
3.3.2 Labels or InstructionsSupportsAll form controls have labels; instructions provided where needed.
4.1.1 ParsingNot ApplicableObsolete in WCAG 2.2 — removed.
4.1.2 Name, Role, ValueSupportsCustom interactive elements use appropriate ARIA roles and states.

Table 2 — Success Criteria, Level AA

WCAG 2.2 Level AA success criteria and conformance
CriterionConformanceRemarks
1.2.4 Captions (Live)Not ApplicableNo live video.
1.2.5 Audio Description (Prerecorded)Not ApplicableNo video content.
1.3.4 OrientationSupportsContent is not restricted to a single orientation.
1.3.5 Identify Input PurposeSupportsForm inputs use appropriate autocomplete and inputmode where applicable.
1.4.3 Contrast (Minimum)SupportsBody text and interactive elements meet 4.5:1 / 3:1 contrast ratios.
1.4.4 Resize TextSupportsContent scales to 200% without loss of functionality.
1.4.5 Images of TextSupportsText is used for all textual content; no images of text except logo.
1.4.10 ReflowSupportsContent reflows at 320 CSS pixels (mobile width) without horizontal scrolling.
1.4.11 Non-text ContrastSupportsUI components and focus indicators meet the 3:1 contrast ratio.
1.4.12 Text SpacingSupportsText spacing adjustments do not cause loss of content.
1.4.13 Content on Hover or FocusSupportsTooltips and on-hover content are dismissible, hoverable, and persistent.
2.4.5 Multiple WaysSupportsNavigation menu, search, and footer links provide multiple ways to find content.
2.4.6 Headings and LabelsSupportsHeadings and labels are descriptive.
2.4.7 Focus VisibleSupportsCustom focus indicators with 3:1 contrast are visible on all interactive elements.
2.4.11 Focus Not Obscured (Minimum)SupportsFocused elements are not obscured by sticky headers or other content.
2.5.7 Dragging MovementsNot ApplicableNo drag-and-drop functionality.
2.5.8 Target Size (Minimum)SupportsTouch targets are at least 24×24 CSS pixels.
3.1.2 Language of PartsSupportsForeign-language content within pages is appropriately marked with lang attributes.
3.2.3 Consistent NavigationSupportsSite navigation is consistent across all pages.
3.2.4 Consistent IdentificationSupportsRepeated components are identified consistently.
3.2.6 Consistent HelpSupportsContact / help mechanisms are presented consistently.
3.3.3 Error SuggestionSupportsInline error messages suggest correct values where known.
3.3.4 Error Prevention (Legal, Financial, Data)Not ApplicableThe tool does not process legal, financial, or irreversible data.
3.3.7 Redundant EntrySupportsThe tool does not require redundant entry of the same information.
3.3.8 Accessible Authentication (Minimum)Not ApplicableThe tool does not require user authentication for the free flow.
4.1.3 Status MessagesSupportsScan progress and queue position are announced via ARIA live regions.

Revised Section 508 Report

Mapped through WCAG 2.0 AA. Each Chapter 5 success criterion equates to the WCAG row above.

Revised Section 508 Chapter 5 criteria and conformance
Chapter 5 — WCAG 2.0ConformanceNotes
501.1 — ScopeApplicableThe product is ICT (Information and Communication Technology) — a web-based service.
502 — Interoperability with assistive technologySupportsStandard HTML / ARIA / keyboard semantics; tested with NVDA + VoiceOver.
503 — ApplicationsNot ApplicableNot a desktop software application.
504 — Authoring ToolsNot ApplicableThe tool does not author web content; it evaluates it.
Chapter 5: 501.1 + WCAG 2.0 AA (all rows above)See WCAG tablesEach Chapter 5 success criterion equates to the WCAG row above.
602.2 — Documentation featuresSupportsAll documentation (help text, FAQ) is published in HTML and is itself accessible.

This Accessibility Conformance Report is provided for informational purposes only. Conformance levels reflect self-assessment as of the report date. The tool’s accessibility is actively maintained, and this report will be updated when significant changes are made. For specific questions or to report accessibility issues with the tool itself, contact [email protected].

Built on the VPAT 2.5 INT template from the Information Technology Industry Council (ITIC). itic.org/policy/accessibility/vpat