Cursor-shape language depends on platform conventions and is not guaranteed cross-platform
Aliases: platform convention · cursor semantics · cross-platform
What it is
Cursor-shape meaning comes from platform conventions, not a universal natural language. Arrows, hands, link, and busy icons can differ subtly across desktop systems, browsers, consoles, and specialist software; custom cursors depart further from prior experience. A cross-platform product therefore cannot assume that every shape is interpreted identically.
Why it happens
Operating systems supply standard cursor sets, while applications can override both artwork and hotspot. People learn meanings from their habitual environment and carry expectations across platforms. When a product repurposes a familiar cursor or changes its hotspot, people act on the old mapping and make errors.
Studying it
Test first interpretation, errors, and recovery on each target platform with users of varied system experience. Compare cursor-only cues with text, icons, and disabled states, especially checking whether custom pointers are mistaken for system status or undiscoverable actions.
Where it stops holding
Following the platform does not forbid innovation; specialist tools can establish new semantics when they remain consistent, learnable, and supported by other cues. Standard pointers also do not cover non-pointer input or every cultural background, so convention cannot be the sole accessibility strategy.
Applying it
- Prefer native platform cursors and hotspot behaviour; do not casually redefine familiar forms.
- Keep operation intent consistent across platforms while allowing familiar visual variants.
- Give custom pointers labels, onboarding, and keyboard or touch alternatives.
Related
- Same group: C1.19.1 Cursor-shape changes communicate available actions, such as resize arrows and grab hands · C1.19.2 Cursor shapes are ephemeral cues that vanish when the pointer moves away · C1.19.3 A busy cursor signals system occupation, not position feedback · C1.19.5 Cursor colour and contrast must remain discernible on light and dark backgrounds
- Nearby: C1.01 Types and properties of pointing devices · E1 Interface elements and controls
- Search terms:
platform convention·cursor semantics·cross-platform
Cards in the same group
- C1.19.1Cursor-shape changes communicate available actions, such as resize arrows and grab hands
- C1.19.2Cursor shapes are ephemeral cues that vanish when the pointer moves away
- C1.19.3A busy cursor signals system occupation, not position feedback
- C1.19.5Cursor colour and contrast must remain discernible on light and dark backgrounds