yishayw commented on issue #835:
URL: https://github.com/apache/royale-asjs/issues/835#issuecomment-629605976


   I think for emulation we should probably go with 12 like Flex. At least the 
app I'm porting would expect that.
   
   Interesting that the below code works for IE, i.e. global selector is 
effective. I'll see if I can figure out the difference with the Royale code I 
posted above.
   
   ```
   <!DOCTYPE html>
   <html>
   <head>
   <style>
        * {
                font-size: 18px;
                font-family: Arial;
        }
   </style>
   </head>
   <body>
        <span>Hello</span>
   </body>
   </html>
   
   ```


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


Reply via email to