Annotation-based Transcoding
Also known as: Annotation-driven Transcoding, External Annotation
Annotation-based transcoding is a web accessibility technique in which a third party (not the site owner) authors a separate metadata file — the 'annotation' — that describes how to restructure or re-label a web page for screen reader users, and a transcoding proxy or browser applies those changes on the fly as the page is served. Annotations commonly add alternative text, assign ARIA-like roles, reorder visually fragmented groupings, and mark landmarks for efficient heading navigation. Introduced by Asakawa and Takagi at ASSETS 2000, the approach lets communities improve inaccessible sites without vendor cooperation, and foreshadows both modern accessibility overlays and the WAI-ARIA attribute model. Its main weakness is brittleness: annotations that reference DOM paths break when site markup changes.
Category: Web Accessibility · Assistive Technology · Content Adaptation
Related: Transcoding · Accessibility Overlay · Metadata · WAI-ARIA