Eric Bailey
Eric Bailey
RawGit has been placed in sunset mode, with [a disclosure](https://rawgit.com/) that support may end in October 2019. jsDelivr offers a RawGit migration, so here's Google's inert polyfill re-hosted: https://cdn.jsdelivr.net/gh/GoogleChrome/[email protected]/inert-polyfill.min.js
The version of Gulp I use is no longer supported. I'll need to replatform this before any more issues can be addressed.
`window.prompt` only takes you so far.
Currently there's a flash of the fallback styles before a theme class loads. It'd be good to figure out a way to not have the transitions apply on first load...
We currently use the `details` and `summary` elements for [our Checklist page](https://www.a11yproject.com/checklist/). These element allow for a native expand/collapse experience, without the use of JavaScript. Our checklist items do not...
Compensation information is only listed on [our Contribute page](https://www.a11yproject.com/contribute/#posts). Post requirements are hidden away deep in [our Contributing Guidelines](https://www.a11yproject.com/contributing-guidelines/#posts). We should consolidate this information to its own page, potentially referencing...
We're still in the process of figuring this out, but that doesn't mean the existing process should be documented. Big picture, we'll highlight: 1. What happens if your pitch is...
Originating from a conversation with @mxmason. Currently, our only language around how people who don't use Github can contribute is listed on our [Write for us](https://www.a11yproject.com/write-for-us/#if-you-do-not-have-a-github-account) page. There are two...
[Issue reported on Twitter](https://twitter.com/KelpiePellegrin/status/1283850829418594305). Our secondary font, [Anaheim](https://fonts.google.com/specimen/Anaheim), may be too thin for people with low-vision. We should investigate fonts that have similar characteristics, but have heavier weights.
The redesign uses a lot of repetitive measurement declarations for distance sizing (1rem, 1.5rem, 2rem, etc.). We should: - [ ] Search through all `margin` and `padding` declarations, - [...