Bob Ramsey
Bob Ramsey
Hi, Some background. Let's say I have a div with a color green and a background color of green. Running this test correctly fails the contrast check: ```` const a11yOptions:...
Hi, I'm trying to run cy.checkA11y to check for a specific standard and getting a lint error: ```` TS2345: Argument of type '{ runOnly: { type: string; values: string[]; };...
Hi, I'm using stenciljs 4.3.x to create a custom html element we can use that will a) be accessible and b) use all of our custom branding and style requirements....
Thanks to https://stackoverflow.com/a/72577228/9322809 for the answer to this. The README.md basic example should include a line like: `$oidc->providerConfigParam(array('jwks_uri' => 'jwks_uri from configuration));` This was required for my configuration and it...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...
The app needs to be updated quite a bit. Angular deprecated support for protractor a few versions back. Might want to check out https://goo.gle/state-of-e2e-in-angular for details. Similarly, tslint has been...
### Problem to solve If the calendar widget is considered a modal dialog, then the WCAG standard says that it should keep focus until dismissed. If it is not considered...
### Problem to solve A confusing UI/UX experience. A user sees a v-switch in an indeterminate state and click/taps on the left side of the switch. The switch moves to...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...