Delivery Instruction Patterns
Drop-off Review
A static contactless drop-off review shows Contactless method, Covered porch location, Not requested photo note, and No delivery started status.
Program
Drop-off reviews should show the delivery preference and photo note without starting delivery work.
contactless_dropoff_review.html
Visuals: captured from real browser rendering
<section class="dropoff-review" aria-labelledby="dropoff-review-title"><h2 id="dropoff-review-title">Drop-off review</h2><dl>
<div><dt>Method</dt><dd>Contactless</dd></div>
<div><dt>Location</dt><dd>Covered porch</dd></div><div><dt>Photo note</dt><dd>Not requested</dd></div>
<div><dt>Status</dt><dd><span class="badge">No delivery started</span></dd></div></dl>
<p class="check">Learner check: the drop-off preference is visible without starting delivery.</p>
<p class="note">Static contactless drop-off review only; no delivery service, carrier service, courier dispatch, geolocation, map lookup, SMS send, notification, storage, route, API, network, script, event listener, form submit, analytics, timer, photo upload, camera, or live delivery runs.</p></section>
<style>
.dropoff-review { display: grid; gap: 10px; max-width: 38rem; border: 1px solid #1d4ed8; padding: 12px; background: #eff6ff; }
.dropoff-review dl { display: grid; gap: 8px; margin: 0; }
.dropoff-review dl div { display: grid; grid-template-columns: 8rem 1fr; gap: 8px; }
.dropoff-review dt { color: #475569; }
.dropoff-review dd, .check, .note { margin: 0; }
.badge { border-radius: 999px; background: #dbeafe; padding: 2px 8px; }
.note { color: #475569; }
</style>
Label the drop-off review.

The section is labelled by its visible heading. Show method row.

The method is exact pinned data. Show location and photo note rows.

The location and photo note are exact pinned data. Render no-delivery-started status.

The status badge says no delivery has started. Check drop-off readback.

The check says the drop-off preference is visible without starting delivery. Check drop-off honesty.

Method, location, photo note, status, and no live delivery.
step flow
step(1) labels the source, step(2) shows the method, step(3) shows location and photo note rows, step(4) shows no-delivery-started status, step(5) checks the drop-off readback, and step(6) checks the honesty note.
drop-off readback
The section heading names the drop-off review surface.
drop-off rows
Method, Location, Photo note, and Status values are exact pinned data.
no live delivery action
The lesson should not imply delivery services, carrier services, courier dispatch, geolocation, map lookups, SMS sends, notifications, storage, routes, APIs, networks, scripts, event listeners, form submits, analytics, timers, photo uploads, cameras, or live delivery.