Package org.owasp.html
Class CssSchema.Property
- java.lang.Object
-
- org.owasp.html.CssSchema.Property
-
- Enclosing class:
- CssSchema
public static final class CssSchema.Property extends Object
Describes how CSS interprets tokens after the ":" for a property. For example, if the property name "color" maps to this, then it should record that '#' literals are innocuous colors, and that functions like "rgb", "rgba", "hsl", etc. are allowed functions.