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

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

Issue 2753013004: Apply SVG styles paint-order, stroke-linejoin, and stroke-linecap on DOM text
Patch Set: Apply SVG styles paint-order, stroke-linejoin, and stroke-linecap on DOM text 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 d7fb4e8c417e3e8577d94d47ab2553e190891d28..4b693f3f65db5d5f969014cd6bfcf50f3e0ce620 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1499,7 +1499,6 @@
api_methods: ["parseSingleValue"],
converter: "convertPaintOrder",
inherited: true,
- svg: true,
},
{
name: "perspective",
@@ -1694,14 +1693,12 @@
name: "stroke-linecap",
inherited: true,
name_for_methods: "CapStyle",
- svg: true,
type_name: "LineCap",
},
{
name: "stroke-linejoin",
inherited: true,
name_for_methods: "JoinStyle",
- svg: true,
type_name: "LineJoin",
},
{
@@ -1729,7 +1726,6 @@
converter: "convertUnzoomedLength",
inherited: true,
interpolable: true,
- svg: true,
},
{
name: "table-layout",

Powered by Google App Engine
This is Rietveld 408576698