Class HTMLPurifier_AttrDef_CSS_Multiple
Framework class for strings that involve multiple values.
Certain CSS properties such as border-width and margin allow multiple lengths to be specified. This class can take a vanilla border-width definition and multiply it, usually into a max of four.
- HTMLPurifier_AttrDef
- HTMLPurifier_AttrDef_CSS_Multiple
Note:
Even though the CSS specification isn't clear about it, inherit can only be used
alone: it will never manifest as part of a multi shorthand declaration. Thus,
this class does not allow inherit.
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
public
|
|
public
boolean|string
|
expandCSSEscape(),
make(),
mungeRgb(),
parseCDATA()
|
public
mixed
|
$single |
|
#
Instance of component definition to defer validation to. |
public
mixed
|
$max |
|
#
Max number of values allowed. |
$minimized,
$required
|