Package com.helger.css.property


package com.helger.css.property
  • Class
    Description
    Abstract base class for implementing ICSSProperty
    CSS properties with a dynamic number of entries.
    Contains the most commonly used CSS properties plus the available value ranges.
    Represents a color value
    CSS property that is a list of color values (e.g. border-color)
    CSS property that is either an enumeration or a decimal value without a unit (e.g. opacity)
    CSS property with a predefined list of possible values (e.g.
    CSS property that is either an enumeration or a color value (e.g.
    CSS property that is a list of either an enumeration or a color value (e.g.
    CSS property that is either an enumeration or a numeric value without a unit (e.g. z-index)
    CSS property that is either an enumeration or a numeric value (e.g.
    CSS property that is a list of either an enumeration or a numeric value (e.g.
    CSS property that is either an enumeration or a rectangle (e.g. clip)
    CSS property that is either an enumeration or a URL value (e.g.
    CSS property that is a list of enumeration entries (e.g. border-style)
    CSS property without any value constraints, except that it may not be empty.
    CSS property that is either an enumeration or a long value without a unit (e.g. flex-grow)
    CSS property that is a number (e.g. line-height)
    CSS property with a list of numbers (e.g. padding)
    CSS property that needs to be an URL
    Contains a list of most CSS property names.
    Source of Webkit property names: http://trac.webkit.org/export/0/trunk/Source/WebCore/css/CSSPropertyNames.in

    MS specific property names: http://msdn.microsoft.com/en-us/library/ie/hh772373%28v=vs.85%29.aspx
    http://blogs.msdn.com/b/ie/archive/2008/09/08/microsoft-css-vendor-extensions .aspx

    Mozilla specific property names: https://developer.mozilla.org/en/CSS_Reference/Mozilla_Extensions

    CSS 3.0: see ECSSSpecification
    Base interface for a single CSS property.