12345678910111213 |
- {
- "id": "dlitem",
- "selector": "dd, dt",
- "matches": "no-role-matches",
- "tags": ["cat.structure", "wcag2a", "wcag131"],
- "metadata": {
- "description": "Ensures <dt> and <dd> elements are contained by a <dl>",
- "help": "<dt> and <dd> elements must be contained by a <dl>"
- },
- "all": [],
- "any": ["dlitem"],
- "none": []
- }
|