Commit 58ce528
fix(html): put a page-anchored frame on the page, not in the text
A frame took its placement from its wrap alone, so one anchored to the
page floated into the running text: a letter's address, date and footer
boxes landed between the paragraphs instead of in their fields. Only a
frame anchored in the text reads the wrap now; one anchored to the page
sits at its own coordinates on it.
The reference output also picks up the shipped css and js, which had
drifted from what the engine emits since #679, #682, #683 and #685 - the
same html rendered differently there than freshly generated.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01J8PCMZUVxuGstmmgQzEdif1 parent 5a07030 commit 58ce528
2 files changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
425 | 431 | | |
426 | 432 | | |
427 | | - | |
428 | | - | |
| 433 | + | |
429 | 434 | | |
430 | 435 | | |
431 | | - | |
| 436 | + | |
432 | 437 | | |
433 | 438 | | |
434 | 439 | | |
| |||
446 | 451 | | |
447 | 452 | | |
448 | 453 | | |
449 | | - | |
| 454 | + | |
450 | 455 | | |
451 | 456 | | |
452 | 457 | | |
| |||
457 | 462 | | |
458 | 463 | | |
459 | 464 | | |
460 | | - | |
| 465 | + | |
461 | 466 | | |
462 | 467 | | |
463 | 468 | | |
| |||
0 commit comments