-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add VNU checking #421
Conversation
47a9643
to
5fe01e0
Compare
@nschonni could you have a look at the error log? It tries to install an aria-practices 0.0.0 package :/. |
|
Spun off some separate issues and PRs for the existing errors.
Not sure about the |
@nschonni whoop whoop! I’ll have a look at the new issues. role=none is valid per aria 1.1 so that should def be filtered. |
18d51ce
to
719cd30
Compare
Added a filter file, but I'm not sure about this one aria-practices/examples/toolbar/toolbar.html":41.13-41.95: error: Attribute “aria-selected” not allowed on element “div” at this point. |
Rebased and opened a few new PRs to address newer markup issues |
After setting up a branch with these changes, I tried running npm test:
Why isn't it spitting out the validation errors for me? I should find the errors with fixes proposed in PRs #537 and #538; I haven't yet merged those fixes. BTW, after setting up this branch, I did update my NPM packages. |
Those fixes are independent markup errors. Do you have Java available in that environment? Not sure if it would probably just throw a different error if you didn't. |
Logged validator/validator#579 for the rowgroup in table issue |
@nschonni Can you please add to the filter the following error: |
6eb0b9c
to
a53ab77
Compare
@jnurthen added the filter for the rowgroup The last commit could be submitted separately, but I figured I'd include it to make the build green |
Although #429 is closed, I couldn't remove the suppression of
|
@mcking65 is there any other changes needed for this? |
Bumped and rebased since some of the ignored errors have been addressed in the validator |
Rebased to fix conflict |
Thanks. Lets see how this goes! |
From the README:
Current errors are below, but may be related to current work
To ignore work in progress the --filterpattern option could be used till patches are landed in the validator.
/cc @sideshowbarker