Skip to content
New issue

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

New rule: Meta-refresh-no-exceptions #3497

Closed
WilcoFiers opened this issue Jun 2, 2022 · 1 comment
Closed

New rule: Meta-refresh-no-exceptions #3497

WilcoFiers opened this issue Jun 2, 2022 · 1 comment
Labels
ACT Rules feat New feature or enhancement pr A pr has been created for the issue
Milestone

Comments

@WilcoFiers
Copy link
Contributor

The current meta-refresh rule doesn't actually check that the refresh exceeds the 20 hour limit, but once #3496 is resolved it will. We should have a version of this rule for WCAG level AAA that does not permit any delay. This would be a rule that is consistent with the Meta element has no refresh delay (no exception)
ACT rule.

@WilcoFiers WilcoFiers added feat New feature or enhancement ACT Rules labels Jun 2, 2022
@WilcoFiers WilcoFiers added this to the Axe-core 4.5 milestone Jun 2, 2022
@straker straker added the pr A pr has been created for the issue label Jul 26, 2022
@padmavemulapati
Copy link

Validated with latest develop branch code base,
meta-refresh-no-exceptions rule for pass and fail cases:

<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"
    />

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ACT Rules feat New feature or enhancement pr A pr has been created for the issue
Projects
None yet
Development

No branches or pull requests

3 participants