Commit 2d4964d
committed
docs: make the plan agree with the measurement it already records
Review found CHAT-TYPOGRAPHY.md contradicting itself in three places. One cause:
D1 was corrected after measuring, and the correction was never propagated.
intro "~130-character lines" → ~154, the figure actually measured
T1 exit "~72 characters" → ~116, the 680px cap D1 settled on
risks "no test guards this" → closed by the guards in this PR
The 130 and the 72 were both written BEFORE the measurement that produced 680px;
the risk bullet was true when written and stopped being true in the same commit.
Rather than proofreading it again, the number is now pinned to the code: a test
reads `--prose-max` out of the stylesheet and asserts the doc names that exact
cap, and that no stray reference to the disproved 72-character target survives.
Prose drifts from code silently — this is the only claim in the doc that a test
can hold, so it holds it. Caught both directions: change the CSS without the doc
(15/18), the doc without the CSS (15/18), reintroduce the old figure (15/18).
The fourth comment (detachedHtml has no CSP) was written against this branch
before it was rebased, when it still carried #70's commits. extension.js is no
longer in this PR's diff, and the CSP + nonce landed in #70 as dc91502.
33 suites green.1 parent 407512d commit 2d4964d
2 files changed
Lines changed: 25 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
160 | | - | |
161 | | - | |
162 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
271 | 287 | | |
272 | 288 | | |
273 | 289 | | |
| |||
0 commit comments