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
16 lines (15 loc) • 364 B
JSON
{
"id": "page-no-duplicate-main",
"evaluate": "page-no-duplicate-evaluate",
"after": "page-no-duplicate-after",
"options": {
"selector": "main:not([role]), [role='main']"
},
"metadata": {
"impact": "moderate",
"messages": {
"pass": "Document does not have more than one main landmark",
"fail": "Document has more than one main landmark"
}
}
}