[ https://issues.apache.org/jira/browse/FLEX-35091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283656#comment-15283656 ]
Olaf Krüger commented on FLEX-35091: ------------------------------------ I've just test the 'margin' property, same result... compiler adds commas as separators wich is not supported: http://www.w3schools.com/css/css_margin.asp As I understand there exist 'css properties with comma separates values' as well as 'css properties with whitespace separated values'. I don't know anything about the compiler. Is it necessary to check the complete 'style transpilation source code' against the correct css3 syntax? Thanks, Olaf > Style 'box-shadow': Compiler wrongly adds commas as separators between values > ----------------------------------------------------------------------------- > > Key: FLEX-35091 > URL: https://issues.apache.org/jira/browse/FLEX-35091 > Project: Apache Flex > Issue Type: Bug > Components: FlexJS > Affects Versions: Apache FlexJS 0.7.0 > Environment: WIndows 7 64bit, FB 4.7 > Reporter: Olaf Krüger > Fix For: Apache FlexJS 0.7.0 > > > MXML: > .testStyle{ > box-shadow: 5px 5px 5px #888; > } > Transpiled Code: > .testStyle{ > box-shadow: 5px, 5px, 5px, #888; > } > @See: > http://www.w3schools.com/cssref/css3_pr_box-shadow.asp -- This message was sent by Atlassian JIRA (v6.3.4#6332)