]> xenbits.xensource.com Git - libvirt.git/commit
docs: drop XHTML 1.0 validation of website
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 26 Jul 2017 16:13:40 +0000 (17:13 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 2 Aug 2017 16:00:11 +0000 (17:00 +0100)
commitf802c9de09b676cdf905ac3ba9665e453680d01a
treecf1b8603e4ce517e6bcab58be2cd93a51c98cad3
parent4e42ff6b7e1b5dc2911075a3eb7b86cd2075cfd3
docs: drop XHTML 1.0 validation of website

The HTML pages are currently validated against an XHTML 1.0 DTD.
This makes it impossible to take advantage of features that are
introduced in HTML 5, because they'll fail validation.

There is intentionally no DTD defined for HTML 5, so there's no
alternative to XHTML 1.0 DTD that we could switch to. The only
options are to stick with XHTML 1.0 forever, or drop the DTD
validation, and we pick the latter.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
.travis.yml
docs/Makefile.am
libvirt.spec.in
m4/virt-external-programs.m4