p-as-heading.json 387 B

12345678910111213
  1. {
  2. "id": "p-as-heading",
  3. "selector": "p",
  4. "matches": "p-as-heading-matches",
  5. "tags": ["cat.semantics", "wcag2a", "wcag131", "experimental"],
  6. "metadata": {
  7. "description": "Ensure p elements are not used to style headings",
  8. "help": "Bold, italic text and font-size are not used to style p elements as a heading"
  9. },
  10. "all": ["p-as-heading"],
  11. "any": [],
  12. "none": []
  13. }