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

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: Review fixes, rebase, added more tests, made Style Navigation Data refcounted. Created 6 years, 3 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 3f9c61e8957f37ad9bc46eff0531d5136c3a8495..85334e9c6d7ecb82b7401bcec9b2230815faddbd 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -212,6 +212,10 @@ max-width animatable, initial=initialMaxSize, converter=convertLengthMaxSizing
min-height animatable, initial=initialMinSize, converter=convertLengthSizing
min-width animatable, initial=initialMinSize, converter=convertLengthSizing
mix-blend-mode runtime_flag=CSSCompositing, 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 animatable, converter=convertLengthPoint
opacity animatable, type_name=float

Powered by Google App Engine
This is Rietveld 408576698