-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b85
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141993 | emb-9 | Joe Wang | P3 | Resolved | Fixed | team |
The new ElementTraversal introduced a javadoc warning:
org\w3c\dom\ElementTraversal.java:57: warning - Tag @see: missing final '>': "<a href="http://www.w3.org/TR/ElementTraversal/"><cite>Element Traversal Specification</cite></a>."
Plus, the new feature needs to be added to the supported feature list so that DOMImplementation.hasFeature returns true when queried with feature name "ElementTraversal".
org\w3c\dom\ElementTraversal.java:57: warning - Tag @see: missing final '>': "<a href="http://www.w3.org/TR/ElementTraversal/"><cite>Element Traversal Specification</cite></a>."
Plus, the new feature needs to be added to the supported feature list so that DOMImplementation.hasFeature returns true when queried with feature name "ElementTraversal".
- backported by
-
JDK-8141993 ElementTraversal: javadoc warning; also, hasFeature shall return true
-
- Resolved
-
- relates to
-
JDK-8135283 DOM API update: Element Traversal Specification
-
- Resolved
-