svenkreiss / html5validator

Command line tool to validate HTML5 files. Great for continuous integration.
MIT License
314 stars 34 forks source link

The `vnujar` should be updated #113

Closed Jayman2000 closed 2 years ago

Jayman2000 commented 2 years ago

When I try to validate this CSS:

:not(p, a)
{
        color: red;
}

Html5validator gives me:

"file:<path>/example.css":1.6-1.6: error: CSS: Parse Error.
"file:<path>/example.css":4.2-5.1: error: CSS: Parse Error.

V.Nu’s Web interface reports no errors with that CSS.

svenkreiss commented 2 years ago

Now updated to 0.4.2

Jayman2000 commented 2 years ago

Thank you!