Common-region grouping beats proximity grouping
Aliases: region beats proximity · container over spacing
What it is
Set up spacing and an enclosing container (a background fill, an outlined box) to point at opposite groupings — say, widen the gap between two elements that share a container while shrinking the gap between two elements in different containers — and most people's reported grouping follows the container, not the spacing. When the two cues directly conflict, the container usually wins.
This does not make spacing meaningless: in a layout with no containers at all, spacing is still the most direct grouping tool. It just should not be expected to overrule a container once one is actually present on screen.
Why it happens
A container changes the earlier step of how many regions the display gets carved into — an element only has to know which region it falls in to know its group. Proximity requires comparing relative distances between elements, and that comparison happens after the container has already partitioned the space. When the two disagree, the container's answer is already settled by the time the spacing comparison would run, so spacing can only operate inside that established frame rather than override it.
Where it stops holding
The priority is not absolute: a container drawn with extremely faint fill or a hairline stroke, or a spacing difference pushed to an extreme, can weaken or even reverse the container's advantage. How much either cue can overcome the other depends on each cue's own strength in that specific display, not on a fixed ranking — quantifying that trade-off belongs to a separate, unified verification method not covered here.
Nor does "container wins" mean spacing stops mattering: elements inside one container can still be sub-grouped by their internal spacing. The container only settles the outermost grouping; it does not flatten whatever finer structure exists inside it.
Applying it
- When a layout uses both spacing and a background fill or outline to communicate grouping, first check that the two point to the same result. If they diverge, users will likely group by the container first, and any spacing difference will read as an internal arrangement within that container rather than a separate group.
- When a grid keeps you from pulling elements far enough apart to show a group boundary, do not expect adjusting spacing to overcome an existing container — switch containers instead (a different fill, a dividing line that encloses a distinct area) to express the split.
- To verify: strip away every container's fill and stroke, leaving only the elements' spacing relationships, and check whether the resulting grouping still matches what it was with the container present. A mismatch confirms the container was independently deciding the grouping rather than merely reinforcing spacing.
Related
- Same group: A2.07.1 Elements sharing an enclosing boundary are perceived as one group · A2.07.3 Nesting containers too deep loses its grouping meaning
- Nearby: A2.01 Proximity · A2.10 Conflict and priority among Gestalt principles (the unified method for verifying relative cue strength lives in this group)
- Search terms:
common region dominance·cue conflict·container grouping