0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 18:55:19 +00:00
Standards compliant HTML filter written in PHP. http://htmlpurifier.org
Go to file
2006-04-16 03:48:03 +00:00
benchmarks Condense benchmark output. 2006-04-16 01:09:32 +00:00
docs Add more info to the spec about CSS and start documenting status of each segment. 2006-04-15 02:28:43 +00:00
tests Add broken test cases for PureHTMLDefinition::makeWellFormed() 2006-04-16 03:48:03 +00:00
HTML_Generator.php Add HTML_Generator::generateFromTokens(). 2006-04-16 03:42:25 +00:00
HTML_Lexer.php Turn on entity parsing for the Lexers. Add PureHTMLDefinition and define removeForeignElements. 2006-04-16 03:00:05 +00:00
HTML_Purifier.php Standardize test-cases with the prefix Test_. Add framework for HTML_Purifier, its unit test will really only be for regression testing from integration issues. It's more important to test the components. 2006-04-16 03:39:39 +00:00
MarkupFragment.php Slightly alter tag hierarchy so that Empty doesn't inherit from Start. 2006-04-16 03:28:13 +00:00
PureHTMLDefinition.php Fix bug in HTML_Generator that resulted in extra spaces. PureHTMLDefinition now passes all tests. 2006-04-16 03:33:37 +00:00
tester.php Add HTML_Generator class and associated unit tests. 2006-04-16 03:27:40 +00:00