Description
Due to the logic in https://github.com/apache/maven-doxia/blob/37173794270ee68894aac0e252dcb87545770952/doxia-core/src/main/java/org/apache/maven/doxia/parser/Xhtml5BaseParser.java#L631 there may calls of Sink.sectionX() without the according call of Sink.sectionX_().
The attached XHTML5 being parsed and then converted back through the Sink to XHTML5 is invalid (lacks one closing section tag).
Attachments
Attachments
Issue Links
- blocks
-
DOXIATOOLS-80 Update to Doxia 2.x
- Resolved
- is blocked by
-
DOXIA-711 Introduce SinkWrapper with factory
- Closed
- is broken by
-
DOXIA-575 Add support for (X)HTML5
- Closed
- is related to
-
DOXIA-712 Add validation capability to Sink API
- Open
- links to