hidden=until-found
Don’t use [hidden] { display: none } as it will break hidden=until-found.Instead use [hidden]:not([hidden="until-found"]) { display: none } if you must.authors are encouraged to make sure that their...
View ArticleOddContrast Raycast script
I built this for myself but I figure others will likely find it useful too. OddContrast is my preferred contrast checker and I use Raycast for almost everything so using their Script Commands feature...
View ArticleColor.js convert Raycast script
Similar to my OddContrast Raycast script, I built this for myself but again I figured others would find it useful as well. Color.js convert is my preferred color converter and I use Raycast for almost...
View Articlearia-label
aria-label is a code smell by Eric BaileyMy Priority of Methods for Labeling a Control by Adrian RoselliThe “Other” C in CSS by Sara SoueidanDon’t Use aria-label on Static Text Elements by Ben MyersNot...
View ArticleHow to get Cloudflare redirects to ignore index.html
As you may or may not be aware I rearranged things around here a bit, and thus I needed to setup some redirects because Cool URIs don’t change.So I went looking and saw that Cloudflare Pages supports a...
View Article