Quick Hit #68
Firefox 146 has shipped the CSS Color 5 version of contrast-color() that only resolves to black or white. Hopefully Chrome support and CSS Color 6 implementation is to follow.…
Firefox 146 has shipped the CSS Color 5 version of contrast-color() that only resolves to black or white. Hopefully Chrome support and CSS Color 6 implementation is to follow.…
<button> instead of a generic <div>? Accessibility, right? By how exactly does it help accessibility? The Web Accessibility Initiative (WAI) group has published a working draft of the hugely anticipated WCAG 3.0, and is seeking feedback on it.
…
hidden=until-found on an element in HTML enables any hidden content within the element to be findable in the browser with in-page search. My brain can’t help but try to make connections between seemingly disparate ideas. And that’s what happened yesterday when I read:
…contrast-color() function doesn’t check color contrast, but rather it outright resolves to either black or white (whichever one contrasts the most with your chosen color). Safari Technology Preview recently implemented it and we explore its possible uses in this article.