Raindrop.io Bookmarks 02/17/2023
著
- margin-trim - CSS: Cascading Style Sheets | MDN
"The margin-trim property allows the container to trim the margins of its children where they adjoin the container's edges."
- More control over :nth-child() selections with the of S syntax - Chrome Developers
"When of S is specified, the An+B logic is only applied onto elements that match the given selector list S. This essentially means that you can prefilter children before An+B does its thing."
- CSS Wish List 2023 - Eric's Archived Thoughts
"I've wanted this in one form or another almost since CSS2 was published. The general idea is, you can position an element in relation to the edges of another element that isn't a containing block."
- My CSS Wishlist - Ahmad Shadeed
"When I use flex-wrap: wrap, sometimes I wish there is a way to detect if the flex items are wrapped into a new line."
- Testing Components in Storybook in 2023
"Historically testing in design systems has not exactly been front and center. Tests are made off to the side and have relied on terminal based solutions that get some of the browser APIs but rely heavily on mocks for some of the more complex web platform apis."
- "Thousand" Values of CSS - otsukare
"During the CSS WG meetings, participants are talking about all kind of CSS values. It's quickly confusing."