docs: Phase 0.5 audit — /roadmap polish pass preflight

Confirmed before changing anything:
- trackHeight default = 460 in roadmap-layout.ts (midY 230). .rr-track
  inline-styled at 460px. .rr-scroll has only padding-bottom: 8px — no
  horizontal padding, no scroll-padding-{left,right}.
- .rr-current class is being applied to the correct dot:
  class:list={['rr-dot', { 'rr-current': i === lastShippingIndex }]}.
  lastShippingIndex computed via the spec's pop-of-shipping-indices.
- Progress dots row is rendered as <div class="rr-progress"> with
  Math.max(2, Math.min(6, ceil(items.length/2))) .rr-progress-dot
  children. Nav script toggles .active.
- Card eyebrow reads `${item.target.toUpperCase()} · ${STATUS_LABEL[
  item.status]}` (or the bare label when target is null) — matches.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Hvid 2026-05-12 11:54:05 +02:00
parent 0fde7e493b
commit 1a169f3ac6

Diff content is not available