Delivery Instruction Patterns
Gate Code Notice
A static gate code visibility notice shows Building B address, Gate code hidden code state, Courier only visibility, and Not sent status.
Program
Gate code notices should show who can see sensitive delivery details without sending them to a service.
gate_code_visibility_notice.html
Visuals: captured from real browser rendering
<section class="gate-notice" aria-labelledby="gate-notice-title"><h2 id="gate-notice-title">Gate code notice</h2><dl>
<div><dt>Address</dt><dd>Building B</dd></div>
<div><dt>Code</dt><dd>Gate code hidden</dd></div><div><dt>Visibility</dt><dd>Courier only</dd></div>
<div><dt>Status</dt><dd><span class="badge">Not sent</span></dd></div></dl>
<p class="check">Learner check: the code visibility is visible without sending delivery details.</p>
<p class="note">Static gate code notice 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>
.gate-notice { display: grid; gap: 10px; max-width: 38rem; border: 1px solid #b45309; padding: 12px; background: #fffbeb; }
.gate-notice dl { display: grid; gap: 8px; margin: 0; }
.gate-notice dl div { display: grid; grid-template-columns: 8rem 1fr; gap: 8px; }
.gate-notice dt { color: #475569; }
.gate-notice dd, .check, .note { margin: 0; }
.badge { border-radius: 999px; background: #fde68a; padding: 2px 8px; }
.note { color: #475569; }
</style>
Label the gate code notice.

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

The address is exact pinned data. Show code and visibility rows.

The code state and visibility are exact pinned data. Render not-sent status.

The status badge says the code has not been sent. Check gate code readback.

The check says code visibility is visible without sending delivery details. Check gate code honesty.

Address, code state, visibility, status, and no live delivery.
step flow
step(1) labels the source, step(2) shows the address, step(3) shows code and visibility rows, step(4) shows not-sent status, step(5) checks the gate-code readback, and step(6) checks the honesty note.
gate readback
The section heading names the gate code notice surface.
gate rows
Address, Code, Visibility, and Status values are exact pinned data.
no live send
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.