0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/library/HTMLPurifier/Strategy
Edward Z. Yang 965be3bd73 Add support for unrecognized elements in MakeWellFormed.
The MakeWellFormed strategy uses metadata from HTMLDefinition in order to
determine whether or not tokens need to be converted or tags need to be
auto-closed. While this functionality is good to have, it is by no means
essential, and MakeWellFormed should not error when this information is not
available.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
2008-07-05 03:11:29 -04:00
..
Composite.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Core.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
FixNesting.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
MakeWellFormed.php Add support for unrecognized elements in MakeWellFormed. 2008-07-05 03:11:29 -04:00
RemoveForeignElements.php [3.1.2] Implement comments when %HTML.Trusted is on. 2008-06-25 23:12:19 -04:00
ValidateAttributes.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00