Device Session Review Patterns
Trusted Device
A static trusted-device notice shows Work laptop, August 8 2026, Remembered device, and Review trust status.
Program
Trusted-device notices should read back the device, trust window, method, and status without writing cookies or changing trust tokens.
trusted_device_notice.html
Visuals: captured from real browser rendering
<section class="trusted-device" aria-labelledby="trusted-device-title"><h2 id="trusted-device-title">Trusted device notice</h2><dl>
<div><dt>Device</dt><dd>Work laptop</dd></div>
<div><dt>Trust until</dt><dd>August 8, 2026</dd></div>
<div><dt>Method</dt><dd>Remembered device</dd></div>
<div><dt>Status</dt><dd><span class="badge">Review trust</span></dd></div></dl>
<p class="note">Static trusted-device notice only; no trust token, cookie write, device service, auth service, storage, route, API, network, timer, script, or live trust change runs.</p></section>
<style>
.trusted-device { display: grid; gap: 10px; max-width: 38rem; border: 1px solid #64748b; padding: 12px; }
.trusted-device dl { display: grid; gap: 8px; margin: 0; }
.trusted-device dl div { display: grid; grid-template-columns: 8rem 1fr; gap: 8px; }
.trusted-device dt { color: #475569; }
.trusted-device dd, .note { margin: 0; }
.badge { border-radius: 999px; background: #dbeafe; padding: 2px 8px; }
.note { color: #475569; }
</style>
Label the trusted-device notice.

The section is labelled by its visible heading. Show the device row.

The device is exact pinned data. Show the trust window.

The trust date is exact pinned data. Show the trust method.

The trust method is exact pinned data. Render the review status.

The status badge says this is only a review state. Check trust honesty.

Device, trust date, method, status, and no live trust change.
trust readback
The section heading names the trusted-device surface.
trust rows
Device, Trust until, Method, and Status values are exact pinned data.
no trust change
The lesson should not imply trust tokens, cookie writes, device services, auth services, storage, routes, APIs, networks, timers, scripts, or live trust changes.