]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: XSL: Add source document name as custom data attribute for <html>
authorPeter Krempa <pkrempa@redhat.com>
Tue, 14 Feb 2023 10:59:22 +0000 (11:59 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 15 Feb 2023 11:38:45 +0000 (12:38 +0100)
commit65edcfd68f0c9ceb4bc6404004605895e3e7924b
tree9632316c0f7f1b84450350bd79784b7ad0b1107f
parent8c8eff610ae957d920715b7bcf87fbcd8556b68a
docs: XSL: Add source document name as custom data attribute for <html>

The html standard allows custom data attributes on any element in the
format of 'data-*' which are not interpreted. We can use it to embed the
name of the source document used to generate the page so that our
checker tools can use the friendly name.

https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/page.xsl