Konrad Windszus created MCOMPILER-586: -----------------------------------------
Summary: 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 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)