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
14 lines (13 loc) • 374 B
JSON
{
"id": "document-title",
"selector": "html",
"matches": "window-is-top-matches",
"tags": ["cat.text-alternatives", "wcag2a", "wcag242", "ACT"],
"metadata": {
"description": "Ensures each HTML document contains a non-empty <title> element",
"help": "Documents must have <title> element to aid in navigation"
},
"all": [],
"any": ["doc-has-title"],
"none": []
}