Being able to only apply tests covering WCAG or RGAA could be a game changer for a11y.css to be used by people making accessibility audits. Could be as simple as requiring a class on `html`, and prepend selectors with `:where(.rgaa,.wcag)`.
Being able to only apply tests covering WCAG or RGAA could be a game changer for a11y.css to be used by people making accessibility audits.
Could be as simple as requiring a class on
html, and prepend selectors with:where(.rgaa,.wcag).