Accessibility Statement
Last updated: April 2026
UniSong Creator Studio ("UniSong," "we," "us," or "our") is committed to making unisongcreator.com usable for the widest possible audience, including people with disabilities. This statement describes the accessibility measures we apply, our conformance status, known limitations, and how to reach us if you encounter a barrier.
1. Our Commitment
We design, build, and review this website with accessibility as a first-class requirement — not an afterthought. We aim to meet or exceed Web Content Accessibility Guidelines (WCAG) 2.1 Level AA on every public-facing page.
2. Conformance Status
Target: WCAG 2.1 Level AA.
Self-assessed status: Partially conformant. "Partially" means some parts of the content do not yet fully conform to the accessibility standard. Conformance is continuously monitored via an automated accessibility test suite (see Section 5 — Assessment Method) and periodic manual review.
3. Scope
This statement covers:
- All pages served under
unisongcreator.com, including the homepage, About, Contact, Official Domains, Fact Sheet for AI, Legal landing, Terms & Conditions, Privacy Policy, Cookie Policy, and this Accessibility Statement - Interactive elements including the navigation menu (desktop and mobile), solution-detail dialog, contact form, FAQ accordion, and cookie consent banner
This statement does not cover:
- Third-party tools linked from our site (for example, Cal.com scheduling), which are governed by their own accessibility statements
- Content that may appear in email communications or on our outreach domains listed in Official Domains
4. Accessibility Features
The following accommodations are built into the site:
- Keyboard navigation. Every interactive element can be reached, operated, and exited using the keyboard alone. The first focusable element on every page is a "Skip to main content" link.
- Visible focus indicator. A high-contrast green outline appears on any element receiving keyboard focus.
- Semantic structure. One
<h1>per page, monotonic heading hierarchy, landmark regions (<nav>,<main>,<footer>), and ARIA labels on primary navigation. - Dialogs. Modal dialogs (mobile menu, service detail, cookie banner) are implemented with
role="dialog",aria-modal, focus trapping, ESC-to-close, focus return, and theinertattribute when hidden so their controls do not leak into the tab order. - Forms. Contact form labels are programmatically associated with inputs. Submission feedback uses
role="alert"(errors) androle="status"witharia-live="polite"(success), so it is announced to assistive technology without stealing focus. - Images and media. Decorative SVGs are marked
aria-hidden="true"; meaningful icons carryrole="img"+aria-label. Background videos carryaria-hidden+tabindex="-1"so they are ignored by assistive technology. - Color and contrast. Body text, muted text, accent links, and form controls meet WCAG AA contrast on the dark background. Inline accent links carry a persistent underline so they are distinguishable from surrounding text without relying on color alone.
- Multilingual content. Any Chinese (Simplified) passages carry a
lang="zh-Hans"attribute so screen readers switch to the correct pronunciation. - Motion and autoplay. Background videos are muted and decorative; they are not critical to understanding any content and can be safely ignored.
5. Assessment Method
We evaluate the site through a combination of automated and manual checks:
- Automated: a Playwright + axe-core test suite that scans every public route on every push and pull request, blocking any regression of serious or critical WCAG violations
- Manual keyboard testing: every interactive element (navigation, modal, accordion, form, cookie banner) is verified by keyboard-only traversal
- Developer review: all pull requests touching UI are reviewed against the accessibility conventions in our internal engineering guide
6. Known Limitations
Despite our efforts, the following limitations exist as of the "Last updated" date:
- Third-party imagery. A portion of homepage and supporting images are currently served from a third-party content delivery network (Framer). Alt text is set by us, but we do not control the underlying file metadata.
- No screen-reader pass. Our automated suite cannot evaluate the quality of screen-reader announcements. A manual pass with VoiceOver (macOS/iOS) and NVDA (Windows) is planned but has not yet been completed.
- Background video captions. The decorative hero and CTA videos have no audio track and no text alternative, because they convey no information — they are purely atmospheric. If a future video carries meaningful content we will provide captions and a transcript.
- Cookie banner first render. On initial visit, the cookie consent banner appears after a brief delay (~600 ms) to avoid competing with the first paint. Users relying on assistive technology may perceive a short interval before the banner is announced.
7. Feedback and Requests
If you encounter an accessibility barrier on this website, or if you need information in an alternative format, please let us know. We aim to respond to accessibility reports within five (5) business days.
Email: hello@unisongcreator.com (please include "Accessibility" in the subject)
Postal: No. 138, Building 4, Tongxie Rd., Uptown, Gongshu District, Hangzhou, Zhejiang, China
8. Technical Specifications
Accessibility on this site relies on the following technologies working together with the user's browser and any assistive technologies installed:
- HTML5 semantic elements and landmark roles
- CSS (with
prefers-reduced-motionrespected for any decorative animation that isn't purely atmospheric) - JavaScript for progressive enhancement only — all informational content remains readable with JavaScript disabled
- WAI-ARIA 1.2 where native semantics are insufficient
9. Compatibility With Browsers and Assistive Technology
The site is designed to be compatible with recent (within the last two major versions) of:
- Browsers: Chrome, Safari, Firefox, Edge
- Screen readers: VoiceOver (macOS, iOS), NVDA (Windows), TalkBack (Android)
- Operating systems: macOS, Windows, iOS, Android
We do not test against browsers older than two major versions, Internet Explorer, or discontinued assistive technologies.
10. Approval and Review
This statement was prepared on April 22, 2026 and reflects the state of the site on that date. It is reviewed and revised when material changes are made to the site, and at minimum once per year.
Skip to main content