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
27 lines (26 loc) • 488 B
JSON
{
"id": "link-name",
"selector": "a[href]:not([role=button]), [role=link]",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"wcag244",
"section508",
"section508.22.a"
],
"metadata": {
"description": "Ensures links have discernible text",
"help": "Links must have discernible text"
},
"all": [],
"any": [
"has-visible-text",
"aria-label",
"aria-labelledby",
"role-presentation",
"role-none",
"non-empty-title"
],
"none": ["focusable-no-name"]
}