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

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

Issue 1909233002: Spec-compliant parsing and initial values for 'orphans' and 'widows'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some unit tests had non-conformant widphans assumptions too. Created 4 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: 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 f7e42e1c092bc9873ef6c87058b4158c2e0a7b98..2f0aa4d7ce394818232369cf72c09b69d56622b1 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -250,7 +250,7 @@ object-fit type_name=ObjectFit
object-position interpolable, converter=convertPosition
opacity interpolable, type_name=float
order type_name=int
-orphans interpolable, inherited, type_name=short, custom_all
+orphans interpolable, inherited, type_name=short
outline-color interpolable, custom_all
outline-offset interpolable, converter=convertComputedLength<int>
outline-style custom_all
@@ -400,7 +400,7 @@ column-width interpolable, converter=convertComputedLength<float>, custom_all
-webkit-user-modify inherited
-webkit-user-select inherited
white-space inherited
-widows interpolable, inherited, type_name=short, custom_all
+widows interpolable, inherited, type_name=short
width interpolable, initial=initialSize, converter=convertLengthSizing, typedom_types=[Length], keywords=[auto], supports_percentage
will-change custom_all
word-break inherited

Powered by Google App Engine
This is Rietveld 408576698