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
24 lines (23 loc) • 531 B
JSON
{
"id": "aria-roledescription",
"evaluate": "aria-roledescription-evaluate",
"options": {
"supportedRoles": [
"button",
"img",
"checkbox",
"radio",
"combobox",
"menuitemcheckbox",
"menuitemradio"
]
},
"metadata": {
"impact": "serious",
"messages": {
"pass": "aria-roledescription used on a supported semantic role",
"incomplete": "Check that the aria-roledescription is announced by supported screen readers",
"fail": "Give the element a role that supports aria-roledescription"
}
}
}