kwin commented on issue #304: URL: https://github.com/apache/maven-doxia-sitetools/issues/304#issuecomment-3985478097
Those are different issues: > void elements (like meta tags) are not (fully) supported by DOXIA This is an issue in Doxia Markdown parser and was already fixed in the context of https://github.com/apache/maven-doxia/issues/999 > Void elements are renedered with a trailing slash resulting in validator infos / warning This is orthogonal to the issues with duplicate meta elements, please create a new issue for Doxia. I am not sure what the semantics is for duplicate meta element with same names: https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-name is not really clear in that regard. `charset` must for sure only be set once. OTOH `title` is only supposed to appear once in head: <https://html.spec.whatwg.org/multipage/semantics.html#the-title-element> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
