Skip to main content
DYKWYBLS

Accessibility Statement

Island Pitch is committed to ensuring digital accessibility for people with disabilities. We believe in doing cool things the right way, and that means building tools that everyone can use.

Our Commitment

DYKWYBLS targets conformance with the Web Content Accessibility Guidelines (WCAG 2.2) Level AA. We strive for Level AAA on every criterion where it is achievable without compromising core functionality.

Our commitment to accessibility is guided by the four core principles of WCAG:

  • Perceivable — Information and user interface components must be presentable to users in ways they can perceive
  • Operable — User interface components and navigation must be operable by everyone
  • Understandable — Information and the operation of the user interface must be understandable
  • Robust — Content must be robust enough to be interpreted by a wide variety of assistive technologies

Testing Methodology

We use a combination of automated and manual testing to verify accessibility compliance:

  • Automated testing: axe-core integrated into our CI/CD pipeline via Playwright, running WCAG 2.2 AA rule sets on every page
  • Keyboard navigation: Manual testing to verify all interactive elements are reachable and operable via keyboard
  • Screen reader testing: VoiceOver (macOS/iOS) and NVDA (Windows) used for manual verification
  • E2E accessibility tests: Playwright-based end-to-end tests that verify heading hierarchy, form labels, ARIA attributes, and focus management
  • Color contrast: All text and UI components verified against WCAG contrast ratios (4.5:1 for normal text, 3:1 for large text)

Accessibility Features

  • Skip navigation link on every page
  • Proper heading hierarchy (one h1 per page, no skipped levels)
  • All form inputs have visible labels with proper for/id pairing
  • Focus indicators visible on all interactive elements
  • Reduced motion support via prefers-reduced-motion media query
  • ARIA live regions for dynamic status updates
  • Semantic HTML throughout the application
  • Touch targets minimum 24x24px (44x44px for primary actions)

Known Limitations

We are not currently aware of any accessibility limitations in DYKWYBLS. If you encounter a barrier, please let us know using the contact information below and we will address it promptly.

Contact Us

If you encounter an accessibility barrier while using DYKWYBLS, please contact us. We take all reports seriously and will respond within 5 business days.

Email: accessibility@islandpitch.com

Compliance Review

This accessibility statement was last reviewed in March 2026.

Assessment method: Self-evaluation with automated tooling (axe-core, Lighthouse) and manual testing.