Hello Alexey, The fix looks correct although I don’t see that the error is actually visible in the current javadoc [1].
Thanks, Brian [1] https://docs.oracle.com/en/java/javase/13/docs/api/java.desktop/javax/imageio/metadata/doc-files/tiff_metadata.html#Compression > On Dec 3, 2019, at 3:34 AM, Alexey Ivanov <alexey.iva...@oracle.com> wrote: > > Please review the following fix: > > JBS: https://bugs.openjdk.java.net/browse/JDK-8235245 > <https://bugs.openjdk.java.net/browse/JDK-8235245> > Webrev: http://cr.openjdk.java.net/~aivanov/8235245/webrev.00/ > <http://cr.openjdk.java.net/~aivanov/8235245/webrev.00/> > > The file tiff_metadata.html has a misplaced </thead> element which breaks the > structure. > > The fix corrects the problem and makes the HTML valid.