Class CSSValueMultiValue

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

@Immutable public class CSSValueMultiValue extends Object implements ICSSMultiValue
Represents a CSS value that has one property name, but 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 then display:inline-block; for FireFox 2.x specific support. (this specific example was removed in ph-css 6)
Author:
Philip Helger
  • Constructor Details

  • Method Details