]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Switch HTML output from XHTML 1.0 Strict to HTML5
authorRich Bowen <rbowen@apache.org>
Sat, 30 May 2026 22:29:02 +0000 (22:29 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 30 May 2026 22:29:02 +0000 (22:29 +0000)
commit8d2bd6304214b92c6009e77f17081805dced0492
tree7cd6ccd0393a535b85c944fb6b07a711e47bccc8
parenta7516e2f4a2414249ddba42f89d8f5b50c1ada3a
Switch HTML output from XHTML 1.0 Strict to HTML5

Change output method to "html" and emit <!DOCTYPE html> instead of
the XHTML 1.0 Strict doctype. Remove XHTML namespace declarations
and xml:lang attributes from all XSL stylesheets. Remove explicit
Content-Type meta tag (now auto-generated by the HTML serializer).

This resolves validate-xhtml failures caused by HTML5 features
(aria-* attributes, inline SVG) that are invalid under the
XHTML 1.0 Strict DTD.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934794 13f79535-47bb-0310-9956-ffa450edef68
25 files changed:
docs/manual/style/lang-targets.xml
docs/manual/style/manual.da.xsl
docs/manual/style/manual.de.xsl
docs/manual/style/manual.en.xsl
docs/manual/style/manual.es.xsl
docs/manual/style/manual.fr.xsl
docs/manual/style/manual.ja.xsl
docs/manual/style/manual.ko.xsl
docs/manual/style/manual.pt-br.xsl
docs/manual/style/manual.ru.xsl
docs/manual/style/manual.tr.xsl
docs/manual/style/manual.zh-cn.xsl
docs/manual/style/xsl/common.xsl
docs/manual/style/xsl/convmap.xsl
docs/manual/style/xsl/directiveindex.xsl
docs/manual/style/xsl/faq.xsl
docs/manual/style/xsl/indexpage.xsl
docs/manual/style/xsl/language.xsl
docs/manual/style/xsl/list_for_prettify.xsl
docs/manual/style/xsl/manualpage.xsl
docs/manual/style/xsl/moduleindex.xsl
docs/manual/style/xsl/overrideindex.xsl
docs/manual/style/xsl/quickreference.xsl
docs/manual/style/xsl/sitemap.xsl
docs/manual/style/xsl/synopsis.xsl