axe-core icon indicating copy to clipboard operation
axe-core copied to clipboard

Accessibility engine for automated Web UI testing

Results 458 axe-core issues
Sort by recently updated
recently updated
newest added

This PR updates the `link-in-text-block` rule as described in #2817. The new rule converts a single check into 2 checks (`link-in-text-block-style` and `link-in-text-block`), as suggested. We use `any`, so the...

Axe-core's aria-required-children rule shouldn't pass the following: ```html Item 1 Item 2 ``` WAI-ARIA is a little vague about whether or not you're allowed to do this. There are scenarios,...

fix
ACT Rules
pr

ARIA required context role, failed example 3 In the [ARIA required context role](https://w3.org/WAI/standards-guidelines/act/rules/ff89c9/proposed) ACT rules, [failed example 3](https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ff89c9/52508dc0ac389108301d7cbd7f931be45a45741f.html) currently isn't being failed by axe-core. Specifically, I think aria-required-children should have...

fix
ACT Rules
pr

Virtual nodes are faster and let axe run synchronously. We migrated a good number of rules over last year, but here are a couple more that I think could be...

rules
performance
virtual tree

- use virtual node references: https://github.com/dequelabs/axe-core/issues/3473

Noticed it was out of date.

The following should fail the frame-title rule: ```html ``` https://wai-wcag-act-rules.netlify.app/standards-guidelines/act/rules/cae760/proposed/#failed-example-4

ACT Rules
pr

### Product axe-core ### Product Version 4.4.3 ### Lastest Version - [X] I have tested the issue with the latest version of the product ### Issue Description ### Expectation I...

extension
APIs