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) • 383 B
JSON
{
"id": "label-title-only",
"selector": "input, select, textarea",
"matches": "label-matches",
"tags": ["cat.forms", "best-practice"],
"metadata": {
"description": "Ensures that every form element is not solely labeled using the title or aria-describedby attributes",
"help": "Form elements should have a visible label"
},
"all": [],
"any": [],
"none": ["title-only"]
}