hollsk
hollsk
Is there a case to be made for an optional global configuration? This is something that I keep coming back to, in my head, over and over. What if you...
🎉 Even better, they've used the same format as Axe Core's translations, so both do something like this in their config settings: ``` { 'lang':'pl' } ``` We should let...
Pa11y core can run axe or HTML_Codesniffer. We need to update the dashboard so that we can make that choice from there too.
The boot configuration docs are a bit sparse on this. It could also be made more apparent nearer the start that you can do it either way.
r.e. https://github.com/springernature/frontend-playbook/blob/5b58578a830b6f04975e72d4aba8c5e4eaef5ff0/practices/house-style.md#making-changes-to-the-house-style in #361 @dotcode quoth: >I think that particular part of the House Style page is almost something you'd expect to see in a Contributing.md. I think this is...
The Contributor Covenant is used by over 40,000 open source projects (including Pa11y!) http://contributor-covenant.org/
@quii writes: > If you were to recommend a book for learning semantic html, css, accessiblity, etc. What kind of things would you recommend? Let's create a list of the...
## Is your feature request related to a problem? Please describe. Some of the categories produce a list of elements on the page that you can mark as a pass...
Currently the default wrapper is `statsd`, which contains a normalisation step. This makes things kind of confusing for people who just use the default mapper, who wonder why their data...
As discussed in #55 and #58. Data is normalised in three mappers (`statsd`, `statsd-npg`, `waterfall`), which removes a bunch data from each payload. `statsd` is the default, so most users...