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

- More TODO items

- Update comments

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1549 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-02-11 00:27:35 +00:00
parent 65d0e1fdfe
commit bf6de96bd0
10 changed files with 35 additions and 38 deletions

View File

@@ -1,8 +1,5 @@
<?php
// this definition and its modules MUST NOT define configuration directives
// outside of the HTML or Attr namespaces
/**
* Definition of the purified HTML that describes allowed children,
* attributes, and many other things.
@@ -22,6 +19,9 @@
*
* @note This class is inspected by Printer_HTMLDefinition; please
* update that class if things here change.
*
* @warning Directives that change this object's structure must be in
* the HTML or Attr namespace!
*/
class HTMLPurifier_HTMLDefinition extends HTMLPurifier_Definition
{