RFR: JDK-8275518: accessibility issue in Inet6Address docs

Ludvig Janiuk duke at openjdk.java.net
Tue Oct 26 13:38:13 UTC 2021


On Tue, 26 Oct 2021 12:44:38 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

>> Single-row table was being used as a hack here, a description list
>> seems more appropriate
>
> Would it be possible to build documentation for that page to see how it looks?

@pavelrappo here's a screengrab from my local build. It doesn't look exactly as before, but I think the message is the same. Idiomatically, the <dl> element is ideal for this kind of thing:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl

![image](https://user-images.githubusercontent.com/6298393/138889310-7a75a762-ae70-4f5f-969f-65df570e2bac.png)

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

PR: https://git.openjdk.java.net/jdk/pull/6010


More information about the net-dev mailing list