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
20 lines (19 loc) • 349 B
JSON
{
"id": "video-caption",
"selector": "video",
"excludeHidden": false,
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag122",
"section508",
"section508.22.a"
],
"metadata": {
"description": "Ensures <video> elements have captions",
"help": "<video> elements must have captions"
},
"all": [],
"any": [],
"none": ["caption"]
}