html5validator icon indicating copy to clipboard operation
html5validator copied to clipboard

Update jar

Open tommy-gilligan opened this issue 2 years ago • 4 comments

I'm getting an error on my CSS

error: CSS: "overflow": "clip" is not a "overflow" value.

This seems to be because vnu.jar is a bit stale. Updating it here. Using the jar from https://github.com/validator/validator/pkgs/npm/vnu-jar Not sure what steps I should take to update CHANGELOG.md etc.

tommy-gilligan avatar Aug 30 '23 03:08 tommy-gilligan

We (at just-the-docs) also depend on this repository and would love to see this PR (or a similar one) get merged; anything I can do to help merge this in!

mattxwang avatar Sep 27 '23 01:09 mattxwang

Instead of committing a binary, why not set up a workflow that pulls in the binary from an official source, like the NPM release? That way it would be easier to keep this repo up-to-date.

ptmkenny avatar Apr 04 '24 09:04 ptmkenny

The last commit is 2 years old.

@svenkreiss Do you still have the motivation and resources to maintain this project?

Croydon avatar Apr 04 '24 11:04 Croydon

I will say, there are a few forks - this one seems like it's the most actively maintained: https://github.com/Cyb3r-Jak3/html5validator (the author maintains a useful GitHub Action that consumes this repository). If you're using this repository directly, switching (or forking) could be the next move!

(maintaining open-source is hard - grateful for all that's happened with this project so far!)

mattxwang avatar Apr 05 '24 22:04 mattxwang

I have started publishing my own version at https://pypi.org/project/html5validator-2. My docker image and upstream action now point to my own fork.

Cyb3r-Jak3 avatar Aug 16 '25 15:08 Cyb3r-Jak3