Weekly Bookmarks 8: Mostly CSS
- Published on:
- Categories:
- CSS 55, bookmarks 20
- Current music:
- Delta Sleep — Camp Adventure
- Current drink:
- White tea with litchi, pineapple, mango, and papaya
I did not have a lot of time to read stuff outside my CSS comfort zone this week, so, once again, mostly CSS-related links.
My Experiments
-
“The Shrinkwrap Problem: Possible Future Solutions” — last Thursday I published a new larger article.
Anchor positioning, once again, solving one of the hardest CSS problems! Not for all the cases, but enough that when we will finally get it in all browsers, this will be a really useful technique.
-
“A Peek Into the CSS Lab” — next Thursday I’ll talk about some of my experiments at CSS Café.
6:00 PM CET, online, free. Everyone is welcome!
CSS Articles and News
-
“Baseline’s evolution on MDN” by Vadim Makeev — a short article about the changes in the Baseline and how it will be displayed on MDN pages.
-
“A definition update for Baseline” by Rachel Andrew, Kadir Topal, and André Cipriani Bandarra — a similar post about the Baseline update by the Google team.
-
“CSS Wrapped: 2023!” by Una Kravets, Bramus, and Adam Argyle — an extensive overview of many new features in CSS that Chrome did ship this year. Plenty of nice demos!
-
“Media Queries in HTML Video” by Adrian Roselli — a good exploration of various ways we could now use the
<video>
element that adapts to various media features. -
“Oh no! My JSON!” by Tony Mottaz — a short post, reminding that not all small “progressive enhancement”-like features like
hanging-punctuation
should be applied to everything. Similar totext-wrap: balance
, it is better to scope it to places you will sure need it. -
“Three Decades of HTML” by Eric Meyer — a short post about how Eric wrote his first HTML document. I really like these kinds of posts: I did write a similar post around a month ago — “Personal Site Anniversary & History”.
-
“12 Days of Web” curated by Stephanie Eckles — starting from the next Wednesday, for twelve days, there will be one new article about the web platform posted every day. For now, if you’re wondering what there was in the previous years, I recommend to check out the archives: 2022 and 2021.