mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
Make note that this is HTML specific.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@233 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
61d977d09f
commit
a5ebf55d0e
@ -3,6 +3,15 @@
|
|||||||
require_once 'HTMLPurifier/AttrDef.php';
|
require_once 'HTMLPurifier/AttrDef.php';
|
||||||
require_once 'HTMLPurifier/AttrDef/Pixels.php';
|
require_once 'HTMLPurifier/AttrDef/Pixels.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Validates the HTML type length (not to be confused with CSS's length).
|
||||||
|
*
|
||||||
|
* This accepts integer pixels or percentages as lengths for certain
|
||||||
|
* HTML attributes. Don't use this for CSS: that's
|
||||||
|
* HTMLPurifier_AttrDef_CSSLength which requires prefixes and allows a lot
|
||||||
|
* more different types.
|
||||||
|
*/
|
||||||
|
|
||||||
class HTMLPurifier_AttrDef_Length extends HTMLPurifier_AttrDef_Pixels
|
class HTMLPurifier_AttrDef_Length extends HTMLPurifier_AttrDef_Pixels
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user