aharui commented on issue #25: [CSS] rgba is not valid in text-shadow
URL: https://github.com/apache/royale-compiler/issues/25#issuecomment-370925374
 
 
   In the JS output, some CSS is output twice.  Once in App.js as a data 
structure for ValuesManager/SimpleCSSValuesImpl and the other in App.css for 
the browser.  There is some logic that tries to not output certain CSS to 
App.css because it is not CSS compliant like all of the ClassReferences for 
beads.  But I think other styles are output twice.  So yes, for sure, the 
output in App.css should be CSS compliant and be rgba(0,0,0,0.70), but the 
output in App.js needs to be a valid array of values that the framework will 
handle correctly.  Converting rgba to hex seems ok in this case.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to