Chromium Code Reviews

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

Issue 330913005: Fix inheritance of baseline-shift <length> values (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index ef861db7d1347354b954694e785b13546a2b465c..44f727b2a4a854d50e58c428c853f163e157683b 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -277,7 +277,7 @@ transform-style name_for_methods=TransformStyle3D
-webkit-writing-mode custom_value
alignment-baseline svg
-baseline-shift svg, custom_value
+baseline-shift svg, custom_inherit, custom_value
buffered-rendering svg
clip-path svg, type_name=String, name_for_methods=ClipperResource, converter=convertFragmentIdentifier
clip-rule svg, type_name=WindRule

Powered by Google App Engine