From 770d05d8ad3f83f99c17f7629d6753a0fdc38b11 Mon Sep 17 00:00:00 2001 From: Robert Linder <26493779+Malvoz@users.noreply.github.com> Date: Fri, 13 Mar 2020 16:32:04 +0100 Subject: [PATCH] docs: mention
allowed element for
/
groups Ref: https://github.com/dequelabs/axe-core/pull/1076. --- lib/rules/definition-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rules/definition-list.json b/lib/rules/definition-list.json index a0b429ee74..639938044e 100644 --- a/lib/rules/definition-list.json +++ b/lib/rules/definition-list.json @@ -5,7 +5,7 @@ "tags": ["cat.structure", "wcag2a", "wcag131"], "metadata": { "description": "Ensures
elements are structured correctly", - "help": "
elements must only directly contain properly-ordered
and
groups,