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

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

Issue 212513002: :host-context should support functional notation only. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added test for invalid :host-context. Created 6 years, 9 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/hostcontext-pseudo-class-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSSelector.cpp
diff --git a/Source/core/css/CSSSelector.cpp b/Source/core/css/CSSSelector.cpp
index a4b72546d93e81676e22b81b627371a17ec57635..11cc036f7e44648637bbf644096fa876c1bf0af6 100644
--- a/Source/core/css/CSSSelector.cpp
+++ b/Source/core/css/CSSSelector.cpp
@@ -354,7 +354,6 @@ const static NameToPseudoStruct pseudoTypeMap[] = {
{"unresolved", CSSSelector::PseudoUnresolved},
{"host", CSSSelector::PseudoHost},
{"host(", CSSSelector::PseudoHost},
-{"host-context", CSSSelector::PseudoHostContext},
{"host-context(", CSSSelector::PseudoHostContext},
{"content", CSSSelector::PseudoContent},
};
« no previous file with comments | « LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698