Michael Osipov opened MSHARED-1174 and commented
In the last improvement MSHARED-1106 of the AbstractMavenReportRenderer elements were wrapped in anchors.
While this seems to be a good idea, it causes trouble with HTML output since CSS rules then completely change the style of the anchor body. It is then a CSS trickery to differential between anchors and links.
Since anchors itself are deprecated (anchors without href) and the nearest element should have the id, we will pull up the anchor above the target element.
Affects: maven-reporting-impl-4.0.0-M3
Issue Links:
Remote Links:
Michael Osipov opened MSHARED-1174 and commented
In the last improvement MSHARED-1106 of the
AbstractMavenReportRendererelements were wrapped in anchors.While this seems to be a good idea, it causes trouble with HTML output since CSS rules then completely change the style of the anchor body. It is then a CSS trickery to differential between anchors and links.
Since anchors itself are deprecated (anchors without href) and the nearest element should have the id, we will pull up the anchor above the target element.
Affects: maven-reporting-impl-4.0.0-M3
Issue Links:
DOXIA-680 Don't wrap elements in anchors
SUREFIRE-2133 Make anchors start before the headings
MSHARED-1106 Improve and simplify section handling
("supercedes")
Remote Links: