Custom properties doesn't work in CSS url() functions because without quotes the parser treats the entire declaration as a url-token.
Articles โ Page 49
Keep writing, writing, writing ...
It's common practice to sometimes overwrite an element's visual label with
aria-labelto provide more accessible information. As it turns out, this could break speech recognition software.Use the CSS Font Loading API to detect if a font is available in a browser.
All major browsers replaced
:focuswith:focus-visibleand this makes custom outline code redundant.Projects betting on web components, the
captureattribute and converting Tailwind to "normal" CSS.