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
29 lines (28 loc) • 532 B
JSON
{
"id": "label",
"selector": "input, select, textarea",
"matches": "label-matches",
"tags": [
"cat.forms",
"wcag2a",
"wcag412",
"wcag131",
"section508",
"section508.22.n"
],
"metadata": {
"description": "Ensures every form element has a label",
"help": "Form elements must have labels"
},
"all": [],
"any": [
"aria-label",
"aria-labelledby",
"implicit-label",
"explicit-label",
"non-empty-title",
"role-none",
"role-presentation"
],
"none": ["help-same-as-label", "hidden-explicit-label"]
}