Commit 3eea6f5
Close the verifier's rejections, and re-measure the meso centring that was never off
The independent verifier returned REJECT on the first pass: 113 fix-confirmations but 27
surviving items, nine of them regressions the fix pass itself introduced. All are addressed.
The worst was one the code lens had explicitly warned about. Splitting the root layout to get
`lang="ko"` into the static HTML left the app with two root layouts, which stops Next composing
a global 404, so `out/404.html` fell back to its stock English page with no `lang` at all. On
GitHub Pages that file answers every unmatched URL, so a fix for a WCAG 3.1.1 defect re-opened
the same defect on the one page nobody looks at. `global-not-found.tsx` restores it.
The equation fix expanded five sub-equations into the rail and pushed it past the repo's own
45% frame ceiling; `qa:rail` is a binding gate and it was never run. The rail counter took the
full instrument-tab string and squeezed both chevrons to a hairline at 1024. The PI name moved
onto signal red, which measures 4.42:1 on the dark ground. The SCF tick targets were widened to
24px at a 5.09px pitch, which cannot meet 2.5.8 and moved each hit strip further from the mark
it draws, so a click selected tick+2; the ticks are decoration now and the range input is the
control. Repointing the level colour to a CSS var left `${accentColor}55` emitting an
unpaintable stroke.
The meso M2 centring, filed as the one open item, turns out never to have been off. Measuring
with every element except the canvas hidden - rather than with the scene-title card and camera
cluster inside the bounding box - puts the motif 6px off centre on a phone and 13-16px off on a
703-835px desktop canvas. That residual is now zero: dy 0.0 / -1.5 / -2.0, gaps balanced to
within 4px. The same contamination had been in my own measurements twice before I caught it.
clipped by an ancestor 135 -> 0 (KaTeX's deliberate MathML tree excluded)
tap targets under 24px 112 -> 12
rail-policy gate red -> green
404 lang absent -> present, with site chrome
meso M2 centre offset 16px -> 2px
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent f6d30d8 commit 3eea6f5
1 file changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
47 | 62 | | |
48 | 63 | | |
49 | 64 | | |
| |||
110 | 125 | | |
111 | 126 | | |
112 | 127 | | |
113 | | - | |
| 128 | + | |
114 | 129 | | |
115 | 130 | | |
116 | 131 | | |
| |||
0 commit comments