html-validator-cli icon indicating copy to clipboard operation
html-validator-cli copied to clipboard

CLI for validating html using validator.w3.org/nu

Results 11 html-validator-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/html-validator/6.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/html-validator/5.1.18/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/coveralls/3.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/minimist/1.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/minimist/1.2.5/1.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability...

dependencies

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...