meta-refresh.json 406 B

1234567891011121314151617181920
  1. {
  2. "id": "meta-refresh",
  3. "selector": "meta[http-equiv=\"refresh\"]",
  4. "excludeHidden": false,
  5. "tags": [
  6. "cat.time-and-media",
  7. "wcag2a",
  8. "wcag2aaa",
  9. "wcag221",
  10. "wcag224",
  11. "wcag325"
  12. ],
  13. "metadata": {
  14. "description": "Ensures <meta http-equiv=\"refresh\"> is not used",
  15. "help": "Timed refresh must not exist"
  16. },
  17. "all": [],
  18. "any": ["meta-refresh"],
  19. "none": []
  20. }