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
14 lines (13 loc) • 374 B
JSON
{
"id": "p-as-heading",
"selector": "p",
"matches": "p-as-heading-matches",
"tags": ["cat.semantics", "wcag2a", "wcag131", "experimental"],
"metadata": {
"description": "Ensure p elements are not used to style headings",
"help": "Bold, italic text and font-size are not used to style p elements as a heading"
},
"all": ["p-as-heading"],
"any": [],
"none": []
}