Proxy Interface
Also known as: Accessibility Proxy, Alternative Interface
An intermediary user interface that sits between the user and the original content, re-presenting information in a more accessible format without modifying the underlying source. In accessibility contexts, proxy interfaces are used to transform visually-encoded content (like image-based menus or complex data visualizations) into screen reader-friendly formats such as linear lists, accordions, or structured HTML. Browser extensions commonly implement proxy interfaces by intercepting page content, processing it through AI or other transformation tools, and injecting an alternative accessible view into the page. The proxy approach is valuable because it does not require website owners to modify their content, allowing users to independently access inaccessible material on any site.
Category: assistive technology · web accessibility
Related: Browser Extension Accessibility · Content Re-Rendering · Screen Reader Navigation · Document Accessibility