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 |