dai11y 03/11/2020
ARIA in CSS Jeremy Keith writes about a technique (prompted by Sara Soueidan) that ‘forces’ you to create accessible experiences. You can use ARIA attributes as CSS hooks to ensure your component only looks/functions properly if said attributes are used in the HTML. Consider this CSS: aria-hidden[‘true’] { display: none }. It ensures you’re properly… [Read More]