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

Unified Diff: Source/core/css/CSSProperties.in

Issue 980233002: [svg2] Make 'cx', 'cy' and 'r' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/LayoutStyleCSSValueMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index 634030c2cf957f8a7ed683c9eddd5bbb81280eeb..ad98ac845c3fb56becc0cbc61e385165503164ed 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -155,6 +155,8 @@ content custom_all
counter-increment custom_all
counter-reset custom_all
cursor inherited, custom_all
+cx animatable, svg, converter=convertLength
+cy animatable, svg, converter=convertLength
display
dominant-baseline svg
empty-cells inherited, type_name=EEmptyCell
@@ -240,6 +242,7 @@ position
quotes inherited, converter=convertQuotes
resize custom_value
right animatable, initial=initialOffset, converter=convertLengthOrAuto
+r animatable, svg, converter=convertLength
rx animatable, svg, converter=convertLength
ry animatable, svg, converter=convertLength
scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/LayoutStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698