Our Commitment
CeleBrease, Inc. (“CeleBrease,” “we,” “our,” or “us”) believes that every customer, regardless of ability, deserves to discover, browse, and rent holiday decoration kits with ease and dignity. We work continuously to improve the accessibility of our digital experience in line with internationally recognised standards.
We have invested in ongoing accessibility auditing, user testing with assistive technology users, and a dedicated internal review process for every major product release. Accessibility is not a checkbox for us; it is a design principle embedded from the earliest stages of each feature.
This statement applies to our main website at celebrease.com and all pages served under that domain, including the customer account portal and catalog.
Conformance Status
The Web Content Accessibility Guidelines (WCAG) 2.1, published by the World Wide Web Consortium (W3C), define requirements for making web content accessible to people with disabilities. We target Level AA compliance across the four principles: Perceivable, Operable, Understandable, and Robust.
| WCAG Principle | Status | Notes |
|---|---|---|
| Perceivable, 1.x | Substantially met | All images have alt text; colour contrast meets AA on core pages; captions provided where video is used |
| Operable, 2.x | Substantially met | Full keyboard navigation supported; skip-to-content link present; no seizure-triggering animations |
| Understandable, 3.x | Substantially met | Language attribute set on all pages; error messages are descriptive; form labels are explicit |
| Robust, 4.x | Partially met | Core flows validated with NVDA, JAWS, and VoiceOver; some third party widgets have outstanding issues (see Known Limitations) |
Our last comprehensive third party audit was completed in March 2026. We conduct internal automated scans with axe-core on every deployment.
Accessibility Features
The following features are built into the CeleBrease website to support a wide range of users and assistive technologies:
Navigation & structure
- A visible skip to main content link appears at the top of every page when keyboard focus arrives, allowing keyboard and screen reader users to bypass repetitive navigation.
- Consistent landmark regions (
nav,main,aside,footer) on all pages so screen reader users can jump directly to any section. - Logical heading hierarchy (h1 → h2 → h3) maintained throughout to provide a clear document outline.
- Breadcrumb navigation with proper ARIA labels on all interior pages.
Images & media
- All meaningful images carry descriptive
alttext matched to their context. Decorative images use emptyalt=""so screen readers skip them. - Holiday kit photography is described in accompanying card text, ensuring product information is not conveyed by images alone.
- No auto playing video or audio is present anywhere on the site.
Keyboard & focus
- All interactive elements, links, buttons, form fields, dropdowns, and modal dialogs, are fully operable using a keyboard alone.
- Visible focus indicators with a minimum 3:1 contrast ratio are present on all focusable elements; we use custom focus rings styled with the brand gradient rather than the browser default where needed.
- The mobile navigation drawer traps focus while open and returns focus to the trigger button when closed.
- The checkout flow and account forms support full tab order and Enter/Space activation.
Colour & contrast
- Body text meets a minimum contrast ratio of 4.5:1 against its background (WCAG 1.4.3 AA).
- Large text and UI components meet the 3:1 ratio requirement (WCAG 1.4.11).
- Information is never conveyed by colour alone, status badges use both colour and text labels.
Forms & error handling
- Every form input has an explicit, visible
<label>element, no placeholder only labelling. - Required fields are marked both visually and programmatically with
aria-required="true". - Inline error messages are associated with their fields via
aria-describedbyand are announced immediately to screen readers usingaria-liveregions. - The checkout summary page provides a clear review step before any payment is submitted.
Reduced motion
- All animations and transitions respect the
prefers-reduced-motionmedia query. Users with vestibular disorders or motion sensitivity will see static transitions instead of kinetic effects.
Known Limitations
Despite our best efforts, some areas of the website have known accessibility gaps we are actively working to resolve. We document them transparently here, along with workarounds where they exist:
- In progress
Stripe payment iframe: The embedded Stripe Checkout frame is a third party component. Some screen readers may announce card field labels inconsistently. Workaround: Stripe's hosted payment page at checkout is fully accessible and will be offered as an alternative by contacting support. - In progress
Kit image carousel on mobile: The scrollable kit card row on the catalog page does not yet expose full ARIA carousel semantics. Keyboard users can still scroll the row using arrow keys after focusing the first card; however, a dedicated previous/next button control will be added in Q3 2026. - Planned Q3 2026
PDF rental agreement: The downloadable rental agreement PDF has not yet been tagged for screen reader accessibility. A fully accessible HTML version of the agreement is available on the Terms page. - Monitoring
Toast notifications: Transient toast messages (e.g., “Added to cart”) are announced via an ARIA live region; however, on some versions of JAWS with Firefox the announcement may be delayed by up to 2 seconds. We are tracking this upstream.
Feedback & Contact
We welcome feedback on the accessibility of CeleBrease. If you experience a barrier that prevents you from accessing any part of our website, or if you need content in an alternative format, please contact us and we will do our best to help within 5 business days.
- Email: accessibility@celebrease.com
- Response time: We acknowledge all accessibility related reports within 2 business days and aim to resolve critical barriers within 10 business days.
- Phone: +1 (800) 555-0180, available Monday to Friday, 9 am, 5 pm PT. Relay service callers are welcome.
- Postal address: CeleBrease, Inc. · Accessibility Team · [Address on file at launch]
If you are not satisfied with our response, you may contact the ADA National Network for guidance, or your local accessibility authority if you are outside the United States.
Compatibility
CeleBrease is designed to be compatible with the following browsers and assistive technologies. We test against these combinations before every major release:
| Assistive Technology | Browser | Platform | Status |
|---|---|---|---|
| VoiceOver | Safari 17+ | macOS 14 / iOS 17 | Fully supported |
| NVDA 2024+ | Chrome 120+ / Firefox 122+ | Windows 10/11 | Fully supported |
| JAWS 2024+ | Chrome 120+ / Edge 120+ | Windows 10/11 | Substantially supported |
| TalkBack | Chrome for Android | Android 13+ | Substantially supported |
| Keyboard only (no AT) | All modern browsers | Any desktop OS | Fully supported |
We recommend using the latest version of your preferred browser and assistive technology for the best experience. Internet Explorer is not supported.
Technical approach
CeleBrease is built with Next.js and React, using semantic HTML5 elements, ARIA attributes applied conservatively and correctly, and no JavaScript-dependent content that cannot be perceived by assistive technologies. Our style sheet respects user agent font sizing and zoom up to 400% without loss of content or functionality.