+++ date = "2023-02-14T01:31:12+00:00" lastmod = "2023-02-14T01:31:12+00:00" tags = [ "webdev" ] author = "tdro" +++ Messing around with a statically generated site can easily lead into a web/browser spec rabbit hole. And... that's when I remember exactly why everything ends up written outside the browser's framework into a {{< abbr js javascript >}} framework. I think Firefox is still the only browser that allows easily setting [image fallback styling](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-alt) completely with just {{< abbr CSS "Cascading Style Sheets" >}}? ![Fallback image styling in Firefox](https://res.cloudinary.com/dpszgzqjb/image/upload/v1676338011/fallback-image.png " Making this happen in other browsers demands a magical rain dance" )