{
  "id": "definition-list",
  "selector": "dl",
  "matches": "no-role-matches",
  "tags": ["cat.structure", "wcag2a", "wcag131"],
  "metadata": {
    "description": "Ensures <dl> elements are structured correctly",
    "help": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements"
  },
  "all": [],
  "any": [],
  "none": ["structured-dlitems", "only-dlitems"]
}
