0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 19:25:19 +00:00
htmlpurifier/tests/HTMLPurifier/AttrDef/CSS
Edward Z. Yang d3abcb90e3 Rewrite CSS url() and font-family output logic.
The new logic is as follows:

* Given a URL to insert into url(), check that it is properly URL
  encoded (in particular, a doublequote and backslash never occurs
  within it) and then place it as url("http://example.com").

* Given a font name, if it is strictly alphanumeric, it is safe to omit
  quotes. Otherwise, wrap in double quotes and replace '"' with '\22 '
  (note trailing space) and '\' with '\5C ' (ditto).

We introduce expandCSSEscape() which is a hack for common parsing
idioms in CSS; this means that CSS escapes are now recognized inside
URLs as well as unquoted font names.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
2010-05-31 18:45:21 -07:00
..
AlphaValueTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
BackgroundPositionTest.php Fix bug in background-position with center keyword. 2010-05-05 15:08:57 -04:00
BackgroundTest.php Rewrite CSS url() and font-family output logic. 2010-05-31 18:45:21 -07:00
BorderTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
ColorTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
CompositeTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
FilterTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
FontFamilyTest.php Rewrite CSS url() and font-family output logic. 2010-05-31 18:45:21 -07:00
FontTest.php Rewrite CSS url() and font-family output logic. 2010-05-31 18:45:21 -07:00
ImportantDecoratorTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
LengthTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
ListStyleTest.php Rewrite CSS url() and font-family output logic. 2010-05-31 18:45:21 -07:00
MultipleTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
NumberTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
PercentageTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
TextDecorationTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
URITest.php Rewrite CSS url() and font-family output logic. 2010-05-31 18:45:21 -07:00