reversenavigation
Reverse navigation is a user interface design pattern that emphasizes the ability to move backward through content, states, or steps within an application. Unlike approaches that focus solely on forward progression, reverse navigation supports returning to previously viewed screens or decision points while preserving the user's context. The concept is applied in web interfaces, software wizards, mobile apps, and documentation tools to describe mechanisms that facilitate backtracking.
Implementation typically includes explicit back controls such as a back button or breadcrumb trail, as well
Design considerations involve consistency across platforms, clear feedback when moving backward, and minimizing surprises for users
Related concepts include back button behavior, breadcrumb navigation, undo and redo, navigation history, and wizard interfaces.