{
  "id": "definition-list",
  "selector": "dl",
  "matches": "no-role-matches.js",
  "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> or <template> elements"
  },
  "all": [],
  "any": [],
  "none": [
    "structured-dlitems",
    "only-dlitems"
  ]
}
