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

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

Issue 2841353002: Split initial methods of (/max/min)(width/height) on ComputedStyle. (Closed)
Patch Set: gco rename-style-box && gut Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 3df68f37636cd70ea447a3de8869e14296ff2103..095545cfdecc2f9df3b47ea774da402475d68cd5 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1152,7 +1152,6 @@
api_class: "CSSPropertyAPIWidthOrHeight",
converter: "ConvertLengthSizing",
is_descriptor: true,
- initial: "InitialSize",
interpolable: true,
keywords: ["auto", "fit-content", "min-content", "max-content"],
supports_percentage: true,
@@ -1363,14 +1362,12 @@
name: "max-height",
converter: "ConvertLengthMaxSizing",
is_descriptor: true,
- initial: "InitialMaxSize",
interpolable: true,
},
{
name: "max-width",
converter: "ConvertLengthMaxSizing",
is_descriptor: true,
- initial: "InitialMaxSize",
interpolable: true,
},
{
@@ -1378,7 +1375,6 @@
api_class: "CSSPropertyAPIWidthOrHeight",
converter: "ConvertLengthSizing",
is_descriptor: true,
- initial: "InitialMinSize",
interpolable: true,
},
{
@@ -1386,7 +1382,6 @@
api_class: "CSSPropertyAPIWidthOrHeight",
converter: "ConvertLengthSizing",
is_descriptor: true,
- initial: "InitialMinSize",
interpolable: true,
},
{
@@ -2451,7 +2446,6 @@
api_class: "CSSPropertyAPIWidthOrHeight",
converter: "ConvertLengthSizing",
is_descriptor: true,
- initial: "InitialSize",
interpolable: true,
keywords: ["auto", "fit-content", "min-content", "max-content"],
supports_percentage: true,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698