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

Unified Diff: Source/core/css/RuleFeature.cpp

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/CSSSelectorList.cpp ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/RuleFeature.cpp
diff --git a/Source/core/css/RuleFeature.cpp b/Source/core/css/RuleFeature.cpp
index a8df5fbbf23489e113dc80a03e65bd146958f110..1f78295d34d64d303f5964a131cc6047aa18f15e 100644
--- a/Source/core/css/RuleFeature.cpp
+++ b/Source/core/css/RuleFeature.cpp
@@ -116,7 +116,7 @@ static bool supportsClassDescendantInvalidation(const CSSSelector& selector)
} else if (!isSkippableComponentForInvalidation(*component)) {
return false;
}
- // FIXME: We can probably support ChildTree and DescendantTree.
+ // FIXME: We can probably support ShadowAll and ShadowDeep.
switch (component->relation()) {
case CSSSelector::Descendant:
case CSSSelector::Child:
« no previous file with comments | « Source/core/css/CSSSelectorList.cpp ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698