Class CSSValueMultiProperty

  • All Implemented Interfaces:
    ICSSWriteable, ICSSMultiValue, ICSSValue

    @Immutable
    public class CSSValueMultiProperty
    extends Object
    implements ICSSMultiValue
    Represents a CSS value that has several property names, but only one value. This is e.g. if the property border-radius is used, as in this case also -moz-border-radius should be emitted (with the same value).
    For consistency issues,
    Author:
    Philip Helger