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

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

Issue 2815033002: Split initial methods of left/right/top/bottom on ComputedStyle. (Closed)
Patch Set: 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/style/ComputedStyle.h » ('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 77e1a944f3d657fcaff8169d141a85989aaa239f..1c35bc3d8879e794d398ef938e4a69e1847bac2d 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -790,7 +790,6 @@
api_class: "CSSPropertyAPIMargin",
api_methods: ["parseSingleValue"],
converter: "ConvertLengthOrAuto",
- initial: "InitialOffset",
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
@@ -1193,7 +1192,6 @@
api_class: "CSSPropertyAPIMargin",
api_methods: ["parseSingleValue"],
converter: "ConvertLengthOrAuto",
- initial: "InitialOffset",
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
@@ -1593,7 +1591,6 @@
api_class: "CSSPropertyAPIMargin",
api_methods: ["parseSingleValue"],
converter: "ConvertLengthOrAuto",
- initial: "InitialOffset",
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
@@ -1912,7 +1909,6 @@
api_class: "CSSPropertyAPIMargin",
api_methods: ["parseSingleValue"],
converter: "ConvertLengthOrAuto",
- initial: "InitialOffset",
interpolable: true,
keywords: ["auto"],
supports_percentage: true,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698