From 66c0407bef5ffe4498e196fb98de3688349a749f Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Fri, 14 Dec 2007 01:12:40 +0000 Subject: [PATCH] Add extractStyleBlocks.php smoketest, also add some neat new functionality to TODO. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1471 48356398-32a2-884e-a903-53898d9a118a --- TODO | 4 ++ smoketests/extractStyleBlocks.php | 69 +++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 smoketests/extractStyleBlocks.php diff --git a/TODO b/TODO index 07e23564..4061512a 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,10 @@ afraid to cast your vote for the next feature to be implemented! 3.0 release [Go PHP5!] - Convert all &$context calls to $context, as PHP5 passes objects by value + - Allow extracted CSS blocks to have a bounding selector prepended to all + of their declarations. There are two types: a global type and a HTML5 + scoped type. This will allow for + + + +

Extract Style Blocks

+

+ This smoketest allows users to specify global style sheets for the + document, allowing for interesting techniques and compact markup + that wouldn't normally be possible, using the ExtractStyleBlocks filter. +

+

+ User submitted content: +

+
+ +
+
+ + +
+ + \ No newline at end of file