OTOH, Flex CSS differs from W3C in several ways: 1) non-standard property names do not follow W3C naming rules 2) Some common properties like margins are not supported 3) Size properties (width height, etc) not supported 4) Flex uses gap which is not supported in W3C CSS 5) Attribute selectors not supported 6) Most media query rules not supported 7) Units other than px not supported
I'm hoping to get more of this working in FlexJS. On 6/7/13 2:14 AM, "christofer.d...@c-ware.de" <christofer.d...@c-ware.de> wrote: >Something I would certainly like to have woud be the ability to Import >other CSS files :-) > >Chris > >________________________________________ >Von: Justin Mclean [jus...@classsoftware.com] >Gesendet: Freitag, 7. Juni 2013 08:37 >An: dev@flex.apache.org >Betreff: Re: Thoughts about CSS and Flex > >Hi, > >> the CSS support in Flex is highly limited in its present state. > >What do you think it's missing? > >Flex 4 added a lot of advanced CSS support and it now supports class, >type, compound, id, descendant and pseudo selectors and media queries. > >http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf6288 >3-7ff2.html > >Thanks, >Justin