WORK-378
ID:WORK-378Status:ready

href demotion of media guests + cover backdrop pointer-events

Demote a clickable container's media guest to presentational + pointer-events: none, and make a cover guest an inert backdrop unconditionally.

Priority:lowComplexity:moderateMilestone:v0.20.0Source:SPEC-090
claude/mcp-server-verify-4lnxej View source

Criteria completion

Criteria completion: 0 of 3 (0%) checked; tracking started on Jun 9, no incremental history yet0%25%50%75%100%Jun 9Jun 15

Tracking started Jun 9 — check back for trends.

Branches 2
claude/mcp-server-verify-4lnxej current ready
claude/spec-090-media-guest-posture donemain done
History 1
  1. 1da59d6
    Created (ready)by bjornolofandersson

Acceptance Criteria

  • A clickable container (card/bento-cell with href) demotes its media guest: renders the static fallback and is pointer-events: none so the whole tile links reliably; the demotion is scoped to the media guest only (content-overlay controls stay interactive).
  • In cover mode the media guest is pointer-events: none regardless of href; interactive full-bleed guests with overlaid UI are out of scope.
  • A container without href (and not cover) hosts interactive guests normally.

Approach

Stretched link + z-index lift in bento.css/card.css. SPEC-090 §2,§4,§5.

References

  • SPEC-090