[3.0.0] <style> tags can now be extracted from input HTML using %HTML.ExtractStyleBlo...
commit831f552ec5b60ae9b8bd42b652629000da861d33
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 12 Dec 2007 03:29:12 +0000 (12 03:29 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 12 Dec 2007 03:29:12 +0000 (12 03:29 +0000)
tree0f4b342c213b7148d8215f1e3ed7f173bca794ec
parent54b37674f175bcdf39d855c034876793991120ed
[3.0.0] <style> tags can now be extracted from input HTML using %HTML.ExtractStyleBlocks. These contents can be retrieved from $context->get('StyleBlocks');

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1468 48356398-32a2-884e-a903-53898d9a118a
NEWS
library/HTMLPurifier/Lexer.php
library/HTMLPurifier/Lexer/DOMLex.php
tests/HTMLPurifier/LexerTest.php