-
Bug
-
Resolution: Duplicate
-
P4
-
1.4.2
-
generic
-
generic
Name: dk30142 Date: 12/05/2003
I ran the HTML validator at:
http://validator.w3.org
on the file Applet.html from 1.5.0 of build 30, Dec 5, 2004,
after inserting this element (to define the character encoding):
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
and got the following errors.
1. Line 83, column 79: end tag for element "B" which is not open (explain...).
...lasses-noframe.html"><B>All Classes</B></A>');
^
2. Line 83, column 83: end tag for element "A" which is not open (explain...).
...s-noframe.html"><B>All Classes</B></A>');
^
3. Line 87, column 9: document type does not allow element "NOSCRIPT" here; missing
one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
<NOSCRIPT>
^
4. Line 112, column 58: document type does not allow element "IMG" here (explain...).
...ources/inherit.gif" ALT="extended by"><A HREF="../../java/awt/Component.html"
^
5. Line 113, column 62: document type does not allow element "IMG" here (explain...).
...ources/inherit.gif" ALT="extended by"><A HREF="../../java/awt/Container.html"
^
6. Line 114, column 66: document type does not allow element "IMG" here (explain...).
...ources/inherit.gif" ALT="extended by"><A HREF="../../java/awt/Panel.html" tit
^
7. Line 115, column 70: document type does not allow element "IMG" here (explain...).
..."../../resources/inherit.gif" ALT="extended by"><B>java.applet.Applet</B>
^
8. Line 1073, column 79: end tag for element "B" which is not open (explain...).
...lasses-noframe.html"><B>All Classes</B></A>');
^
9. Line 1073, column 83: end tag for element "A" which is not open (explain...).
...s-noframe.html"><B>All Classes</B></A>');
^
10. Line 1077, column 9: document type does not allow element "NOSCRIPT" here; missing
one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
<NOSCRIPT>
^
11. Line 1094, column 418: document type does not allow element "P" here; missing one
of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
...rounds, and working code examples. <p>Copyright 2003 Sun Microsystems, Inc. A
^
======================================================================
- duplicates
-
JDK-6851834 Javadoc doclet needs a structured approach to generate the output HTML.
- Closed