Name: rmT116609 Date: 02/22/2001
java version "1.3.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-beta-b15)
Java HotSpot(TM) Client VM (build 1.3.1beta-b15, mixed mode)
Java Source Code (Empty.java):
public class Empty { }
Steps to reproduce:
javadoc Empty
The first line of the generated Empty.html file is a Frameset !DOCTYPE tag, but
this HTML document is not a Frameset document.
Assuming that the !DOCTYPE tag should be:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
There is an error on line 122: the <DL> tag does not contain any <DT> tags.
(Review ID: 117500)
======================================================================
- duplicates
-
JDK-4808177 Documentation not HTML 4.01 compliant.
-
- Closed
-