-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b168
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8179823 | 10 | Weijun Wang | P3 | Resolved | Fixed | b07 |
The file
src/java.security.jgss/share/classes/org/ietf/jgss/package.html
is showing up with 1 error when we generate the API documentation in HTML 5, using the javadoc -html5 option.
The error message is this:
[deleted]/jdk/src/java.security.jgss/share/classes/org/ietf/jgss/package.html:127: error: attribute not supported in HTML5: name
The line in question is this:
<a name=useSubjectCredsOnly></a>
For compatibility with both HTML 4 and HTML 5, the word "name" should be changed to "id".
src/java.security.jgss/share/classes/org/ietf/jgss/package.html
is showing up with 1 error when we generate the API documentation in HTML 5, using the javadoc -html5 option.
The error message is this:
[deleted]/jdk/src/java.security.jgss/share/classes/org/ietf/jgss/package.html:127: error: attribute not supported in HTML5: name
The line in question is this:
<a name=useSubjectCredsOnly></a>
For compatibility with both HTML 4 and HTML 5, the word "name" should be changed to "id".
- backported by
-
JDK-8179823 src/java.security.jgss/share/classes/org/ietf/jgss/package.html should be HTML5-friendly
-
- Resolved
-