kwin commented on issue #1034: URL: https://github.com/apache/maven-doxia/issues/1034#issuecomment-3907890483
The culprit is https://github.com/apache/maven-doxia/blob/e5c77a114f745d6ee420ae42c64d2bed736c5e71/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java#L1252 which just emits all non Semantic attributes as is. IMHO the non semantic ones from https://github.com/apache/maven-doxia/blob/e5c77a114f745d6ee420ae42c64d2bed736c5e71/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/SinkEventAttributeSet.java#L92-L106 should be converted to support semantic attributes first. -- 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]
