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

Unified Diff: Source/core/css/CSSSelector.h

Issue 183803016: Rename ^ and ^^ combinator to /shadow-all/ and /shadow-deep/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | « Source/core/css/CSSGrammar.y ('k') | Source/core/css/CSSSelector.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSSelector.h
diff --git a/Source/core/css/CSSSelector.h b/Source/core/css/CSSSelector.h
index b7a1ab1465fa61314453eff1b3ca7bde1f1240a3..8da0113994bd4b4daf412b437490551dfde72291 100644
--- a/Source/core/css/CSSSelector.h
+++ b/Source/core/css/CSSSelector.h
@@ -129,9 +129,10 @@ namespace WebCore {
IndirectAdjacent, // ~ combinator
SubSelector, // "No space" combinator
ShadowPseudo, // Special case of shadow DOM pseudo elements
- // FIXME: rename ChildTree and DescendantTree when the spec for this is written down.
- ChildTree, // ^ operator for shadow DOM
- DescendantTree // ^^ operator for shadow DOM
+ // FIXME: implement named combinator and replace the following /shadow/, /shadow-all/ and
+ // /shadow-deep/ with named combinator's implementation.
+ ShadowAll,
+ ShadowDeep
};
enum PseudoType {
« no previous file with comments | « Source/core/css/CSSGrammar.y ('k') | Source/core/css/CSSSelector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698