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 2017/10/30 09:24:38 UTC

[GitHub] Harbs opened a new issue #18: CSS Parsing Error on nth-child

Harbs opened a new issue #18: CSS Parsing Error on nth-child
URL: https://github.com/apache/royale-compiler/issues/18
 
 
   The following valid HTML CSS fails to compile:
   
   		@namespace "http://www.w3.org/1999/xhtml";
   		.DataItemRenderer:nth-child(even){
   			background-color: #f7f7f7;
   		}
   
   The only way I've found to include this CSS is in an externally linked CSS file.

----------------------------------------------------------------
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