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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.in

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/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index 686b0be7fc4521c2055c7e60e315b566f55573f9..89698045ed64ab0719538ca3b03d40f10820b14b 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -245,6 +245,10 @@ mix-blend-mode runtime_flag=CSSCompositing, type_name=blink::WebBlendMode, name_
motion-offset interpolable, converter=convertLength
motion-path converter=convertPathOrNone
motion-rotation interpolable, converter=convertMotionRotation
+nav-down type_name=StyleNavigationValue, initial=initialStyleNavigation, converter=convertStyleNavigationValue
+nav-left type_name=StyleNavigationValue, initial=initialStyleNavigation, converter=convertStyleNavigationValue
+nav-right type_name=StyleNavigationValue, initial=initialStyleNavigation, converter=convertStyleNavigationValue
+nav-up type_name=StyleNavigationValue, initial=initialStyleNavigation, converter=convertStyleNavigationValue
object-fit type_name=ObjectFit
object-position interpolable, converter=convertPosition
opacity interpolable, type_name=float

Powered by Google App Engine
This is Rietveld 408576698