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

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

Issue 2742253002: Move cursor property to be generated in ComputedStyleBase. (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 827310125007fe38a16729fdee86638235b65200..e4891290d1e31f2b489c53bafe9680a121eac3c8 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -924,6 +924,15 @@
api_methods: ["parseSingleValue"],
custom_all: true,
inherited: true,
+ field_template: "keyword",
+ keywords: [
+ "auto", "default", "none", "context-menu", "help", "pointer", "progress", "wait", "cell", "crosshair",
+ "text", "vertical-text", "alias", "copy", "move", "no-drop", "not-allowed", "e-resize", "n-resize",
+ "ne-resize", "nw-resize", "s-resize", "se-resize", "sw-resize", "w-resize", "ew-resize", "ns-resize",
+ "nesw-resize", "nwse-resize", "col-resize", "row-resize", "all-scroll", "zoom-in", "zoom-out",
+ "-webkit-grab", "-webkit-grabbing"
+ ],
+ initial_keyword: "auto",
},
{
name: "cx",

Powered by Google App Engine
This is Rietveld 408576698