Skip to content

Commit

Permalink
Merge pull request #421 from nschonni/vnu-jar
Browse files Browse the repository at this point in the history
chore: add VNU checking
  • Loading branch information
jnurthen committed Jun 5, 2018
2 parents e683226 + 38c0a36 commit 682801a
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 411 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,12 @@ env:
global:
- GH_REF: github.com/w3c/aria-practices.git

addons:
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default

git:
depth: 3

Expand Down
7 changes: 7 additions & 0 deletions .vnurc
@@ -0,0 +1,7 @@
# Add regex filters for the Nu Validator error messages for proposed changes
# not yet added to the validator.
#
# Proposed, tracking in gh-429
Bad value “” for attribute “aria-activedescendant” on element “ul”:.*
# Ignoring for Slider examples because it is forcing rule with role=img
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.

0 comments on commit 682801a

Please sign in to comment.