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

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

Issue 2704343003: Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Cleanup 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 73271fe786b04e387c9f1bf8dfe97a075666dd89..6e3b3b31c845c0abe1c1fca65f161f842db835ee 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1617,10 +1617,10 @@
custom_all: true,
},
{
- name: "snap-height",
+ name: "line-height-step",
meade_UTC10 2017/03/06 02:40:20 This should be in alphabetical order. Would you mi
kojii 2017/03/06 03:05:55 Done.
api_class: true,
api_methods: ["parseSingleValue"],
- custom_all: true,
+ converter: "convertComputedLength<uint8_t>",
inherited: true,
runtime_flag: "CSSSnapSize",
},

Powered by Google App Engine
This is Rietveld 408576698