dlitem.json 338 B

12345678910111213
  1. {
  2. "id": "dlitem",
  3. "selector": "dd, dt",
  4. "matches": "no-role-matches",
  5. "tags": ["cat.structure", "wcag2a", "wcag131"],
  6. "metadata": {
  7. "description": "Ensures <dt> and <dd> elements are contained by a <dl>",
  8. "help": "<dt> and <dd> elements must be contained by a <dl>"
  9. },
  10. "all": [],
  11. "any": ["dlitem"],
  12. "none": []
  13. }