Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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 the most recent XHTML 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)
Attachments
Issue Links
- is caused by
-
DOXIA-668 Remove all obsolete attributes in HTML5
- Closed
- links to