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

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

Issue 1958073002: Introduce :-internal-shadow-host-has-appearance pseudo class, and apply it to METER element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove null host check Created 4 years, 7 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 | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/css/CSSSelector.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSSelector.h
diff --git a/third_party/WebKit/Source/core/css/CSSSelector.h b/third_party/WebKit/Source/core/css/CSSSelector.h
index 02d13bb89b38f6c11d21e93f5c1f0ba09d0ae0e0..d7a25a3b59aaa18a41b18d014606133067c018e7 100644
--- a/third_party/WebKit/Source/core/css/CSSSelector.h
+++ b/third_party/WebKit/Source/core/css/CSSSelector.h
@@ -193,7 +193,10 @@ public:
PseudoFullScreenAncestor,
PseudoInRange,
PseudoOutOfRange,
+ // Pseudo elements in UA ShadowRoots. Available in any stylesheets.
PseudoWebKitCustomElement,
+ // Pseudo elements in UA ShadowRoots. Availble only in UA stylesheets.
+ PseudoBlinkInternalElement,
PseudoCue,
PseudoFutureCue,
PseudoPastCue,
@@ -204,6 +207,7 @@ public:
PseudoShadow,
PseudoSpatialNavigationFocus,
PseudoListBox,
+ PseudoHostHasAppearance,
PseudoSlotted
};
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/css/CSSSelector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698