Comment 4 for bug 996117

Revision history for this message
Drasla (78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwfnr8jn6-lvdfjr0or-a811i2i3ytqlsztthjth0svbccw8inm65tmkqp9sarr553jq53in4xm1m8wn3o4rlwaer06) wrote :

My previous comment was a bit premature. In addition to upgrading the validator itself, you need to get an external HTML5 validator running. This entails two changes: building/installing the HTML5 validator, and referencing it.

Build instructions are here, however, I have had some difficulties getting this to work:
http://about.validator.nu/#src

Afterward, it should just be a matter of adding the following to the bottom of /etc/w3c/validator.conf:

<External>
  HTML5 = http://localhost:8888/html5/
</External>