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) • 325 B
JSON
{
"id": "dlitem",
"selector": "dd, dt",
"matches": "no-role-matches",
"tags": ["cat.structure", "wcag2a", "wcag131"],
"metadata": {
"description": "Ensures <dt> and <dd> elements are contained by a <dl>",
"help": "<dt> and <dd> elements must be contained by a <dl>"
},
"all": [],
"any": ["dlitem"],
"none": []
}