desruisseaux commented on PR #508: URL: https://github.com/apache/maven-jar-plugin/pull/508#issuecomment-5525104696
Hello @elharo . I tried to address the new round of issues. Note: contrarily to what I said in comment, I had to remove the `title` attribute: it is not accepted by Javadoc. Apparently, Javadoc accepts only a small subset of HTML, which includes explicitly the following elements: `<abbr>`, `<acronym>`, `<cite>`, `<code>`, `<dfn>`, `<em>`, `<kbd>`, `<samp>`, `<var>`, `<strong>` (from Javadoc test suite). We know that some more are accepted such as `<i>`, but I did not saw them in the Javadoc tests that I looked at. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
