Toby's Log page 14

CSS wishes: add to existing rules

Some months ago, I wrote a 2023 CSS wishlist for things I’d like to see in the spec. Among them was the desire to be able to add to existing CSS values. This would be particularly useful for multi-value properties like transition and transform, although it would also be cool to be able to add to existing numeric values, like 2em more padding than this would otherwise have. There would be difficulties implementing this as described in that post though. I’ve thought of some other possible options that may be less problematic.

Continue reading post "CSS wishes: add to existing rules"

That stings

Thursday, while mowing the lawn, I got stung three times by some yellow-jackets, my first multi-sting event. There’s apparently a nest in my front lawn. I’ll need to get rid of that soon. I’m still feeling the stings, mostly just itchy now.

Continue reading post "That stings"

Inline emoji favicon

On a simple one-page site, I wanted as much as possible to be inline in the single document request. I didn’t have a favicon, and I didn’t want browsers to make that extra request. I considered just adding an empty file, as I’ve done sometimes in the past, but that would still be an extra request. So I looked up if it could be inlined. It can be done, with a data URL. And using an SVG format, an emoji can be used for a cheap actual icon.

Continue reading post "Inline emoji favicon"

Welcome, redbud tree

This past weekend, I bought and installed a tree in my back yard, an eastern redbud, after years of wanting some kind of redbud. I had been thinking of getting the smaller weeping variety, but this year I finally decided I’d be willing to get the native tree variety.

Continue reading post "Welcome, redbud tree"

I got stuck in quite a traffic jam on Route 8 north yesterday. Took me over an hour to get to my parents’ when normally it takes 20-some minutes.

Continue reading post "#4039"

</toby>