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

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: Rebased once again to master, fixed layout test. 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 55b9b91c141eaa6a1feec7bda7313bed782644bf..a8b2a0d86e108bf1dec5f9ee130a13d7b05af278 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 custom_all
fs 2014/04/14 12:32:01 Could you perhaps try to make these less "custom"
Krzysztof Olczyk 2014/04/17 13:48:40 Done.
+nav-left custom_all
+nav-right custom_all
+nav-up custom_all
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