{
  "id": "dlitem",
  "selector": "dd, dt",
  "matches": "no-role-matches.js",
  "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": []
}
