- From: Jeff Orchard <porch@sympatico.ca>
- Date: Sat, 22 Jun 2019 14:02:53 -0400
- To: w3c-wai-ig@w3.org
Received on Saturday, 22 June 2019 18:04:09 UTC
Hi all, I'm baffled by the recipes in the new technique ARIA24 (https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA24), specifically the "User CSS" as compared to the "Author CSS". According to the technique, 'The key is for the author to semantically markup icon fonts with|role="img"|. Then the user's font replacement selector can hook into that semantic and exclude|role="img"|': |*:not([role="img"]) { font-family: Verdana, sans-serif !important; } | Does this technique actually expect the user to have that cryptic selector in a personal style sheet? Baffled, Jeff
Received on Saturday, 22 June 2019 18:04:09 UTC