Add automatic checks for html validation & accessibility #1219
Labels
accessibility
Adds accessibility improvements
discussion
Input from everyone is helpful to drive this forward
Desired feature or idea.
I was looking into #1170 and #190 today and it reminded me of something I was playing around with for a different project a few months back:
npm run test
to generate a report. The current report is extremely long but lots of issues come from templates that can be fixed togethernpm run test
Is this something we want to have? Or is it adding to much complexity when people try to contribute (asking them to make sure that
npm run test
is not throwing errors anymore while be much harder then)The text was updated successfully, but these errors were encountered: