Class HTMLPurifier_Filter_ExtractStyleBlocks

extends HTMLPurifier_Filter

This filter extracts <style> blocks from input HTML, cleans them up using CSSTidy, and then places them in $purifier->context->get('StyleBlocks') so they can be used elsewhere in the document.

Methods
Methods inherited from HTMLPurifier_Filter
postFilter()
Properties