8275518: accessibility issue in Inet6Address docs
Reviewed-by: ihse, jjg
This commit is contained in:
parent
85d8cd8566
commit
abe52aea23
@ -119,10 +119,9 @@ import java.util.Arrays;
|
||||
* <h3> Special IPv6 address </h3>
|
||||
*
|
||||
* <blockquote>
|
||||
* <table class="borderless">
|
||||
* <caption style="display:none">Description of IPv4-mapped address</caption>
|
||||
* <tr><th style="vertical-align:top; padding-right:2px"><i>IPv4-mapped address</i></th>
|
||||
* <td>Of the form ::ffff:w.x.y.z, this IPv6 address is used to
|
||||
* <dl>
|
||||
* <dt>IPv4-mapped address</dt>
|
||||
* <dd>Of the form ::ffff:w.x.y.z, this IPv6 address is used to
|
||||
* represent an IPv4 address. It allows the native program to
|
||||
* use the same address data structure and also the same
|
||||
* 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
|
||||
* IPv4-mapped address as input, both in byte array and text
|
||||
* representation. However, it will be converted into an IPv4
|
||||
* address.</td></tr>
|
||||
* </table></blockquote>
|
||||
* address.</dd>
|
||||
* </dl>
|
||||
* </blockquote>
|
||||
*
|
||||
* <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
|
||||
* addressing architecture is described in [draft-ietf-ipngwg-scoping-arch-04.txt].
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user