diff --git a/resources/css/components/carousel-item.css b/resources/css/components/carousel-item.css index 01a7367a..0b43ed66 100644 --- a/resources/css/components/carousel-item.css +++ b/resources/css/components/carousel-item.css @@ -7,7 +7,7 @@ * [data-md-carousel-item] the tab stop (C-18), a focusable `group`, `md-focus-ring` * [data-md-carousel-surface] the masked, shifted, extra-large-corner (28px) box * [data-md-carousel-content] the slot (an , cropped) - * [data-md-carousel-label] the "n of m"-named overlay on the scrim + * [data-md-carousel-label] the `label` prop's words, over a scrim gradient * [data-md-carousel-label-text] * * The item renders the shared `md-focus-ring` class (foundation/interaction.css) rather than a diff --git a/resources/css/components/modal.css b/resources/css/components/modal.css index 23749268..465dc001 100644 --- a/resources/css/components/modal.css +++ b/resources/css/components/modal.css @@ -10,7 +10,7 @@ * [data-md-modal-body] the only part that scrolls; [data-md-modal-content] wraps the slot * [data-md-modal-actions] pinned, trailing-aligned * - * 560/280px width (min/max), 48px scrim margin, 28px corner and 24dp padding all match the specs + * 560/280px width (max/min), 48px scrim margin, 28px corner and 24dp padding all match the specs * page; a compact window's full-screen dialog swaps the box for the whole screen with a 56px bar * (C-17: this used to be 64px) instead of the headline block. It opens on the fast spatial spring * and closes at once — a native `` makes an exit transition awkward, since diff --git a/resources/views/components/list.blade.php b/resources/views/components/list.blade.php index e4049aaa..307d599e 100644 --- a/resources/views/components/list.blade.php +++ b/resources/views/components/list.blade.php @@ -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"` /