carlosrovira commented on issue #648: Tasks to Reach 1.0
URL: https://github.com/apache/royale-asjs/issues/648#issuecomment-570389805
 
 
   About "Improved CSS Support":
   
   Here our compiler can accept some CSS legal selectors:
   
   - nth-child (reported by Pashmina in #644 
   - :not (reported in compiler: 
(https://github.com/apache/royale-compiler/issues/107)
   - @keyframe, is another CSS rule not supported that make compiler explode
   - Other selector listed here [1], breaks compiler too. Like 
`[attribute*=value]`
   
   I think people that try Royale 1.0, will soon starting to use CSS and will 
try rules like this with no doubt (thinking they will not do is simply not 
realistic), the same I tried, and will find Royale breaks in a loudly way, so 
we should try to support as much as we can. If we left this as is, we'll get a 
bad first good impression.
   
   [1] https://www.w3schools.com/cssref/css_selectors.asp

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


With regards,
Apache Git Services

Reply via email to