Steven Lambert
Steven Lambert
I looked into what it would take to do this and there's a slight snag in that the virtual function is where most of the code for the function is...
Thanks for the questions. 1. Axe-core runs [all WCAG 2.0 and 2.1, A and AA rules](https://github.com/dequelabs/axe-core/blob/develop/doc/rule-descriptions.md) except those with tags `experimental` and `deprecated`. WCAG 2.2 and WCAG AAA rules are...
> The way the tags work in axe-core is you have to pass all the tags you want enabled. For example, wcag22aa does not enable wcag21aa nor wcag2aa. You'll have...
When axe-core runs, it by default will run [all axe-core rules](https://github.com/dequelabs/axe-core/blob/develop/doc/rule-descriptions.md) that have the tag `wcag2a`, `wcag2aa`, `wcag21a`, or `wcag21aa`. Each axe-core rule is tagged with only a single WCAG...
Thanks for the issue. Typically when we see this error it's because the page or iframe loads some JavaScript code that modifies native JavaScript functions / features in non compatible...
Closing due to inactivity. Feel free to open another issue if the problem keeps happening.
Thanks for the issue. I ran the axe devtools extension on the shopping cart page, but I was able to do a full page scan without issues. Do you know...
That is strange. I'm able to scan without issues. I'll see if anyone else on my team can reproduce.
Thanks for the issue. Is the website the error is happening on public that we could take a look at it?
Thanks for the issue. Normally the rule `presentational-role-conflict` would flags the issue with `tabindex=-1` and `role=presentation` so we don't need to put the same message into other rules. However I...