Skip to content
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

Does this CLI support offline validation? #193

Open
frou opened this issue Nov 6, 2021 · 2 comments
Open

Does this CLI support offline validation? #193

frou opened this issue Nov 6, 2021 · 2 comments

Comments

@frou
Copy link

frou commented Nov 6, 2021

Looking at the README for the underlying library html-validator, that mentions offline validation (called WHATWG?), but does this CLI support that?

I tried

$ html-validator --validator WHATWG --file path/to/x.html

but it doesn't like that:

Error: Invalid URI "WHATWG"

@zrrrzzt
Copy link
Owner

zrrrzzt commented Nov 7, 2021

The cli is lagging a bit behind the library I'm afraid.
One of the reasons are the use of the other validator you try to use here. I have not got the time to do the testing required.

The usually story of real life and open source on the side I guess 🤷🏻 PRs are welcome though :-)

@frou
Copy link
Author

frou commented Nov 7, 2021

No worries, thanks for the the response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants