Loading... (original) (raw)
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 '>': "Element Traversal Specification."
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