Raised Ridge or Bump Marker¶
Physical marker — instantiates Texture as Signal Encoding
Adds localized tactile markers to controls, packages, tools, or interfaces so states or actions can be distinguished by feel.
A Raised Ridge or Bump Marker adds a discrete, localized raised feature — a single dot, a short ridge, a nib — at one specific spot so that a particular control, state, or action can be found and told apart by fingertip. Its defining trait is that it is a point marker deliberately added to an object: not a finish spread across a whole surface, not a large field walked over, not a driven vibration. It marks this control, here, and it usually rides alongside a visible label rather than replacing it.
Example¶
A manufacturer designs an induction cooktop to be usable by a low-vision cook whose flat glass controls are, by default, invisible to the hand. It adds a tiny vocabulary of relief features to the touch zones: a single raised nib centered on the power control, a short ridge bracketing the "off" pad, and a small raised dot in the middle of the timer pad — the same convention as the tactile dot on the "5" of a phone keypad or the nibs on a keyboard's F and J keys. Cooking in a hurry, the cook slides a finger across the glass, feels the ridge, and finds "off" without looking. A sighted user reads the printed labels as before; the tactile markers add a channel without taking one away.
How it works¶
The designer picks the landmark controls that most need eyes-free targeting, then assigns each a distinct shape from a deliberately tiny set — dot, ridge, double-dot — and places the marker precisely on the control. Two checks govern the design. First, the shapes must be tellable apart by touch, which is bounded by how finely a fingertip can resolve two nearby features. Second, each tactile marker is paired with the existing visual label, so neither the sighted nor the non-visual user is left dependent on a single channel.
Tuning parameters¶
- Relief height — how far the feature stands off the surface. Taller is easier to feel but more prone to snag, wear, or collect grime.
- Marker spacing — how close two markers sit, bounded by fingertip two-point discrimination; too close and adjacent markers blur into one.
- Shape vocabulary size — how many distinct relief shapes the code uses. A handful stays learnable and distinguishable; a dozen does not.
- Coverage — which controls get markers. Marking every control defeats the purpose; marking only the landmarks preserves their salience.
When it helps, and when it misleads¶
Its strength is precise, eyes-free targeting of a specific control or state, added to an object that already exists, at almost no cost to sighted users. It is the cheapest possible accessibility and error-prevention win on a flat or featureless interface.
Its failure mode comes from ignoring the limits of touch. If markers are placed closer than the fingertip's two-point discrimination[n1] threshold, two features read as one and the code collapses; if the shape vocabulary grows too large, users can feel a bump but cannot recover which one it is. The classic misuse is sprinkling identical bumps on many controls so that "has a bump" stops distinguishing anything. The guarding discipline is to respect the fingertip's resolution limit in spacing and relief, and to keep the shape set small enough that each shape carries a clear, separate meaning.
How it implements the components¶
perceptual_discriminability_check— it validates that the raised shapes are actually tellable apart by fingertip, under the two-point discrimination limit and real handling.redundancy_mapping— it pairs each tactile marker with the existing printed or molded visual label, so neither channel alone is required.texture_code_vocabulary— it defines the small set of relief shapes (dot, ridge, double-dot) and the state or action each one means.
It does not encode a standards-governed walked surface — the public cultural_or_domain_convention_register and safety-critical accessibility_and_safety_constraint of a walking surface belong to Tactile Paving Surface; the divide is that a bump marker is a bespoke discrete feature on a device read by fingertip, while paving is a large standardized ground surface read underfoot.
Related¶
- Instantiates: Texture as Signal Encoding — supplies the added-point-marker channel for eyes-free control targeting.
- Sibling mechanisms: Tactile Paving Surface · Material Finish Code · Haptic Feedback Pattern · Texture Sample Card · Hatching Pattern Legend · Redundancy Style Guide · Semantic Texture Palette · Data-Quality Texture Overlay · Textured Chart Fill
Editorial Notes¶
Form Classification¶
Form family: Interface, Display & Cue
Rationale: Raised Ridge or Bump Marker operates as a user-facing prompt, display, template, or perceptual cue that shapes attention and action at the point of use because it adds localized tactile markers to controls, packages, tools, or interfaces so states or actions can be distinguished by feel.
Independent corroboration: The frozen evidence defines Raised Ridge or Bump Marker as 'Adds localized tactile markers to controls, packages, tools, or interfaces so states or actions can be distinguished by feel', so its operative form is Interface, Display & Cue.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Human-Computer Interaction
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Universal
Rationale: Tactile markers that make controls distinguishable by feel belong to human factors and accessible interaction design.
Related originating lineages:
- Engineering & Design — Industrial and safety engineering developed physical control coding for eyes-free identification.
Review resolution: Both blind reviewers agree on human_computer_interaction as the primary origin. Explicit reconciliation resolves origin_mode_disagreement, domain_reach_disagreement. The merged alternate lineages retain only domains the reviewers identified as materially formative; domain_reach=universal records later applicability separately from origin breadth.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
[n1] The two-point discrimination threshold is the smallest distance at which two simultaneous touches on the skin are felt as two rather than one — on the fingertip a few millimeters, far coarser elsewhere. It sets a hard floor on how densely tactile markers can be packed and still be told apart. ↩