Steven Lambert

Results 173 comments of Steven Lambert

Completed in https://github.com/dequelabs/axe-core/pull/3608

Thanks for the issue. Axe-core 4.0.2 doesn't support pseudo elements, but that was somewhat patched in 4.1.0 where we can at least detect there is a pseudo element and [mark...

Would there be a way to pull the relevant code into a public file or codepen I could look at? From the description I'm not sure why it would be...

I see the problem. We only check pseudo element if the position is `absolute` since we assumed that was the only way to have the text overlay the element. The...

It looks like you've encountered a bug in our code. Digging into this it looks like when we try to match the not expression of `[html=""]`, our [matches code for...

Thanks for the issue. [Last we checked](https://github.com/dequelabs/axe-core/issues/2078) `aria-description` wasn't well supported in most screen readers and browser combinations. However if you wan't to support it you can use `axe.configure` to...

In the chrome extension you'll have to be logged into your deqeue account and then you'll get the functionality to configure axe. Otherwise you'd have to use axe-core directly (the...

The main problem is that since not all browsers / assistive technologies support `aria-description`, there will be users that do not get the information. Since we can't say how important...