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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyleConstants.h

Issue 1919813002: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
index 6d9f77bd11a168192ae360ce5984b8dab28b3256..df896544d42bfef012274b04aaeee872856eaedc 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -187,6 +187,9 @@ enum BackgroundEdgeOrigin { TopEdge, RightEdge, BottomEdge, LeftEdge };
// CSS Mask Source Types
enum EMaskSourceType { MaskAlpha, MaskLuminance };
+// CSS3 Directional Focus Navigation
+enum ENavigationTarget { Current = 0, Root = 1, TargetName = 2 };
fs 2016/05/18 15:55:05 No need to specify values here. It might be worth
+
// Deprecated Flexible Box Properties
enum EBoxPack { Start, Center, End, Justify };

Powered by Google App Engine
This is Rietveld 408576698