Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(866)

Unified Diff: Source/core/dom/Node.idl

Issue 21123005: Node.contains should return true for nodes in Shadow DOM. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/shadow/contains-with-shadow-dom.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.idl
diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
index b14d4f74e3c9a304be2258d8afff60c22bb49c46..6f419fa7f8104e41fe5a65f99520c02c60fe6858 100644
--- a/Source/core/dom/Node.idl
+++ b/Source/core/dom/Node.idl
@@ -91,7 +91,7 @@
unsigned short compareDocumentPosition([Default=Undefined] optional Node other);
// Introduced in DOM4
- boolean contains([Default=Undefined] optional Node other);
+ [ImplementedAs=containsIncludingShadowDOM] boolean contains([Default=Undefined] optional Node other);
esprehn 2013/07/30 00:29:13 This is not right, containsIncludingShadowDOM walk
// IE extensions
[PerWorldBindings] readonly attribute Element parentElement;
« no previous file with comments | « LayoutTests/fast/dom/shadow/contains-with-shadow-dom.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698