Bug fixes
- Fixed KFX horizontal margin handling when html/body root margins are used.
- Normal paragraph margins now correctly accumulate with synthetic root/page margins.
- Fixed a regression where regular paragraphs could ignore their own horizontal margins while dropcap paragraphs still appeared aligned.
- Example now works correctly:
html {
margin: 0 -12pt;
}
p {
margin: 0 0 0 3em;
}- Root html/body horizontal margins are now treated as page/story insets, not ordinary container margins.
- Added regression coverage for root margins combined with paragraph margins.
Full Changelog: v1.3.2...v1.3.3