Standard we follow
We target WCAG 2.1 Level AA conformance across the site. This covers color contrast, keyboard operability, screen-reader compatibility, and reduced-motion preferences.
What we've shipped
- Keyboard navigation — every link, button, and form control is reachable and operable from the keyboard.
- Skip link — the first focusable element on every page is "Skip to content" so screen-reader users bypass the nav.
- Semantic landmarks —
<header>,<nav>,<main>, and<footer>mark the page structure. - Focus indicators — a visible focus ring appears on any element reached by keyboard.
- Reduced motion — we honor
prefers-reduced-motion: reduceand disable non-essential animations. - Alt text — informative images carry descriptive alt text; decorative images use empty alt.
- Color contrast — body copy meets ≥4.5:1, large text meets ≥3:1.
- ARIA labels — icon-only buttons (share, copy, scroll) carry explicit
aria-labelattributes. - Mobile-first — the layout is responsive from 320px upward; pinch-zoom is never disabled.
Known limitations
Some embedded job descriptions are republished verbatim from the employer's ATS and may contain markup that does not fully meet WCAG (missing heading levels, low-contrast inline images, unlabeled iframes). We sanitize what we can, but the source content is the employer's. If a specific listing is unreadable for you, contact us and we will work with the employer or surface an accessible summary.
Report an issue
If something is hard or impossible to use with your assistive technology, please tell us. We treat accessibility bugs as production bugs and aim to acknowledge within 48 hours and ship a fix within two weeks.
Email: accessibility@trulyremotework.com
Include the URL where you encountered the issue and the assistive technology you were using (screen reader,
voice control, switch device, etc.).
Testing
We test against current versions of:
- VoiceOver (macOS, iOS)
- NVDA (Windows)
- Chrome, Safari, Firefox keyboard navigation
- axe-core automated audits in development
- Lighthouse Accessibility audit (target ≥95)