Recently, I asked on the Fediverse about visual/drag-and-drop website builders and got a wealth of answers. I want to evaluate based on some accessibility factors: Semantic HTML: how well does the builder adhere to properly formed semantic HTML? Keyboard navigation: is keyboard focus visible? Can it be customized? (I was going to review skip links, but I'm a half dozen sites in and none have…
What CSS would you implement if you had no or very low vision? Recently, a Blind friend wanted to know more about CSS. This is my attempt at a very minimal CSS file that cleans up a few browser defaults for a more pleasant browsing experience without needing much if any visual testing. Want to just see the final stylesheet? Skip to the end of the page . CSS resets Before we start: this isn't a CSS…
Recently I've been working on a single-page digital rendition of a zine complete with many hand-drawn images. The author wanted to be able to bring images up to a full-screen view, to either zoom in or to put the whole enlarged image on one screen with no scrolling. It was a real struggle to find resources on how to do this in an accessible manner, so I'm writing up what I did. Fair warning: This…
recently I wrote several sites using Eleventy (4? 5?). Including, over the past few days, rewriting this one! That's right, if you're reading this, we're now running on 11ty and hosted by heckin.technology . See ya, GitHub. Won't miss ya. Originally, I compiled some of the things I've learned in a standalone site. however, since I don't know how much I'll focus on that specific site - it is mostly…
context recently, I've been working on a website for a project called spoonfairies . On the providers page, we list a series of names along with their pronouns, location, and services offered. Visually, it looks like this: pronouns at first, all three pieces of information in the top row had no extra styling - it was just a line of text with the same color and size throughout. The location bit…