We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the W3C publishes new ACT rules, we should tag the corresponding rules in axe-core with an "ACT" tag.
The text was updated successfully, but these errors were encountered:
Verified with the latest axe-core-3.5.5 develop code, For the following rules seeing the "ACT" tag
document-title - testfile - `
document-title
2. html-has-lang & html-lang-valid - testfile - <html lang="en"> ...</html> 3. html-xml-lang-mismatch - testfile - `
html-has-lang
html-lang-valid
<html lang="en"> ...</html>
html-xml-lang-mismatch
4.input-image-alt - testfile - <input type="image" src="submit.png" name="submit" height="36" width="113" alt="Submit">
input-image-alt
<input type="image" src="submit.png" name="submit" height="36" width="113" alt="Submit">
Sorry, something went wrong.
doc'd internal release notes: 3/20/2020
No branches or pull requests
When the W3C publishes new ACT rules, we should tag the corresponding rules in axe-core with an "ACT" tag.
The text was updated successfully, but these errors were encountered: