blink.json 383 B

12345678910111213141516171819
  1. {
  2. "id": "blink",
  3. "selector": "blink",
  4. "excludeHidden": false,
  5. "tags": [
  6. "cat.time-and-media",
  7. "wcag2a",
  8. "wcag222",
  9. "section508",
  10. "section508.22.j"
  11. ],
  12. "metadata": {
  13. "description": "Ensures <blink> elements are not used",
  14. "help": "<blink> elements are deprecated and must not be used"
  15. },
  16. "all": [],
  17. "any": [],
  18. "none": ["is-on-screen"]
  19. }