wp-preview-csshacks
wp-preview-csshacks copied to clipboard
Consider using / get inspiration from a11y.css
FYI I'm working on a11y.css for many years and it became quite interesting. It's working the same way that your own CSS: complex selectors matching errors / warnings, outlining them based on severity and trying to display explanation text.
Here are some links:
- a11y.css repo
- a11y.css website, including test cases and documentation
- a11y.css wiki, including credits to similar projects I'm aware of
I'd be pleased to help in here: wrapping tests in .logged-in is really, really useful.
Thanks :)