Class HTMLPurifier_AttrDef_HTML_FrameTarget

InheritanceHTMLPurifier_AttrDef_HTML_FrameTarget » HTMLPurifier_AttrDef_Enum » HTMLPurifier_AttrDef

Special-case enum attribute definition that lazy loads allowed frame targets

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$minimized Tells us whether or not an HTML attribute is minimized. HTMLPurifier_AttrDef
$required Tells us whether or not an HTML attribute is required. HTMLPurifier_AttrDef
$valid_values HTMLPurifier_AttrDef_HTML_FrameTarget

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$case_sensitive HTMLPurifier_AttrDef_HTML_FrameTarget

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
expandCSSEscape() Parses a possibly escaped CSS string and returns the "pure" version of it. HTMLPurifier_AttrDef
mungeRgb() Removes spaces from rgb(0, 0, 0) so that shorthand CSS properties work properly. THIS IS A HACK! HTMLPurifier_AttrDef

Property Details

$case_sensitive protected property
protected $case_sensitive false
$valid_values public property
public $valid_values false

Method Details

__construct() public method

public void __construct ( )
validate() public method

public bool|string validate ( $string, $config, $context )
$string string
$config HTMLPurifier_Config
$context HTMLPurifier_Context