Dan Boulet

Results 5 comments of Dan Boulet
trafficstars

I’m seeing this same issue, the problem is that pa11y is reporting “review items” from axe as errors. From the [Axe documentation](https://www.deque.com/axe/core-documentation/api-documentation/#user-content-results-object), we can see that axe returns two types...

In some cases, when axe can’t determine the contrast ratio for certain elements, for example if the element has a background image or contains a pseudo-element, it will report the...

@oboxodo: take a look at [browserlist-ga-export](https://github.com/browserslist/browserslist-ga-export). I’ve been using it as a workaround with good success.

Thanks, @sebastianpopp. Yes, setting a `fetch-depth` of `0` with `actions/checkout@v2` will fetch the entire Git history, and should solve the issue. On my project, I’ve been using `git-ftp-action` and `actions/checkout@v2`...

The fonts themselves are SIL OFL 1.1, the rest of the CSS and LESS files are licensed under MIT. One thing to consider is file size. Font Awesome includes 479...