Geir Gåsodden
Geir Gåsodden
Are you able to reproduce this error in a way I can test it? I thought overloading the w3c-validator would result in a status code that would be handled. You...
Thank you. I'll see if I'm able to test it later. However this looks like a module that might work for you: https://www.npmjs.com/package/html-validate. From the description https://html-validate.org/dev/using-api.html You could probably...
I think the validation follows all the rules. Anyway, I've done some testing and will probably release a new version around this weekend https://github.com/zrrrzzt/html-validator/pull/184 It will be a breaking change,...
If you want to do a PR for retry you are welcome :-) I would prefer the default to be no retries and rather let the user opt in for...
I can look into it :-) Can you give me some example code to make it clear what you want to validate?
My idea is to wrap the fragments in `` and use the validator as usual. You would probably need to activate this sort of behaviour with a special flag. This...
Yeah, that's the minimum for a valid document. I don't think it would require much effort to add this functionality either. I'll look at it tomorrow.
Just released version 4.1.0 Now you can add fragments as `data` and set `isFragment` to true. Hope this works out for you use case @samdutton
@davidtheclark PRs are very welcome