12345678910111213 |
- {
- "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": []
- }
|