[ https://issues.apache.org/jira/browse/MCOMPILER-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17826849#comment-17826849 ]
Konrad Windszus commented on MCOMPILER-586: ------------------------------------------- This is a regression of DOXIA-682, as both parsers rely on Xhtml5Parser for the anchor element. > anchor element with "name" attribute no longer detected by > XdocParser/FmlParser > ------------------------------------------------------------------------------- > > Key: MCOMPILER-586 > URL: https://issues.apache.org/jira/browse/MCOMPILER-586 > Project: Maven Compiler Plugin > Issue Type: Bug > Reporter: Konrad Windszus > Priority: Major > > Currently only {{<a id=...>}} is translated into a proper > {{Sink.anchor(...)}} call. > The obsolete {{<a name=...>}} is currently not calling an according > {{Sink.anchor(...)}} method but may be still used in ancient markups which > derive from the XHtml5BaseParser. > For example XDoc and FML both stem from the time where > https://www.w3.org/TR/xhtml1/ was still the spec and therefore support {{a > name}} (according to > https://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-xdoc/xsddoc/http___maven.apache.org_XDOC_2.0/element/a.html > and > https://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-fml/xsddoc/http___maven.apache.org_FML_1.0.1/element/a.html) -- This message was sent by Atlassian Jira (v8.20.10#820010)