mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-03 10:20:57 +00:00
8251124: doclint errors about missing accessibility support in HTML files
Reviewed-by: serb
This commit is contained in:
parent
a0d6a8a174
commit
4264cd9f46
@ -55,10 +55,9 @@ not support them. In the event that a desktop property is
|
||||
unavailable for any reason, the implementation will return
|
||||
<code>null</code>.
|
||||
<p>
|
||||
The following table summarizes the desktop properties documented
|
||||
here, and their value types.
|
||||
<br><br>
|
||||
<table border=1>
|
||||
<caption>The following table summarizes the desktop properties documented
|
||||
here, and their value types.</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Property Name</th>
|
||||
|
||||
@ -230,12 +230,11 @@ object returned by the TIFF reader using the
|
||||
<h4><a id="MapNativeStandard"></a>
|
||||
Mapping of TIFF Native Image Metadata to the Standard Metadata Format</h4>
|
||||
|
||||
The derivation of standard metadata format
|
||||
<table border="1">
|
||||
<caption>The derivation of standard metadata format
|
||||
<a href="standard_metadata.html">javax_imageio_1.0</a>
|
||||
elements from <a href="#ImageMetadata">TIFF native image metadata</a> is given
|
||||
in the following table.
|
||||
|
||||
<table border="1">
|
||||
in the following table.</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Index</th>
|
||||
@ -760,12 +759,12 @@ writer.</p>
|
||||
<h4><a id="MapStandardNative"></a>
|
||||
Mapping of the Standard Metadata Format to TIFF Native Image Metadata</h4>
|
||||
|
||||
The derivation of <a href="#ImageMetadata">TIFF native image metadata</a>
|
||||
elements from the standard metadata format
|
||||
<a href="standard_metadata.html">javax_imageio_1.0</a> is
|
||||
given in the following table.
|
||||
|
||||
<table border="1">
|
||||
<caption>The derivation of <a href="#ImageMetadata">TIFF native image metadata</a>
|
||||
elements from the standard metadata format
|
||||
<a href="standard_metadata.html">javax_imageio_1.0</a> is
|
||||
given in the following table.</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Index</th>
|
||||
|
||||
@ -1301,6 +1301,7 @@ JToggleButton.<br>
|
||||
<h2><a id="textProperties"></a>Text Properties<br>
|
||||
</h2>
|
||||
<table cellpadding="2" cellspacing="2" border="1" style="text-align: left; width: 100%;">
|
||||
<caption>Text classes common properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col" style="vertical-align: top; text-align: center;">Property</th>
|
||||
<th scope="col" style="vertical-align: top; text-align: center;">Expected Type<br>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user