A static pinned item notice shows Release notes, Pinned top position, Frequent reference reason, and Not synced status.

Program

Pinned item notices should show ordering intent without implying sync or account state.

pinned_item_notice.html
Visuals: captured from real browser rendering
<section class="pinned-notice" aria-labelledby="pinned-notice-title"><h2 id="pinned-notice-title">Pinned item notice</h2><dl>
  <div><dt>Item</dt><dd>Release notes</dd></div>
  <div><dt>Position</dt><dd>Pinned top</dd></div><div><dt>Reason</dt><dd>Frequent reference</dd></div>
  <div><dt>Status</dt><dd><span class="badge">Not synced</span></dd></div></dl>
  <p class="check">Learner check: the pin state is visible without syncing order.</p>
  <p class="note">Static pinned item notice only; no folder service, label service, tagging service, pin service, sync service, storage, cookie, route, API, network, script, event listener, form submit, input, checkbox, analytics, timer, object URL, download, service worker, account/session behavior, or live pinning runs.</p></section>
<style>
  .pinned-notice { display: grid; gap: 10px; max-width: 38rem; border: 1px solid #1d4ed8; padding: 12px; background: #eff6ff; }
  .pinned-notice dl { display: grid; gap: 8px; margin: 0; }
  .pinned-notice dl div { display: grid; grid-template-columns: 8rem 1fr; gap: 8px; }
  .pinned-notice dt { color: #475569; }
  .pinned-notice dd, .check, .note { margin: 0; }
  .badge { border-radius: 999px; background: #dbeafe; padding: 2px 8px; }
  .note { color: #475569; }
</style>
  1. Label the pinned notice.

    The section is labelled by its visible heading.
    The section is labelled by its visible heading.
  2. Show item row.

    The item is exact pinned data.
    The item is exact pinned data.
  3. Show position and reason rows.

    The position and reason are exact pinned data.
    The position and reason are exact pinned data.
  4. Render not-synced status.

    The status badge says this is not synced.
    The status badge says this is not synced.
  5. Check pin readback.

    The check says the pin state is visible without syncing order.
    The check says the pin state is visible without syncing order.
  6. Check pin honesty.

    Item, position, reason, status, and no live pinning.
    Item, position, reason, status, and no live pinning.
step flow step(1) labels the source, step(2) shows the item, step(3) shows position and reason rows, step(4) shows not-synced status, step(5) checks the pin readback, and step(6) checks the honesty note.
pin readback The section heading names the pinned item notice surface.
pin rows Item, Position, Reason, and Status values are exact pinned data.
no live pin sync The lesson should not imply folder services, label services, tagging services, pin services, sync services, storage, cookies, routes, APIs, networks, scripts, event listeners, form submits, inputs, checkboxes, analytics, timers, object URLs, downloads, service workers, account/session behavior, or live pinning.