Accessibility Statement

Our Commitment

IncluSend LLC is committed to ensuring that Can Do Navigator is accessible to all users, including people with disabilities. We believe that every educator should be able to use our platform to support multilingual learners, regardless of ability.

Standards

Can Do Navigator is designed and developed to conform to the Web Content Accessibility Guidelines (WCAG) 2.2 Level AA. We also strive to meet the accessibility requirements set forth by Colorado HB21-1110, which requires state and local government websites to meet WCAG 2.2 Level AA standards.

Accessibility Features

We have implemented the following accessibility features throughout Can Do Navigator:

Keyboard Navigation

  • Skip-to-content link on every page to bypass repetitive navigation
  • Visible focus indicators on all interactive elements
  • All primary navigation, forms, and controls are operable via keyboard alone

Screen Reader Support

  • Semantic HTML structure with proper heading hierarchy
  • ARIA roles and labels where native semantics are insufficient (e.g., role="switch" with aria-checked on toggles, aria-label on icon buttons)
  • Live regions (aria-live="polite") for dynamic content updates such as AI chat responses and form status messages
  • Descriptive alt text on all meaningful images

Color and Visual Design

  • Color contrast ratios of 4.5:1 or higher for normal text
  • Focus-visible outlines that meet contrast requirements
  • Support for prefers-reduced-motion to disable animations
  • Information is never conveyed by color alone—status indicators include text labels

Forms

  • All form inputs have associated labels via <label> with htmlFor
  • Autocomplete hints on name, email, and other standard fields
  • Error messages are clearly identified and associated with their fields

Modals and Dialogs

  • Modal dialogs use role="dialog" and aria-modal="true"
  • Escape key closes modals
  • Close buttons include aria-label="Close dialog"

Responsive Design

  • Content reflows at 320px viewport width without horizontal scrolling
  • Content is readable and functional at 200% browser zoom
  • Touch targets meet 24x24 CSS pixel minimum size

Known Limitations

We are aware of the following accessibility gaps and are actively working to address them:

  • Modal focus trapping: Some modal dialogs (e.g., Add Student, Edit Student, Bulk Invite) do not currently implement focus trapping, which may allow keyboard focus to escape behind the modal. We plan to add focus trap functionality to all modals.
  • Animated content: The homepage product demo uses an animated GIF that does not currently have a pause/stop mechanism. We plan to add a play/pause toggle.
  • Data table captions: Some admin data tables do not include a <caption> element for screen reader context. We plan to add descriptive captions.
  • AI-generated content: The AI Thought Partner generates instructional recommendations in markdown format. While we render this content with semantic HTML, the structure of AI-generated responses may vary and may not always follow an ideal heading hierarchy.

Voluntary Product Accessibility Template (VPAT)

The following VPAT Version 2.5 documents Can Do Navigator's conformance with WCAG 2.2 Level AA as of March 8, 2026.

Product Information

Product:Can Do Navigator (candonav.app)Version:1.0Report Date:March 8, 2026Company:IncluSend LLCContact:[email protected]

Applicable Standards

  • WCAG 2.2 (Level AA) — Included
  • Revised Section 508 — Included (WCAG 2.2 mapping)
  • EN 301 549 — Not evaluated

Conformance Terms

  • Supports: At least one method meets the criterion without known defects.
  • Partially Supports: Some functionality does not meet the criterion.
  • Not Applicable: The criterion is not relevant to the product.

WCAG 2.2 — Level A

