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
15 lines (14 loc) • 461 B
JSON
{
"id": "identical-links-same-purpose",
"selector": "a[href], area[href], [role=\"link\"]",
"excludeHidden": false,
"matches": "identical-links-same-purpose-matches",
"tags": ["wcag2aaa", "wcag249", "best-practice"],
"metadata": {
"description": "Ensure that links with the same accessible name serve a similar purpose",
"help": "Links with the same name have a similar purpose"
},
"all": ["identical-links-same-purpose"],
"any": [],
"none": []
}