From c82044e3964d766b7b530bb5bb78cb4cdd1ca29e Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 1 Oct 2018 14:36:57 -0400 Subject: [PATCH] VNU config: Remove exclusions for accordion (pull #902) For issue #815, remove the exclusions in the VNU configuration that permitted accordion-related roles on `dl`, `dt`, and `dt`. --- .vnurc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vnurc b/.vnurc index 76be22af97..3fe0f519da 100644 --- a/.vnurc +++ b/.vnurc @@ -13,6 +13,3 @@ The “longdesc” attribute on the “img” element is obsolete. Use a regular # TODO: #822 rel elements in menubar2 example Attribute “rel” not allowed on element “ul” at this point. Attribute “rel” not allowed on element “li” at this point. -# TODO: #815 dl/dt used for accordion example -Bad value “heading” for attribute “role” on element “dt”. -Bad value “region” for attribute “role” on element “dd”.