Dan Bowling
Dan Bowling
When using the mysql to S3 backup image, if you pass in the --all-databases option and have a complex password that contains special characters, those appear to be presenting issues...
- use virtual node references: https://github.com/dequelabs/axe-core/issues/3473
### Product axe-core ### Description PR #3539 introduced an empty table in `doc/aria-supported.md` ([diff/conversation](https://github.com/dequelabs/axe-core/pull/3539/files/c0aaa2006c3f36dd7e660dc8e18de10b6c3621f0#diff-a64605bed98ad5def5d4da1da147fd027543a39c652b63b402c994f6cc7cf95c)) @WilcoFiers mentioned that a resolution may be to update to ARIA 1.3. See also: [associated build...
The `presentation-role-conflict` rule currently points to [has-implicit-chromium-role-matches.js](https://github.com/dequelabs/axe-core/blob/develop/lib/rules/has-implicit-chromium-role-matches.js), leaving [presentation-role-conflict-matches.js](https://github.com/dequelabs/axe-core/blob/develop/lib/rules/presentation-role-conflict-matches.js) unused. This looks like it was introduced in PR #2948 ([relevant diff](https://github.com/dequelabs/axe-core/pull/2948/files#diff-52dd98210580be22b94fc58cd519efdc593214654489f3c089128a7fb35ca59a)).
Most of the time, the playground html file should not be committed if modified. We should add some sort of linting to the pre-commit step that fails the commit if...
- `cache.get()` gains second parameter, enabling a default value to be defined on first call for a given key Closes issue: #3276
We use an environment variable to define where to look up the file for the dotenv provider. We want to set this to default to a specific location in the...