CriteriaLevelRemarks
1.1.1 Non-text ContentSupportsAll images include alt text. Decorative images use empty alt attributes.
1.2.1–1.2.3 Audio/VideoN/AApplication does not include audio or video content.
1.3.1 Info and RelationshipsSupportsSemantic HTML: headings hierarchy, form labels, landmark regions, lists, and tables with headers.
1.3.2 Meaningful SequenceSupportsLogical reading order. DOM order matches visual presentation.
1.3.3 Sensory CharacteristicsSupportsInstructions do not rely solely on shape, size, visual location, or sound.
1.4.1 Use of ColorSupportsColor is not the sole means of conveying information. Status indicators use text labels.
2.1.1 KeyboardSupportsAll navigation and form controls are keyboard accessible.
2.1.2 No Keyboard TrapPartialMost components navigate freely. Gap: some modal dialogs do not implement focus trapping.
2.2.1 Timing AdjustableSupportsNo time limits imposed. Session uses standard auth token refresh.
2.2.2 Pause, Stop, HidePartialLoading spinners auto-stop. Gap: homepage demo GIF lacks a pause mechanism.
2.4.1 Bypass BlocksSupportsSkip-to-content link on all pages.
2.4.2 Page TitledSupportsAll pages have unique, descriptive titles via Next.js metadata.
2.4.3 Focus OrderSupportsFocus order follows logical sequence consistent with content structure.
2.4.4 Link PurposeSupportsLink text is descriptive or provides context through surrounding content.
2.5.1–2.5.4 Pointer/MotionSupportsSingle-point activation only. Standard up-event behavior. No motion-triggered features.
3.1.1 Language of PageSupportslang="en" set on root HTML element.
3.2.1–3.2.2 On Focus/InputSupportsNo unexpected context changes on focus or input. Submission requires explicit action.
3.3.1 Error IdentificationSupportsValidation errors displayed as visible, descriptive text messages.
3.3.2 Labels or InstructionsSupportsAll form inputs have associated labels. Required fields are indicated.
4.1.2 Name, Role, ValueSupportsStandard HTML elements. Toggle switches use role="switch" and aria-checked.

WCAG 2.2 — Level AA

CriteriaLevelRemarks
1.2.4–1.2.5 Captions/Audio Desc.N/ANo live or prerecorded audio/video content.
1.3.4 OrientationSupportsContent is not restricted to a single display orientation.
1.3.5 Identify Input PurposeSupportsInput fields use appropriate type and autocomplete attributes.
1.4.3 Contrast (Minimum)SupportsText meets 4.5:1 ratio. Body: #1a1a1a on #ffffff. Secondary: #4b5563 on #ffffff (5.9:1).
1.4.4 Resize TextSupportsText resizable to 200% without loss of content or functionality.
1.4.5 Images of TextSupportsNo images of text (except the product logo, which is exempt).
1.4.10 ReflowSupportsContent reflows at 320px without horizontal scrolling.
1.4.11 Non-text ContrastSupportsUI components meet 3:1 contrast against adjacent colors.
1.4.12 Text SpacingSupportsContent remains readable with modified text spacing. No clipping or overlap.
1.4.13 Content on Hover/FocusSupportsHover content is dismissible, hoverable, and persistent.
2.4.5 Multiple WaysSupportsNavigation via top menu, skip link, direct URL, and sidebar.
2.4.6 Headings and LabelsSupportsHeadings describe sections. Labels describe input purpose.
2.4.7 Focus VisibleSupportsBrowser default focus indicators preserved. Custom styles applied where defaults are overridden.
2.4.11 Focus Not ObscuredSupportsFocused elements are not hidden by fixed headers or other content.
2.5.7 Dragging MovementsSupportsNo drag-based interactions required. All functionality uses single-point actions.
2.5.8 Target Size (Minimum)SupportsInteractive targets meet 24x24 CSS pixel minimum.
3.1.2 Language of PartsSupportsContent is in English. No mixed-language content.
3.2.3–3.2.4 ConsistencySupportsConsistent navigation order and component identification throughout.
3.3.3 Error SuggestionSupportsCorrection suggestions provided for detected input errors.
3.3.4 Error PreventionSupportsDestructive actions require confirmation. Data is reviewable before submission.
3.3.7 Redundant EntrySupportsPreviously entered information is auto-populated where applicable.
3.3.8 Accessible AuthSupportsGoogle OAuth SSO and standard email/password with browser autofill. No cognitive tests.

Testing Methodology

  • Manual: Keyboard-only navigation, screen reader testing (VoiceOver on macOS)
  • Automated: Lighthouse accessibility audit, axe-core browser extension
  • Color: WebAIM Contrast Checker
  • Responsive: Tested at 320px, 768px, 1024px, and 1440px viewports

Reporting Accessibility Issues

We take accessibility feedback seriously. If you encounter any barriers while using Can Do Navigator, please let us know so we can address them. You can report accessibility issues through our contact page or by emailing us directly. Please include a description of the issue, the page where you encountered it, and the assistive technology you were using (if applicable).

Contact Us

If you have questions or concerns about accessibility, please contact us:

IncluSend LLC

453 E Wonderview Ave, Unit 3, PMB #263

Estes Park, CO 80517-8926

Email: [email protected]