-
When I try to validate a page with either of the Nu Validator HTML5 options, I get a page, generated by the Nu Validator, with the following message on it:
```
IO Error: c.validator.nu
```
Could it …
-
I have had success using html validator as in api = 'https://validator.nu/'
is there a possibility to use the vnu.jar file as an executable.
I can use it as a command line tool: java -jar ~/vnu.jar …
ghost updated
9 years ago
-
Hey @sideshowbarker
Just wanted to confirm that your [nightlies server](https://sideshowbarker.net/nightlies/) is set to JST.
-
Hi,
I have modified gumbo-parser to expand the TagNames to include the full set of presentation elements in MathML and the full SVG tag list. (according to the latest spec). Given the size of the new…
-
Hello.
Could you release your application into Maven Central (http://search.maven.org/)? It would make easy for developers to integrate the VNU classes into their applications.
Thanks,
Guillaume
-
There seems to be a bug in the latest release with --format flag.
Test file: https://gist.github.com/cavweb20/a24915082675227cc65a#file-gistfile1-html
Running:
```
java -jar vnu.jar test_01.html
``…
-
[validator.nu](http://about.validator.nu/) offers a SAX parser for html documents. It follows the specification very closely and has good performance. It would be nice to use it instead of the current…
-
I tried using html5lib for HTML validation, to make sure that my users author valid, well-defined HTML. To that end, I parsed the input HTML with html5lib and used the `HTMLParser.errors` property to …
-
I'm running Syntastic on Vim 7.4 CLI (Mac OS 10.9) and I have added the following to my .vimrc:
`let g:syntastic_html_checkers = ['w3']`
As per the [WIKI docs](https://github.com/scrooloose/syntasti…
-
Env:
- osx 10.8
- vim 7.4
vimrc:
```
" no vi-compatible
set nocompatible
" Setting up Vundle - the vim plugin bundler
let iCanHazVundle=1
let vundle_readme=expand('~/.vim/bundle/vundle/README.md')
…