0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/library/HTMLPurifier/AttrDef
2006-08-11 20:23:41 +00:00
..
Class.php Refactor unit tests so that abstract test cases are now called Harnesses and AttrDef tests use their harness's assertDef() function, which enforces type much better. Also fixed a few bugs. 2006-08-05 00:30:31 +00:00
Enum.php Refactor unit tests so that abstract test cases are now called Harnesses and AttrDef tests use their harness's assertDef() function, which enforces type much better. Also fixed a few bugs. 2006-08-05 00:30:31 +00:00
ID.php Revamp Configuration classes, breaking backwards configuration compatibility (not that there was much to broken to begin with). Fix bug involving PHP 4 object typecasting. 2006-08-11 20:23:41 +00:00
Lang.php Implement lang and xml:lang. Fixed a bunch of bugs too. 2006-08-05 01:50:13 +00:00
Length.php AttrDef_Length implemented. Reuses a bit of stuff from Pixel. 2006-08-06 01:30:54 +00:00
MultiLength.php Implement MultiLength. 2006-08-06 01:41:18 +00:00
NumberSpan.php Add NumberSpan definition (non-DTD, but applies to enough to be useful). All widely used non-deprecated attributes have been implemented (except for rel/rev, but that's tricky). Add note about quirky COL handling and possible implementation of a workaround. 2006-08-06 03:58:48 +00:00
Pixels.php Implement Pixels attribute definition. 2006-08-06 01:03:48 +00:00
Text.php Refactor unit tests so that abstract test cases are now called Harnesses and AttrDef tests use their harness's assertDef() function, which enforces type much better. Also fixed a few bugs. 2006-08-05 00:30:31 +00:00