luhn-generator
Version:
A generator of numbers that passes the validation of Luhn algorithm or Luhn formula, also known as the 'modulus 10' or 'mod 10' algorithm
21 lines (20 loc) • 373 B
JSON
{
"id": "audio-caption",
"selector": "audio",
"enabled": false,
"excludeHidden": false,
"tags": [
"cat.time-and-media",
"wcag2a",
"wcag121",
"section508",
"section508.22.a"
],
"metadata": {
"description": "Ensures <audio> elements have captions",
"help": "<audio> elements must have a captions track"
},
"all": [],
"any": [],
"none": ["caption"]
}