RFR: JDK-8257925 enable more support for nested inline tags
Jonathan Gibbons
jjg at openjdk.java.net
Thu Feb 4 22:53:41 UTC 2021
On Wed, 3 Feb 2021 12:28:06 GMT, Pavel Rappo <prappo at 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
More information about the compiler-dev
mailing list