You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve configurability of axe-core, we'd like to have an option be available, either at the rule level or at the check level, to have its violations reported as incomplete instead.
The text was updated successfully, but these errors were encountered:
qa: create custom rule that overrides a current rule.id, then set reviewOnFail to true. Find a page that fails that rule and verify the rule instead returns as needs review:
For regoin rule fail testfile , <body> <div>hello</div> foobar </body>
initially it is in failure:
Then configured with : axe.configure({ rules: [{ id: 'region', reviewOnFail: true }] });
we can see the regoin rule into incomplete, which is expected to this cofiguration.
To improve configurability of axe-core, we'd like to have an option be available, either at the rule level or at the check level, to have its violations reported as incomplete instead.
The text was updated successfully, but these errors were encountered: