On Wed, 3 Feb 2021 12:28:06 GMT, Pavel Rappo <pra...@openjdk.org> wrote:
> I wouldn't expect that latter behavior. Not only nested `<a>` are invalid > HTML, but they are also rendered strangely in browsers. In this particular > case the trailing `GHI` appears as normal text, not as a hyperlink. Thanks; it was on my list to check whether nested links were allowed. I'm pleased they're not, and this will be another situation where the `inTags` info is useful. ------------- PR: https://git.openjdk.java.net/jdk/pull/2369