Steven Lambert

Results 173 comments of Steven Lambert

Thanks for the issue. Are you able to share the url that this error occurred, or maybe a code snippet that causes the error?

Thanks for the info. I'll let the appropriate team know and we'll investigate the problem.

Thanks for taking this on @pandu-supriyono. I believe having the build script or test script exit with a clear message and exit code 1 if Node version is < 12...

Closing due to lack of activity. Please feel free to reopen if you can provide more information. Also please note that as of [v4.8.0](https://github.com/dequelabs/axe-core/releases/tag/v4.8.0) the `duplicate-id-active` rule has been deprecated...

@lsprr yep! Please let us know if you have any questions. For this particular ticket we just want to add the `toLowerCase` part to the `invalidrole` check.

Closing due to lack of activity. Going to assume you were successfully able to update to the latest ruby gems and it fixed the issue. Please feel free to reopen...

This gets a bit more interesting as the following HTML also reads the name of the `aria-label` in all 3 screen readers / browsers. ```html ```

@jamieherrera thanks for the reminder. I've added this ticket to the 4.9 milestone so we don't forget about it again.

@clamli I believe the `aria-busy` attribute must go on the `role=list` element for this to pass.

@padmavemulapati You'll need to create a custom rule to use it since we don't have any rules that use it by default anymore. ```html axe.configure({ rules: [ { id: 'help-same-as-label',...