Steven Lambert
Steven Lambert
The following code returns `inapplicable` when running `input-button-name`. This is because the [rules selector](https://github.com/dequelabs/axe-core/blob/develop/lib/rules/input-button-name.json#L4) is case sensitive so does not match when running against non-lowercase types. ```html ```
ARIA practices created [a new tabs page](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-actions/) that uses [a proposed `aria-actions` attribute](https://github.com/w3c/aria/issues/1440) for handling tabs with a primary and secondary action. Our nightly tests are failing on the page...
When Chrome 128 released it introduced a problem with the way we are doing our unit tests. Specifically for our full integration tests dealing with partial runs. What would happen...
This is a mistake and they should have been running, but right now it's only running `npm run test` with different browsers.
I updated the release script to update the service worker version, but didn't commit that change to the doc before trying to publish a release, so releasing the docs fails...