Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit f47f30e

Browse files
author
Pankaj Bansal
committedAug 16, 2020
8251124: doclint errors about missing accessibility support in HTML files
Reviewed-by: serb
1 parent 81ffb36 commit f47f30e

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed
 

‎src/java.desktop/share/classes/java/awt/doc-files/DesktopProperties.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ <h1>AWT Desktop Properties</h1>
5555
unavailable for any reason, the implementation will return
5656
<code>null</code>.
5757
<p>
58-
The following table summarizes the desktop properties documented
59-
here, and their value types.
60-
<br><br>
6158
<table border=1>
59+
<caption>The following table summarizes the desktop properties documented
60+
here, and their value types.</caption>
6261
<thead>
6362
<tr>
6463
<th scope="col">Property Name</th>

‎src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html

+7-8
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,11 @@ <h3><a id="MetadataIssuesRead">Metadata Issues</a></h3>
230230
<h4><a id="MapNativeStandard"></a>
231231
Mapping of TIFF Native Image Metadata to the Standard Metadata Format</h4>
232232

233-
The derivation of standard metadata format
233+
<table border="1">
234+
<caption>The derivation of standard metadata format
234235
<a href="standard_metadata.html">javax_imageio_1.0</a>
235236
elements from <a href="#ImageMetadata">TIFF native image metadata</a> is given
236-
in the following table.
237-
238-
<table border="1">
237+
in the following table.</caption>
239238
<thead>
240239
<tr>
241240
<th scope="col">Index</th>
@@ -760,12 +759,12 @@ <h3><a id="MetadataIssuesWrite">Metadata Issues</a></h3>
760759
<h4><a id="MapStandardNative"></a>
761760
Mapping of the Standard Metadata Format to TIFF Native Image Metadata</h4>
762761

763-
The derivation of <a href="#ImageMetadata">TIFF native image metadata</a>
764-
elements from the standard metadata format
765-
<a href="standard_metadata.html">javax_imageio_1.0</a> is
766-
given in the following table.
767762

768763
<table border="1">
764+
<caption>The derivation of <a href="#ImageMetadata">TIFF native image metadata</a>
765+
elements from the standard metadata format
766+
<a href="standard_metadata.html">javax_imageio_1.0</a> is
767+
given in the following table.</caption>
769768
<thead>
770769
<tr>
771770
<th scope="col">Index</th>

‎src/java.desktop/share/classes/javax/swing/plaf/synth/doc-files/componentProperties.html

+1
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,7 @@ <h2><a id="buttonProperties">Button Properties</a></h2>
13011301
<h2><a id="textProperties"></a>Text Properties<br>
13021302
</h2>
13031303
<table cellpadding="2" cellspacing="2" border="1" style="text-align: left; width: 100%;">
1304+
<caption>Text classes common properties</caption>
13041305
<thead><tr>
13051306
<th scope="col" style="vertical-align: top; text-align: center;">Property</th>
13061307
<th scope="col" style="vertical-align: top; text-align: center;">Expected Type<br>

0 commit comments

Comments
 (0)