Accessibility Statement
Vertical Edge AI is committed to keeping verticaledgeai.ai usable by everyone, including people who rely on assistive technology. This page describes the standards we target, what we have implemented, what we are still working on, and how to reach us if something is not working for you. Last updated: 2026-05-17.
1. Commitment
The Site is designed against the Web Content Accessibility Guidelines (WCAG) 2.2 at Level AA. We treat accessibility as part of the design system rather than an afterthought; the regulated-industries buyers we serve include people inside those organizations who use assistive technology.
2. Standards we target
- WCAG 2.2 Level AA — w3.org/TR/WCAG22
- Section 508 of the US Rehabilitation Act (private-sector framework) — section508.gov
- ADA Title III (US private-sector accessibility) — ada.gov/topics/title-iii
- European Accessibility Act (EAA), effective June 28, 2025 — European Commission EAA
3. What is implemented
- Semantic HTML5 landmarks on every page:
<header>,<nav>,<main id="main-content">,<footer>. - Skip-to-content link as the first focusable element on every page; off-screen until focused, then visible as a gold-bordered Prussian pill.
- ARIA wiring on interactive widgets: FAQ accordion (
aria-expanded,aria-controls,aria-labelledby,role="region"); mobile navigation toggle (aria-expanded,aria-controls); contact form status (role="status",aria-live="polite"). - Native form labels with explicit
for/idassociation on every input, select, and textarea in the contact form. - Color contrast. Primary text (Prussian Blue
#0D1B2A) on white surfaces is approximately 13:1 (WCAG AAA). Secondary text (Steel Slate#5C6B7A) on white is approximately 6.2:1 (AA). Burnished Gold (#C4A35A) is reserved for headings, eyebrows, and interactive accents only, never body text (~3.2:1 on white, AA for large text and UI components). - Focus indicators via
:focus-visible— 2px solid gold outline with 3px offset, applied site-wide. - Prefers-reduced-motion: every transition and reveal animation is wrapped in a
@media (prefers-reduced-motion: reduce)override that disables them. - No autoplay video, no auto-rotating carousels, no automatic timing-based focus shifts.
- Resizable text without horizontal scroll up to 200% browser zoom.
- Theme-color meta set to Prussian Blue (
#0D1B2A) so mobile browser chrome respects brand contrast.
4. Testing approach
Automated: design-system tokens are verified for color contrast at authoring time against the WCAG 2.2 contrast formula. Manual: every page is keyboard-traversable from skip-link through footer with no traps.
Planned before any public production launch: NVDA (Windows) and VoiceOver (macOS / iOS) screen-reader walks of the full site, and a Lighthouse + axe-core lab audit.
5. Known limitations
- The Open Graph share image at
/assets/og.pngis a rasterized brand card; it does not carry alt text in the file itself. Social platforms generate their own alt text from the page’sog:titleandog:description, both of which are descriptive. - The site has not yet undergone a third-party VPAT (Voluntary Product Accessibility Template) audit. We will commission one when a customer engagement requires it.
- Long-form articles in the Resources section use EB Garamond italic for editorial emphasis. Italic serif at small sizes can be slightly harder to read for users with low vision; we keep italic use limited to short accent phrases, never full paragraphs.
6. Conformance posture
We design the Site against WCAG 2.2 AA. We do not claim AAA, and we do not claim certification by any accessibility body. The known limitations listed in Section 5 are tracked and will be addressed in subsequent updates.
7. Reporting an accessibility issue
If anything on the Site is not working for you, please email cordero_ryan@verticaledgeai.ai with the subject “Accessibility feedback.” Please tell us: (a) which page; (b) what assistive technology you are using; (c) what you were trying to do; and (d) what happened. We aim to acknowledge accessibility reports within a few business days and to share a remediation timeline within two weeks.
8. Remediation process
Reports are triaged by severity. Critical issues (anything that blocks access for users of assistive technology) are addressed first. Lower-severity issues are batched into design-system updates.
9. Related resources
- WCAG 2.2 — w3.org/TR/WCAG22
- Section 508 of the Rehabilitation Act — section508.gov
- ADA Title III — ada.gov/topics/title-iii
- European Accessibility Act — European Commission EAA
10. Contact
Accessibility inquiries: cordero_ryan@verticaledgeai.ai
Vertical Edge AI LLC, Austin, TX
Last updated: 2026-05-17. We update this statement annually or as the Site’s accessibility posture changes.