Class CSSValueList

java.lang.Object
com.helger.css.propertyvalue.CSSValueList
All Implemented Interfaces:
ICSSWriteable, ICSSMultiValue, ICSSValue

@Immutable public class CSSValueList extends Object implements ICSSMultiValue
Represents a CSS value that has both different property names and multiple different values. This is e.g. if the property display is used with the value inline-block than the result coding should first emit display:-moz-inline-block; and them display:inline-block; for FireFox 2.x specific support.
Author:
Philip Helger