I once again hit my monthly data limit for my internet.
Continue reading post "#1843"Toby's Log page 65
Whew: Finished my taxes, at least federal and state.
Continue reading post "#1840"CSS: checking support for selectors
@supports
is a good way to apply an entire block of styles only if (modern) browsers support a particular property-value combo. There is no similar block-level mechanism for selector support. Selectors are automatically ignored if their values or syntax aren’t recognized by the browser, so they basically already do this at the ruleset level.
Except, sometimes you want to apply styles to other elements that don’t use the selector, but only if the browser supports the selector.
Continue reading post "CSS: checking support for selectors"At work today, I got to play with programmatically creating SVG for the first time.
Continue reading post "#1833"I was not expecting snow when I woke up this morning. Looked pretty nice though, and disappeared quickly.
Found everyone in all six levels of the Google April Fools Where’s Waldo game.
Continue reading post "#1827"Merry Easter, April Fools
My ear finally unclogged.
Continue reading post "#1822"I had forgotten that CSS attr()
is only supported for values of content
.
Fairly stressful week. I’m glad it’s the weekend.