RFR: 8296265: Use modern HTML in the JVMTI spec

Kevin Walls kevinw at openjdk.org
Mon Nov 21 17:37:26 UTC 2022


On Fri, 11 Nov 2022 00:43:33 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

> Changes:
> - removed `<b>` from TOC;
> - added CSS style for TOC (to simplify customization, currently it's empty);
> - removed `<b>` from from function list (per Phase);
> - removed `<b>` from from list of events;
> - introduced CSS style for bold text, replaced `<b>` tags with `<span class="bold">`;
> - update transformation rule for `"b"` elements to use `"span class=bold"` (to handle `<b>` tags in source XML file);
> - dropped duplicate `"b"` transform.

Looks ok to me.  Yes, thanks for attaching the example files!

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

Marked as reviewed by kevinw (Committer).

PR: https://git.openjdk.org/jdk/pull/11099


More information about the hotspot-dev mailing list