Class HTMLPurifier_TagTransform
Defines a mutation of an obsolete tag into a valid tag.
abstract public
|
#
transform(
Transforms the obsolete tag into the valid tag. |
protected
|
#
prependCSS( array & $attr, string $css )
Prepends CSS properties to the style attribute, creating the attribute if it doesn't exist. |
public
mixed
|
$transform_to |
|
#
Tag name to transform the tag to. |