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
Axe-core's meta-refresh rule is inaccurate in two ways:
Passed example 3
<meta http-equiv="refresh" content="72001; https://w3.org" />
Inapplicable Example 3
<meta http-equiv="refresh" content="0: https://w3.org" />
Inapplicable Example 4
<meta http-equiv="refresh" content="-00.12 foo" />
Inapplicable Example 5
<meta http-equiv="refresh" content="; 30" />
Inapplicable Example 7
<meta http-equiv="refresh" content="+5; https://w3.org" />
Inapplicable Example 8
<meta http-equiv="refresh" content="foo; URL='https://w3.org'" />
The text was updated successfully, but these errors were encountered:
Validated with latest develop branch code base, meta-refresh-no-exceptions rule for pass and fail cases:
meta-refresh-no-exceptions
<head> <meta charset="utf8" /> <title>Meta-refresh-no-exceptions fail 1</title> <meta http-equiv="refresh" content="72001: https://w3.org" /> <meta http-equiv="refresh" content="90000; https://deque.com/"> <link rel="stylesheet" type="text/css" href="/node_modules/mocha/mocha.css" />
Sorry, something went wrong.
No branches or pull requests
Axe-core's meta-refresh rule is inaccurate in two ways:
Passed example 3
Inapplicable Example 3
Inapplicable Example 4
Inapplicable Example 5
Inapplicable Example 7
Inapplicable Example 8
The text was updated successfully, but these errors were encountered: