A10.10.3Perceptual similarity to hazard cuesdesign

Interface elements resembling a hazardous action's trigger cues keep inducing this error

Aliases: hazard-cue resemblance · trigger-cue similarity

What it is

A data-driven error fires when perceptual input happens to match a well-learned schema's input pattern — which means that as long as some ordinary interface element's appearance (shape, color, position, size) happens to resemble the common trigger cue for a hazardous action, that element itself will repeatedly play the role of a mis-triggering source, regardless of who the person is or how focused they are. This isn't a one-off coincidence — as long as that visual resemblance exists, the same trap keeps firing on different people in different situations.

Why it happens

Visual resemblance keeps inducing errors because the trigger operates on surface form, not semantic meaning — a well-learned schema's activation condition is typically bound to a cluster of perceptual features (a red circular button, a swipe zone in the bottom-right corner) rather than to "what operation this actually is." As long as an interface element checks off that cluster of perceptual features, it can trigger the schema tied to a different, hazardous action regardless of what it actually represents. This is also why the same problem recurs across different pages within one design language — a visual style reused throughout a design system, once bound in one place to a high-risk action, silently copies that same trap every time the style is reused elsewhere.

Where it stops holding

This mechanism only holds when the two actions genuinely share perceptual-level trigger features — if the visual difference is already large enough, a semantic similarity (both being "delete-type" actions) doesn't automatically translate into perceptual mis-triggering risk, because the activation threshold is crossed at the level of perceptual match, not semantic category. Conversely, if two actions look highly similar but are semantically unrelated, the risk still exists, because triggering doesn't look at semantics. Whether an element poses this risk should be judged by whether its perceptual features fall within some well-learned schema's trigger range, not by whether it's functionally related to the hazardous action.

Applying it

Auditing an interface for this trap means reviewing visual features on their own, separately from functional category: list out the trigger cues of hazardous actions — shape, color, position, gesture — then check every other element against that list, paying particular attention to component styles heavily reused across a design system; once a style is flagged as a high-risk trigger cue, check every place across the product where that same style is reused. To verify: collect a period of mis-operation logs and cluster them by the perceptual features of the mistakenly triggered element — if the same cluster of features keeps showing up across mis-operation records on different pages, that visual style itself is the persistent trigger source, and the fix is changing the appearance, not patching individual pages one at a time.

Related

  • Same group: A10.10.1 Data-driven errors are triggered by externally presented information hijacking a similar-looking action schema · A10.10.2 This error is intent-independent, driven only by perceptual surface features · A10.10.4 Reducing this error means redesigning the input side, not asking users to focus harder
  • Nearby: A10.04 Description-similarity errors · A2.02 Similarity
  • Search terms: hazard cue · perceptual similarity · design system reuse

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/A10.10.3