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

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

Issue 2639303004: Implements CSSPropertyAPI for the fragmentation element properties. (Closed)
Patch Set: Rebase 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 9e50dfeab3bd56d3e84d46829b4be0eb27517f22..6959e1a679d26d0fb9b88656a4b8d8291e3da2b2 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1391,6 +1391,8 @@
},
{
name: "orphans",
+ api_class: "CSSPropertyAPIFragmentation",
+ api_methods: ["parseSingleValue"],
inherited: true,
interpolable: true,
type_name: "short",
@@ -2021,6 +2023,8 @@
"-webkit-box-lines",
{
name: "-webkit-box-ordinal-group",
+ api_class: "CSSPropertyAPIFragmentation",
+ api_methods: ["parseSingleValue"],
type_name: "unsigned int",
},
"-webkit-box-orient",
@@ -2324,6 +2328,8 @@
},
{
name: "widows",
+ api_class: "CSSPropertyAPIFragmentation",
+ api_methods: ["parseSingleValue"],
inherited: true,
interpolable: true,
type_name: "short",
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698