I just used CSS floats to achieve a layout on a site that otherwise uses Grid. Could've hacked my way to success using Grid, but it would have been a lot of CSS, or changes to the markup; neithr of which felt right for the project. So: floats. Weird.
Hogmanay last year was quite quiet, so we thought 'why not invite some people over' and now there will be at least 20 in our house this evening 😅

The final nail in the HTML5 document outline coffin
All the main web browsers have finally dropped visual support for the HTML5 document outline algorithm. Here’s why that’s good news.
tempertemper Web DesignBeen finding bundled pairs of socks all over the house and found the culprit…
✍️ I've been thinking about pagination a fair bit lately, and my latest blog post is about whether pagination take you to a new page or not. Sounds like a silly question, but it's totally not. Have a read!
https://www.tempertemper.net/blog/should-pagination-take-you-to-a-new-page

Should pagination take you to a new page?
‘Pagination’ has comes from the word ‘page’, so yes, pagination should consist of pages. But the question is totally valid; worth digging into!
tempertemper Web DesignMaybe it's the terminology? 'Previous' and 'Next' for pagination feels right, so what about the items? 'Earlier' and 'Later'? 'Prior' and…? I dunno, 'Previous' and 'Next' makes sense there too 😭
'Previous' is the item that was published prior the one you're on, so you're going backwards in time as you go forward through the list. 'Next' is back the way in the list, but forward in time. So it's the opposite of pagination 🙃