axe-core
Version:
Accessibility engine for automated Web UI testing
14 lines (13 loc) • 377 B
JSON
{
"id": "p-as-heading",
"selector": "p",
"matches": "p-as-heading-matches.js",
"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": []
}