Three bugs prevented images wrapped in inline elements from displaying: 1. Layout: pre_layout_inline_block_descendants now recurses through Inline wrappers to find and pre-layout nested InlineBlock children, so their dimensions are known before IFC flattening. 2. Display list: render_non_inline_descendants traverses through Inline wrappers to find and render InlineBlock/Block descendants without re-rendering backgrounds/borders already handled by IFC fragments. 3. Table sizing: measure_child_width and measure_child_min_content_width now check specified_width and intrinsic_width so images contribute their dimensions to column width calculations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
DisplayList items=1
|
|
Image rect=(8, 24, 100, 50) image_id=img#0
|