RFR: 8320199: Fix HTML 5 errors in java.math.BigInteger

Brian Burkhalter bpb at openjdk.org
Wed Nov 15 22:07:41 UTC 2023


On Wed, 15 Nov 2023 21:59:56 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Clean up HTML error due to nested anchor (`<a>`) elements.

HTML Tidy (`tidy -e`) output after 6cc6f8b66cf6819efd3a8c73701722ee8539257b:

Info: Document content looks like HTML5
No warnings or errors were found.

Generated HTML looks okay and the link to the `BigInteger` anchor from `BigDecimal` works.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16679#issuecomment-1813333897


More information about the core-libs-dev mailing list