mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-05 13:47:24 +02:00
[3.0.0] Fully implement CSS extraction and cleaning. See NEWS for more information, it is now a Filter.
- Some Lexer things were moved around git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1469 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
6
NEWS
6
NEWS
@@ -18,8 +18,10 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|
||||
+ PHP4 reference/foreach cruft removed (in progress)
|
||||
! CSS properties are no case-insensitive
|
||||
! DefinitionCacheFactory now can register new implementations
|
||||
! <style> tags can now be extracted from input HTML using %HTML.ExtractStyleBlocks.
|
||||
These contents can be retrieved from $context->get('StyleBlocks');
|
||||
! New HTMLPurifier_Filter_ExtractStyleBlocks for extracting <style> from
|
||||
documents and cleaning their contents up. Requires the CSSTidy library
|
||||
<http://csstidy.sourceforge.net/>. You can access the blocks with the
|
||||
'StyleBlocks' Context variable ($purifier->context->get('StyleBlocks'))
|
||||
. Unit tests for Injector improved
|
||||
|
||||
2.1.3, released 2007-11-05
|
||||
|
Reference in New Issue
Block a user