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

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8141993 ElementTraversal: javadoc warning; also, hasFeature shall return true

relates to

Enhancement - null JDK-8135283 DOM API update: Element Traversal Specification