Correct three containment headers

Plan step 36 review. The list's header sent dividers to list.css, which
list-item.css draws since 9ff5a7a8; the carousel item's label overlay
shows the `label` prop, not the "n of m" name; the dialog's 560/280px
are its maximum and minimum width, in that order.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9
This commit is contained in:
Andreas Reinhold / reini
2026-09-14 22:08:05 +02:00
co-authored by Claude Opus 5
parent 0326065348
commit 54d88ebc3b
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
Plain by default the items sit on the surface around them, with `dividers` between them if
asked, inset 16px from both ends as ListTokens' `DividerLeadingSpace`/`DividerTrailingSpace`
say (resources/css/components/list.css draws them). `segmented` is M3 Expressive's list: each
item its own surface tile, 2px apart, with small corners that open to large at the ends and
while hovered, pressed, focused or selected (ListTokens, androidx Compose Material 3,
say (resources/css/components/list-item.css draws them). `segmented` is M3 Expressive's list:
each item its own surface tile, 2px apart, with small corners that open to large at the ends
and while hovered, pressed, focused or selected (ListTokens, androidx Compose Material 3,
Apache-2.0).
A plain list is a `role="list"` of `listitem`s. `selectable` (or `selection="single"` /