Tom Brunet

Results 121 comments of Tom Brunet

Some quick comments on the draft: > - We found that transitions also need to be addressed, since the "State A" of an element is often a concern only when...

Circling back to Carlos's comment from Mar 15. While I agree that a standalone `group` does not require `menuitem` children, the construct in Required Owned Elements of `menu` (https://www.w3.org/TR/wai-aria-1.2/#menu) implies...

See https://github.com/IBMa/equal-access/tree/master/karma-accessibility-checker/boilerplates/typescript It doesn't use the types from the checker, but it shows how you can use the checker within a typescript environment.

Not sure if it's the same issue, but the jest boilerplate isn't generating the help URL at all. There's certainly something going on related to the help that we need...

41.2.1 is not part of any of the indicated standards. This rule also seems to be specific to your product. Can you provide more information regarding a supported standard to...

These tools focus on checking compliance with global policies and standards. At the moment, that is defined by WCAG 2.0, WCAG 2.1, and WAI-ARIA. You'll need to work through the...

Is this in regards to this sentence? > This plugin is a Cypress flavor of the NodeJS version of accessibility-checker which is also [available on NPM](https://www.npmjs.com/package/accessibility-checker). The README is intended...

I think the issue is that the listbox is in the accessibility tree with no content when the dropdown is closed. When closed, that listbox element should be visibility:hidden.

I ran this boilerplate: https://github.com/IBMa/equal-access/tree/jest-puppeteer/accessibility-checker/boilerplates/jest-puppeteer-ts with 5 suites running 50 tests each using puppeteer and am not running into this. Are you sure you aren't sharing pages across tests and...

https://codesandbox.io/s/checker-report-treegrid-c6zjt9 for a way to do grid layout