1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-02 12:21:09 +02:00

- Setup doctypes, auto properties, and work on making the interface more user-friendly

- Yet even more unit test for HTMLModuleManager
- Sample code in printDefinition for defining a new element
- Downgraded importances of HTMLModule->elements

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@762 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-02-18 05:29:19 +00:00
parent 7eb751b5f5
commit 9a99750474
5 changed files with 215 additions and 21 deletions

View File

@@ -27,10 +27,8 @@ class HTMLPurifier_HTMLModule
var $order;
/**
* List of elements that the module implements or substantially
* modifies, either through a new ElementDef or a modified
* content set that directly affects the element (if the element was
* removed or added from a content set).
* Informally, a list of elements this module changes. Not used in
* any significant way.
* @protected
*/
var $elements = array();