0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/tests/HTMLPurifier/AttrDef
2006-09-04 23:01:47 +00:00
..
BorderTest.php De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes. 2006-08-31 20:33:07 +00:00
ClassTest.php Add case sensitivity test. 2006-08-05 19:52:30 +00:00
ColorTest.php Basic color keywords translated into hexadecimal values. 2006-08-27 00:35:57 +00:00
CompositeTest.php Add slight documentation to CompositeTest.php 2006-08-13 21:35:06 +00:00
CSSLengthTest.php Add CSSLength support, and roll out to all applicable styles. 2006-08-13 23:08:38 +00:00
CSSTest.php [1.0.1] Fixed rejection of inline style declarations that had lots of extra space in them. This manifested in TinyMCE. 2006-09-04 23:01:47 +00:00
EnumTest.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
FontFamilyTest.php Commit FontFamily implementation. It's a little flaky, but should be reasonable for 99% of all fonts. 2006-08-16 17:25:25 +00:00
FontTest.php De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes. 2006-08-31 20:33:07 +00:00
HostTest.php Commit IPv6 fix, with majoring factoring out. Thank you Feyd! 2006-08-17 01:05:35 +00:00
IDTest.php Generalize IDAccumulator into AttrContext. Modify tests and classes accordingly. Also, this allows us to make the validate() parameters uniform among all AttrDef subclasses. 2006-08-12 16:04:40 +00:00
IntegerTest.php Fix bug: number spans should not allow zero as a value. This required augmenting HTMLPurifier/AttrDef/Integer.php to have a richer negative/zero/positive specification interface that can be extrapolated to Number and friends. 2006-08-25 02:48:49 +00:00
IPv4Test.php Commit IPv6 fix, with majoring factoring out. Thank you Feyd! 2006-08-17 01:05:35 +00:00
IPv6Test.php Commit IPv6 fix, with majoring factoring out. Thank you Feyd! 2006-08-17 01:05:35 +00:00
LangTest.php Implement lang and xml:lang. Fixed a bunch of bugs too. 2006-08-05 01:50:13 +00:00
LengthTest.php Bugfix: Fix include typo. 2006-08-06 01:38:47 +00:00
ListStyleTest.php De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes. 2006-08-31 20:33:07 +00:00
MultiLengthTest.php Implement MultiLength. 2006-08-06 01:41:18 +00:00
MultipleTest.php Commit Multiple AttrDef, forms scaffolding for a few more CSS properties. 2006-08-16 00:34:37 +00:00
NumberTest.php Add CSSLength support, and roll out to all applicable styles. 2006-08-13 23:08:38 +00:00
PercentageTest.php Add Percentage, and font-size (not all styles fully realized yet though). 2006-08-14 02:08:45 +00:00
PixelsTest.php AttrDef_Length implemented. Reuses a bit of stuff from Pixel. 2006-08-06 01:30:54 +00:00
TextDecorationTest.php Commit text-decoration implementation. 2006-08-16 15:12:48 +00:00
TextTest.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
URITest.php [1.1.0] Made URI validator more forgiving: will ignore leading and trailing quotes, apostrophes and less than or greater than signs. 2006-09-04 02:31:27 +00:00