Skip to content

Commit

Permalink
Merge pull request #2098 from Malvoz/dl
Browse files Browse the repository at this point in the history
fix(definition-list): Mention <div> is allowed to group content in <dl>
  • Loading branch information
straker committed Mar 16, 2020
2 parents fd17b34 + e3d6dab commit 76b1a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/definition-list.json
Expand Up @@ -5,7 +5,7 @@
"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"
"help": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements"
},
"all": [],
"any": [],
Expand Down

0 comments on commit 76b1a9f

Please sign in to comment.