Linearization
Also known as: Content linearization, Serial presentation
The process by which screen readers convert two-dimensional visual page layouts into a single sequential audio stream, reading content in DOM order. Linearization strips away spatial relationships, visual groupings, and layout cues that sighted users rely on for navigation and comprehension, often making it difficult for screen reader users to compare, synthesize, or understand relationships between items presented in grid-based or multi-column layouts.
Category: web accessibility · screen reader
Related: Screen reader · Transcoding · Semantic HTML · Document accessibility