On Tue, 19 Oct 2021 13:50:20 GMT, Ludvig Janiuk <d...@openjdk.java.net> wrote:
> Single-row table was being used for visual effect, but a description list > seems more appropriate. OK, but ... While the basic translation from a single-row table to a definition list looks good, it's not clear you still need the `style` attribute. Also, explicit use of `<b>` and `<i>` is discouraged for accessibility reasons; if you need any tags to adjust the font here, it's better to use semantic equivalents like `<strong>` and `<em>` (emphasis). But even better to reduce unnecessary stylistic changes and rely on the default settings (in this case for `<dl>`) in the stylesheet. ------------- Marked as reviewed by jjg (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/6010