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

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

Issue 17450016: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied code review suggestions. Also rebased. Created 6 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: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index f678f786847e561e734256548723dbfc8d6f74fb..1a5bd847366fa25eabf0f009f9ad2ccf6d744058 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -83,6 +83,10 @@ max-width type_name=Length, initial=initialMaxSize, converter=convertLengthMaxSi
min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizing
min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizing
mix-blend-mode type_name=blink::WebBlendMode, name_for_methods=BlendMode
+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 type_name=LengthPoint, initial=initialObjectPosition, converter=convertLengthPoint
opacity type_name=float

Powered by Google App Engine
This is Rietveld 408576698