video-caption.json 373 B

12345678910111213141516171819
  1. {
  2. "id": "video-caption",
  3. "selector": "video",
  4. "excludeHidden": false,
  5. "tags": [
  6. "cat.text-alternatives",
  7. "wcag2a",
  8. "wcag122",
  9. "section508",
  10. "section508.22.a"
  11. ],
  12. "metadata": {
  13. "description": "Ensures <video> elements have captions",
  14. "help": "<video> elements must have captions"
  15. },
  16. "all": [],
  17. "any": [],
  18. "none": ["caption"]
  19. }