← All terms

View Hierarchy

Also known as: UI Hierarchy, Accessibility Hierarchy, DOM Tree

The tree-structured representation of how user interface elements are organized and nested within an application. The view hierarchy defines parent-child relationships between UI components, specifying which elements are contained within others and how they are grouped. This structure is essential for accessibility because screen readers use it to determine navigation order, element grouping, and semantic relationships. When an app has a missing or incomplete view hierarchy, assistive technologies cannot properly convey the interface structure to users with disabilities.

Category: User Interface Design · Accessibility Concepts · Mobile Accessibility

Related: Accessibility Tree · Screen Reader · UI Semantics · Accessibility API

Sources