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

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

Issue 2736043002: Re-land Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Fix core/BUILD.gn Created 3 years, 9 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 d7cbdf534e3719deeb03bca63b70674bc6f5b83d..b757ad5eb6366663f90baa79601a617cbf2e3691 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1170,6 +1170,14 @@
interpolable: true,
},
{
+ name: "line-height-step",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
+ converter: "convertComputedLength<uint8_t>",
+ inherited: true,
+ runtime_flag: "CSSSnapSize",
+ },
+ {
name: "list-style-image",
api_class: "CSSPropertyAPIImage",
api_methods: ["parseSingleValue"],
@@ -1617,14 +1625,6 @@
custom_all: true,
},
{
- name: "snap-height",
- api_class: true,
- api_methods: ["parseSingleValue"],
- custom_all: true,
- inherited: true,
- runtime_flag: "CSSSnapSize",
- },
- {
name: "speak",
inherited: true,
},

Powered by Google App Engine
This is Rietveld 408576698