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

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

Issue 2844083005: Generate enum/getters/setters/mappings for box-decoration-break. (Closed)
Patch Set: Rebase Created 3 years, 7 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.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 10271d03c7b086d7c2aa4dbbfc9584885574c7eb..c39d2cf6d5c0a28e18ccbcd47b5f89f098f9024f 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -2180,7 +2180,13 @@
name: "-webkit-box-align",
type_name: "EBoxAlignment",
},
- "-webkit-box-decoration-break",
+ {
+ name: "-webkit-box-decoration-break",
+ field_template: "keyword",
+ field_group: "box",
+ keywords: ["slice", "clone"],
+ default_value: "slice",
+ },
{
name: "-webkit-box-direction",
independent: true,

Powered by Google App Engine
This is Rietveld 408576698