1 / 5
Annotations showing exact spacing, sizes, and colours for developers are ___.
-
-
-
-
Redlines (specs) communicate precise measurements so engineers can build pixel-accurate UI without guessing.
2 / 5
Which handoff note prevents ambiguity about behaviour?
-
-
-
-
Specifying states (empty, error, loading) tells engineers what to build for every case, not just the happy path.
3 / 5
Reusable named values like colour-primary or spacing-4 shared in the handoff are design ___.
-
-
-
-
Design tokens map design decisions to code variables, keeping implementation consistent with the system.
4 / 5
Documenting what happens with very long text or no data covers the ___.
-
-
-
-
Calling out edge cases (overflow, zero items, errors) up front avoids back-and-forth and broken layouts later.
5 / 5
Explaining why a layout is the way it is communicates design ___ to engineers.
-
-
-
-
Sharing intent helps engineers make sensible decisions when reality forces small deviations from the mockup.