Literature Reviews
Reviewed research papers, articles, and publications relevant to digital accessibility.
14 results found tagged CSS.
-
Combining SADIe and AxsJAX to Improve the Accessibility of Web Content
This paper from the University of Manchester presents a prototype system that combines two accessibility approaches — SADIe and Google's AxsJAX framework — to improve web content access for visually impaired screen reader users. SADIe (Semantic Annot…
-
Web Presentation Layer Bootstrapping for Accessibility and Performance
This paper presents the "Web Bootstrapper," a technique for delivering different presentation experiences ("skins") from a single semantic HTML codebase without altering source markup or running costly client-side detection code. The approach address…
-
Transforming Web Pages to Become Standard-Compliant through Reverse Engineering
This paper addresses the problem of transforming legacy, non-standards-compliant web pages into valid HTML with proper separation of content and presentation — a fundamental requirement for web accessibility. In 2006, over 95% of web pages failed W3C…
-
Accessibility Assessment of Violations on the Stack Overflow Platform
This study investigates whether code snippets shared on Stack Overflow — one of the world's most popular developer Q&A platforms with over 120 million monthly visitors — follow web accessibility guidelines. The researchers built a tool called A11y Re…