Skip to content

Commit

Permalink
Expand VNU validator file pattern (pull #779)
Browse files Browse the repository at this point in the history
* chore: VNU globbing, Ensure all html files are checked.
* chore: Bump vnu-jar to 18.7.23
* chore: Ignore current vnu failures in accordion and menubar

Related to #815 #822
  • Loading branch information
nschonni authored and mcking65 committed Aug 15, 2018
1 parent 201fe21 commit d011661
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 174 deletions.
8 changes: 8 additions & 0 deletions .vnurc
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ An “img” element must have an “alt” attribute, except under certain cond
# Ignoring aria-posinset and aria-setsize on role row
Attribute “aria-posinset” not allowed on element “tr” at this point.
Attribute “aria-setsize” not allowed on element “tr” at this point.
# Deleted Section Archive
The “longdesc” attribute on the “img” element is obsolete. Use a regular “a” element to link to the description.
# 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”.
Loading

0 comments on commit d011661

Please sign in to comment.