K5.01.1focus-based navigationdesign

There is no pointer, only a current focus

Aliases: focus navigation · pointerless UI · 10-foot focus

What it is

A living-room remote has no mouse pointer that can rest on any pixel. The screen always holds exactly one current focus: the object the system will act on if the user presses OK. There is no hovering in empty space, no lingering between two buttons, and no hover preview. This is focus-based navigation, a different selection device from desktop pointing—not a larger drawn cursor.

Why it happens

A D-pad yields discrete steps, not a continuous coordinate. The system must keep one operable object as focus at every moment, or OK has nowhere to land. Focus is state, not chrome: it answers both “where am I” and “what will the next confirm change.”

Without a pointer there is no drive-by information. Menus that expand on hover, delayed tooltips, previews that follow the cursor all lose their trigger. The user can only confirm, go back, or press another direction on the object that already has focus. The choice set collapses into a timeline: arrive first, decide second.

Default focus is the start of that timeline. After power-on, a new screen, or a dismissed overlay, if nothing inherits focus, OK does nothing and the interface looks dead. An empty focus is not a neutral state; it is the model breaking.

Where it stops holding

Air mice, motion pointers, and trackpad cursors temporarily restore continuous pointing; when the cursor hides or times out, the UI still has to fall back to focus. Phone-to-TV casting and TV browsers that load desktop pages are often laid out for a pointer, so focus lands on invisible or non-actionable nodes. A text caret inside a search field is a second “current” object, distinct from page-level focus; when both exist, it must be obvious which one eats the D-pad. Kids modes or demo loops that auto-advance focus turn “current” from user state into system animation.

Applying it

  • Name a default focus the instant a screen appears, usually the primary action; after an overlay closes, return focus to the item that opened it, not to the top-left corner.
  • Do not put essential information or actions in a layer that only appears on hover. Television has no hover.
  • Keep decoration, disabled items, and display-only posters out of the focus sequence; including them makes OK appear to do nothing.
  • Verify by finishing the main path with only a four-way pad and OK, no pointing accessory. Any step that requires “click the empty area” or “move the mouse away first” is not a focus model.

Related

  • Within the group: K5.01.2 Focus movement must follow spatial intuition · K5.01.3 Focus must remain clearly visible at all times
  • Adjacent: D1.12 Distinguishing focus, hover, and selected · J3.01 Keyboard access · K5.02 Directional-key movement cost
  • Search terms: focus-based navigation · current focus · 10-foot UI

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/K5.01.1