Status Bar
A Status Bar keeps document state, view controls, and zoom information available without competing with the primary workspace.
Document canvas
Usage
Parameters
States and variants
Keep status copy terse and stable. The default 28-pixel bar uses a fixed flex basis so it remains anchored to the workspace edge instead of growing with its controls. Mark expendable context with data-status-priority="low" so save state and actions remain intact on narrow screens. Use semantic text colors for transient save or validation states, and aria-pressed for view-mode controls.
Accessibility
Name the Status Bar when the page contains several landmark footers. Associate every range input and icon button with an accessible name, and announce asynchronous save failures through a separate live region.