8275518: accessibility issue in Inet6Address docs

Reviewed-by: ihse, jjg
This commit is contained in:
Ludvig Janiuk 2021-10-28 14:40:53 +00:00 committed by Jonathan Gibbons
parent 85d8cd8566
commit abe52aea23

View File

@ -119,10 +119,9 @@ import java.util.Arrays;
* <h3> Special IPv6 address </h3> * <h3> Special IPv6 address </h3>
* *
* <blockquote> * <blockquote>
* <table class="borderless"> * <dl>
* <caption style="display:none">Description of IPv4-mapped address</caption> * <dt>IPv4-mapped address</dt>
* <tr><th style="vertical-align:top; padding-right:2px"><i>IPv4-mapped address</i></th> * <dd>Of the form ::ffff:w.x.y.z, this IPv6 address is used to
* <td>Of the form ::ffff:w.x.y.z, this IPv6 address is used to
* represent an IPv4 address. It allows the native program to * represent an IPv4 address. It allows the native program to
* use the same address data structure and also the same * use the same address data structure and also the same
* socket when communicating with both IPv4 and IPv6 nodes. * socket when communicating with both IPv4 and IPv6 nodes.
@ -132,12 +131,13 @@ import java.util.Arrays;
* return an IPv4-mapped address. These classes can take an * return an IPv4-mapped address. These classes can take an
* IPv4-mapped address as input, both in byte array and text * IPv4-mapped address as input, both in byte array and text
* representation. However, it will be converted into an IPv4 * representation. However, it will be converted into an IPv4
* address.</td></tr> * address.</dd>
* </table></blockquote> * </dl>
* </blockquote>
* *
* <h3><a id="scoped">Textual representation of IPv6 scoped addresses</a></h3> * <h3><a id="scoped">Textual representation of IPv6 scoped addresses</a></h3>
* *
* <p> The textual representation of IPv6 addresses as described above can be * <p>The textual representation of IPv6 addresses as described above can be
* extended to specify IPv6 scoped addresses. This extension to the basic * extended to specify IPv6 scoped addresses. This extension to the basic
* addressing architecture is described in [draft-ietf-ipngwg-scoping-arch-04.txt]. * addressing architecture is described in [draft-ietf-ipngwg-scoping-arch-04.txt].
* *