Share Link Permission Patterns
Link Summary
A static share link summary shows Project brief, Anyone with link access, View only permission, and Review only status.
Program
Share link summaries should show the item, access level, and permission before any real sharing change.
shared_link_summary.html
Visuals: captured from real browser rendering
<section class="link-summary" aria-labelledby="link-summary-title"><h2 id="link-summary-title">Share link summary</h2><dl>
<div><dt>Item</dt><dd>Project brief</dd></div>
<div><dt>Access</dt><dd>Anyone with link</dd></div><div><dt>Permission</dt><dd>View only</dd></div>
<div><dt>Status</dt><dd><span class="badge">Review only</span></dd></div></dl>
<p class="check">Learner check: the share access is visible before any link changes.</p>
<p class="note">Static share link summary only; no sharing service, link generation, permission mutation, clipboard write, storage, route, API, network, script, event listener, form submit, analytics, timer, or live sharing runs.</p></section>
<style>
.link-summary { display: grid; gap: 10px; max-width: 38rem; border: 1px solid #0f766e; padding: 12px; background: #f0fdfa; }
.link-summary dl { display: grid; gap: 8px; margin: 0; }
.link-summary dl div { display: grid; grid-template-columns: 8rem 1fr; gap: 8px; }
.link-summary dt { color: #475569; }
.link-summary dd, .check, .note { margin: 0; }
.badge { border-radius: 999px; background: #ccfbf1; padding: 2px 8px; }
.note { color: #475569; }
</style>
Label the link summary.

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

The item is exact pinned data. Show access and permission rows.

The access and permission are exact pinned data. Render review-only status.

The status badge says this is review only. Check share readback.

The check says share access is visible before any link changes. Check share honesty.

Item, access, permission, status, and no live sharing.
step flow
step(1) labels the source, step(2) shows the shared item, step(3) shows access and permission rows, step(4) shows review-only status, step(5) checks the share readback, and step(6) checks the honesty note.
share readback
The section heading names the share link summary surface.
share rows
Item, Access, Permission, and Status values are exact pinned data.
no live sharing
The lesson should not imply sharing services, link generation, permission mutations, clipboard writes, storage, routes, APIs, networks, scripts, event listeners, form submits, analytics, timers, or live sharing.