Class CSSSupportsRule

All Implemented Interfaces:
ICSSTopLevelRule, ICSSSourceLocationAware, ICSSVersionAware, ICSSWriteable

@NotThreadSafe public class CSSSupportsRule extends AbstractHasTopLevelRules implements ICSSTopLevelRule, ICSSSourceLocationAware, ICSSVersionAware
Represents a single @supports rule: a list of style rules only valid when a certain declaration is available. See ECSSSpecification.CSS3_CONDITIONAL
Example:
@supports (transition-property: color) { div { color:red; } }
Author:
Philip Helger