Steven Lambert

Results 173 comments of Steven Lambert

Nah, we'll do it when we're ready

Thanks for the issue. So the problem is that the `aria-busy` (a global ARIA attribute) on the `li` element is causing the [ARIA role conflict resolution to trigger](https://dequeuniversity.com/rules/axe/4.2/presentation-role-conflict), which in...

The role conflict resolution will trigger for any [global ARIA attributes](https://www.w3.org/TR/wai-aria-1.2/#global_states) or if the element is focusable (including with `tabindex=-1`). If none of those are present on the element then...

I checked and you are correct that this reports missing parent. I'll check to see if this should be the case.

@pandu-supriyono Let's go ahead and drop the `.nvmrc` file so we don't force users to use an older version of node. If you remove the file and revert the changes...

Apologies on the back-and-forth trying to figure out the `.nvmrc` file. Do you think you'll have some time this week to address https://github.com/dequelabs/axe-core/pull/3580#pullrequestreview-1072878912?

Thanks for the issue. We've been working on some major improvements to the linter that should fix some of the download issues. We're hoping to have it released in the...

@ChipElavon We recently released a new version of axe linter (v4.4.1) that should address this issue. Would you be willing to give it another go and let us know if...

Thanks for the issue. It's hard to say from the screenshot, but if I were to take a guess based on the part of the node selector I can see,...

@prudhvinani were you able to figure out if it was related to automatic generation of IDs?