How Youku Built a Long‑Term Accessibility Strategy for Its Video App
The article details Youku's comprehensive approach to making its video app accessible, covering unified component specifications, screen‑reader support, extensive testing, scoring mechanisms, content adaptations, and future plans that together create a sustainable, user‑friendly experience for visually impaired users.
As one of China's leading video platforms, Youku was invited by the Shenzhen Information Accessibility Research Association to share its accessibility journey at the CSDN 1024 Programmer Festival forum, presenting the talk "Accessibility Construction: Unified Components + Elegant Interaction".
Background and Motivation
Youku tackled accessibility from two angles: product-level UI/UX modifications and content-level accessibility. Visually impaired users rely on screen‑reader software to hear UI elements, so every piece of text must be readable and navigable.
Challenges in Mobile Platforms
Although Android and iOS provide native accessibility support (e.g., TextView and Button can be focused and read by the system), relying solely on these APIs cannot meet the high‑quality experience required for complex, modern app pages. New technology stacks and increasingly intricate page layouts introduced many components lacking proper accessibility hooks, leading to excessive swipe actions and poor usability on the pre‑redesign Youku homepage.
Technical Solutions
Unified Component Screen‑Reader Specification : Defined a common set of accessibility attributes for all reusable UI components, ensuring consistent screen‑reader behavior across Android and iOS.
Deep Integration Beyond System Defaults : Added custom focus management, descriptive labels, and role definitions to handle complex widgets such as recommendation carousels and video controls.
Video Player Optimization : Collected feedback from visually impaired users, then refined the control bar and portrait/landscape transitions to match their interaction habits, dramatically reducing the number of gestures needed.
Testing and Continuous Improvement
Youku partnered with professional accessibility testers to conduct extensive usability trials. Issues were logged, prioritized, and addressed through a systematic adaptation process covering both the app architecture and individual business scenarios.
A monthly scoring system, co‑designed with the Shenzhen Accessibility Research Association, evaluates each scene's accessibility level using a weighted algorithm. Thresholds trigger alerts, ensuring every new version maintains or improves its accessibility score.
Content Accessibility
The app now offers an "Accessibility Theater" searchable by the keyword "无障碍" (accessibility), featuring videos with audio descriptions and subtitles, enabling blind users to enjoy movies and series.
Recognition and Impact
Youku's accessibility efforts have earned multiple honors, including Alibaba Orange Point Public Welfare Top‑10 Project, the Alibaba Technical Public Welfare Committee Continuous Investment Award, the Ministry of Industry and Information Technology's first‑level accessibility certification, and several city‑level exemplary case awards.
Feedback from users, such as a rural special‑needs school teacher who finally could let his students watch movies, underscores the real‑world impact of these improvements.
Future Directions
Plans include expanding external collaborations, obtaining nationwide certification for visually impaired users, balancing commercial interests with accessible content, and further strengthening the underlying framework and detection tools to sustain long‑term accessibility excellence.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
