@@ -644,7 +644,8 @@ The `open()` constructor currently accepts the following property groups in its
644644 padding (per-side), alignment (currently numeric enum values, with a planned
645645 transition to string literals), direction (top-to-bottom or left-to-right),
646646 and gap
647- - ** ` border ` ** — per-side border widths, border color, and border background color
647+ - ** ` border ` ** — per-side border widths, border color, and border background
648+ color
648649- ** ` cornerRadius ` ** — per-corner radius values, producing rounded box-drawing
649650 characters
650651- ** ` clip ` ** — clip region configuration for scroll containers
@@ -661,9 +662,10 @@ and fields have been added incrementally and more may follow. Alignment values
661662are expected to transition from numeric to string-literal form.
662663
663664** Border background.** When ` border.bg ` is provided, the renderer MUST apply
664- that background color to all cells occupied by border glyphs (corners, horizontal
665- edges, and vertical edges). When ` border.bg ` is omitted, the renderer MUST NOT
666- override the background in border cells; the terminal default background applies.
665+ that background color to all cells occupied by border glyphs (corners,
666+ horizontal edges, and vertical edges). When ` border.bg ` is omitted, the renderer
667+ MUST NOT override the background in border cells; the terminal default
668+ background applies.
667669
668670** Border width and layout interaction.** In the underlying layout engine (Clay),
669671border configuration does not affect layout computation. This is Clay's intended
0 commit comments