html-validator-cli
html-validator-cli copied to clipboard
CLI for validating html using validator.w3.org/nu
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tap](http://www.node-tap.org/) ([source](https://togithub.com/tapjs/tapjs)) | [`15.1.6` -> `18.8.0`](https://renovatebot.com/diffs/npm/tap/15.1.6/18.8.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [standard](https://standardjs.com) ([source](https://togithub.com/standard/standard)) | [`16.0.4` -> `17.0.0`](https://renovatebot.com/diffs/npm/standard/16.0.4/17.0.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [html-validator](https://togithub.com/zrrrzzt/html-validator) | [`5.0.1` -> `6.0.1`](https://renovatebot.com/diffs/npm/html-validator/5.0.1/6.0.1) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tap](http://www.node-tap.org/) ([source](https://togithub.com/tapjs/node-tap)) | [`15.1.6` -> `15.2.3`](https://renovatebot.com/diffs/npm/tap/15.1.6/15.2.3) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [html-validator](https://togithub.com/zrrrzzt/html-validator) | [`5.0.1` -> `5.1.18`](https://renovatebot.com/diffs/npm/html-validator/5.0.1/5.1.18) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [coveralls](https://togithub.com/nickmerwin/node-coveralls) | [`3.1.0` -> `3.1.1`](https://renovatebot.com/diffs/npm/coveralls/3.1.0/3.1.1) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [minimist](https://redirect.github.com/minimistjs/minimist) | [`1.2.5` -> `1.2.6`](https://renovatebot.com/diffs/npm/minimist/1.2.5/1.2.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability...
would it be possible to get a synchronous version of the wonderful tool?
if you run it with quiet mode you only get the error messages perhaps it would make sense to still include the url in the returned json object?
Looking at the README for the underlying library [html-validator](https://github.com/zrrrzzt/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...