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

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

Issue 2550343002: Move border-collapse to be generated in ComputedStyleBase (Closed)
Patch Set: Created 4 years 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 76b3e3b41858cc47cf4fe7617025bade64800f98..761861b370c37a48adf053bdb5fd130b77d5985c 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -183,7 +183,7 @@ border-bottom-left-radius interpolable, initial=initialBorderRadius, converter=c
border-bottom-right-radius interpolable, initial=initialBorderRadius, converter=convertRadius
border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle
border-bottom-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<unsigned>
-border-collapse inherited
+border-collapse inherited, keyword_only, keywords=[separate|collapse], initial_keyword=separate
border-image-outset interpolable, custom_all
border-image-repeat custom_all
border-image-slice interpolable, custom_all

Powered by Google App Engine
This is Rietveld 408576698