[1.162.0] — 2026-08-13
Fixed (MEDIUM) — the "?" help affordance is now a ≥24×24 pointer target (WCAG 2.5.8). .help-hint measured 18×18 px with padding:0, below the Target Size (Minimum) floor, on every page heading.
Fixed
.help-hintbox is now 24×24 (the measurable pointer target) while the visible ring stays 18px, drawn by a centered::before— so the glyph size and the<h1>baseline/line-height are unchanged (page-title lines are taller than 24px). Hover / active / focus-visible states move with the ring; the margin trims 6→3px so the gap to the title is identical. The v1.158.0document.titleclone-strip (which excludes.help-hint) is untouched.
Notes
- CSS-only; no JS, i18n, route, CSP, SSRF, or parent-write change.
- Tests:
tests/help-hint-target-size.test.mjs(+2). Suite: 2418 (+2).