audio-caption.json 398 B

1234567891011121314151617181920
  1. {
  2. "id": "audio-caption",
  3. "selector": "audio",
  4. "enabled": false,
  5. "excludeHidden": false,
  6. "tags": [
  7. "cat.time-and-media",
  8. "wcag2a",
  9. "wcag121",
  10. "section508",
  11. "section508.22.a"
  12. ],
  13. "metadata": {
  14. "description": "Ensures <audio> elements have captions",
  15. "help": "<audio> elements must have a captions track"
  16. },
  17. "all": [],
  18. "any": [],
  19. "none": ["caption"]
  20. }