Home | History | Annotate | Download | only in parse-only

Lines Matching refs:compareDocumentPosition

1848 		return (this.contains) ? (this != el && this.contains(el)) : !!(this.compareDocumentPosition(el) & 16);