Type: bug · Parent: Epic 6 · Surfaces: automation run-history / audit log (Subtask 6.6.6 — AutomationRuleAuditLog.tsx) · Status: fix in flight (PR #822) · Source: surfaced by the Story 6.6 audit-log axe sweep (Subtask 6.6.7).
The run-history tombstone row — "Triggering item since deleted", shown when an execution’s triggering work item was later deleted (the SetNull FK) — rendered with text-(--el-text-faint), which fails WCAG AA colour-contrast (axe: serious color-contrast). The faint token is below the AA threshold on the panel surface — the same class as the sidebar-caption AA fix.
Root cause / fix: use --el-text-secondary — the AA-safe de-emphasis token; the line-through still conveys the deleted state. Fix: motir-core PR #822 — verified by 6.6.7’s @a11y sweep (a null-item execution renders the tombstone; the sweep is clean once the fix is applied).