From 5c35efd49865686b0aaf5ce41198e827576920c8 Mon Sep 17 00:00:00 2001 From: iris-ai <4+iris-ai@noreply.localhost> Date: Thu, 17 Sep 2026 23:04:49 -0400 Subject: [PATCH] Note that transparent leftover across a span is deferred Co-Authored-By: Claude Fable 5.1 --- docs/HANDOFF.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/HANDOFF.md b/docs/HANDOFF.md index c5a5fae..72f1479 100644 --- a/docs/HANDOFF.md +++ b/docs/HANDOFF.md @@ -178,7 +178,12 @@ when no child has a `px` or `rel` part does the span report `leftover` itself and take its parent's room (Bryan, 2026-09-18: "returning rest if any have it is probably fine", refined to this because it costs nothing). So `row![text, rect]` is as tall as the text with the rect filling it, and -`row![rect, rect]` fills its column's share. +`row![rect, rect]` fills its column's share. **Deliberately not done**: a +fully transparent `leftover` across a span, where the span's height would +be the larger of its tallest fixed child and the share its parent hands +back. That needs the parent's division to come back down after the report, +a second resolution pass; Bryan deferred it until the core is settled. Do +not attempt it as part of this plan. The shapes the rest of the containers take (write them, they are short):