xhtml errors

Lucien Gentis <[email protected]> Sat, 30 May 2026 15:01:23 +0200
Newsgroups gmane.comp.apache.documentation
Message-ID <[email protected]>
Hello Rich,

After building the doc (fr doc only), "./build.sh validate-xhtml" 
command gives these 2 errors for almost all files, all languages, trunk 
and 2.4 :

*************************************

[xmlvalidate] 
/home/lgentis/travail/traduction-apache/httpd-2.4/manual/bind.html.de:26:387: 
The content of element type "button" must match 
"(p|h1|h2|h3|h4|h5|h6|div|ul|ol|dl|pre|hr|blockquote|address|table|br|span|bdo|map|object|img|tt|i|b|big|small|em|strong|dfn|code|q|samp|kbd|var|cite|abbr|acronym|sub|sup|noscript|ins|del|script)".
[xmlvalidate] 
/home/lgentis/travail/traduction-apache/httpd-2.4/manual/bind.html.de is 
not a valid XML document

*************************************

[xmlvalidate] 
/home/lgentis/travail/traduction-apache/httpd-2.4/manual/bind.html.en:26:63: 
Attribute "aria-label" must be declared for element type "button".
[xmlvalidate] 
/home/lgentis/travail/traduction-apache/httpd-2.4/manual/bind.html.en:26:197: 
Element type "svg" must be declared.
[xmlvalidate] 
/home/lgentis/travail/traduction-apache/httpd-2.4/manual/bind.html.en:26:230: 
Element type "circle" must be declared.
[xmlvalidate] 
/home/lgentis/travail/traduction-apache/httpd-2.4/manual/bind.html.en:26:269: 
Element type "line" must be declared.
[xmlvalidate] 
/home/lgentis/travail/traduction-apache/httpd-2.4/manual/bind.html.en:26:372: 
Element type "path" must be declared.

*************************************

Probably a CSS/XSL problem I have no idea to resolve

Lucien