You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/03/06 12:41:24 UTC

[GitHub] carlosrovira commented on issue #25: [CSS] rgba is not valid in text-shadow

carlosrovira commented on issue #25: [CSS] rgba is not valid in text-shadow
URL: https://github.com/apache/royale-compiler/issues/25#issuecomment-370769183
 
 
   some more info from console compilation:
   
   /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/JewelExample/target/javascript/bin/js-debug/App.js
   end of list of source files
   Mar 06, 2018 1:34:31 PM com.google.javascript.jscomp.LoggerErrorManager println
   GRAVE: /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/JewelExample/target/javascript/bin/js-debug/App.js:579: ERROR - Parse error. ',' expected
   this["textShadow"] = [0.0, -1.0, 0.0, unexpected value type: rgba(0,0,0,0.70)];
                                                    ^
   
   IT seems the problem is that when parse, it expects a "," but I think is getting a "." from the "0.70". This is a problem in the CSS Lexer/Parser?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services