Pan Li created FLEX-35216:
-----------------------------
Summary: CSS selectors are not fully implemented
Key: FLEX-35216
URL: https://issues.apache.org/jira/browse/FLEX-35216
Project: Apache Flex
Issue Type: Improvement
Components: FlexJS
Affects Versions: Apache FlexJS 0.8.0
Reporter: Pan Li
quote from FlexJS SDK css impl:
" * The SimpleCSSValuesImpl class implements a minimal set of
CSS lookup rules that is sufficient for most applications.
It does not support attribute selectors or descendant selectors
or id selectors. It will filter on a custom -flex-flash
media query but not other media queries. It can be
replaced with other implementations that handle more complex
selector lookups."
here is full list
http://www.w3schools.com/cssref/css_selectors.asp
for example attributed based css selector isn't implemented yet
[attribute*=value] a[src*="abc"]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)