0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/library/HTMLPurifier/AttrTransform
Edward Z. Yang 4d612d5a77 Improve handling of malformed object parameters.
When specifying source material for <object> tags, you must use
data inside the object tag as well as specify movie in a param.
If you specify a src (which is the appropriate markup for <embed>)
we now convert and fill in the other attributes appropriately.

Also, fix a PHP warning in Generator code.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
2010-03-09 17:29:38 -05:00
..
Background.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
BdoDir.php Convert all to new configuration get/set format. 2009-02-21 03:00:34 -05:00
BgColor.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
BoolToCSS.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Border.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
EnumToCSS.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
ImgRequired.php Truncate alt text from src if it's too long. 2010-03-08 01:22:21 -05:00
ImgSpace.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Input.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Lang.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Length.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Name.php Implement %HTML.Attr.Name.UseCDATA which relaxes name validation rules. 2009-03-20 19:34:38 -04:00
NameSync.php Make name="" and id="" play nicely together. 2009-02-21 02:58:30 -05:00
SafeEmbed.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
SafeObject.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
SafeParam.php Improve handling of malformed object parameters. 2010-03-09 17:29:38 -05:00
ScriptRequired.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Textarea.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00