← Board
SC-21TasksPhase Two · The First Floor

Site audit, September 2026

Four real findings. Everything else came back clean.

A pass over the whole site before building on it — technical, accessibility and link health, checked against production rather than the build.

Clean

Findings

1. Low-contrast text in nine places — FIXED

text-neutral-400 is 2.52:1 on white, which fails WCAG AA for normal text. It is not decoration — it carries ticket IDs, column counts, entry dates, the city on the home page, and the "Empty." messages on the board. neutral-500 is 4.74:1 and passes.

Raised to neutral-500 everywhere it carried text. No text-neutral-400 is left in the app. The one place the old value survives is a decorative marker, which is aria-hidden and reads as nothing.

2. The Kremlin citation is http://, and unreachable from here

The world-leaders piece links http://en.kremlin.ru/... — the only non-HTTPS link in any published page.

en.kremlin.ru does not respond at all from this machine, over either protocol, including the site root. That looks like network-level blocking rather than a dead page, so the link has not been shown to be broken and must not be treated as broken. Equally, the http:// cannot simply be rewritten to https:// on the assumption it works — that would be publishing a URL nobody has opened. It needs checking from a connection that can reach the host.

3. No security headers beyond HSTS

Production sends Strict-Transport-Security and nothing else — no Referrer-Policy, X-Content-Type-Options, X-Frame-Options, Permissions-Policy or CSP. Nothing is broken by their absence, and a Referrer-Policy is the one with a real argument behind it here: without it, following an outbound link tells that site which page it was on. That sits oddly beside a privacy page.

4. Ticket pages carry no JSON-LD

Entry pages emit an Article block with the dates in machine-readable form. Ticket pages emit none, despite being indexed and served in search results. Inconsistent rather than wrong.

Not findings, recorded so they are not re-investigated