HTMLPurifier Filter Options

Currently this is for brainstorming out filter options, in the future it will be a documentation page

Created by: Will, Last modification: 24 May 2007 (13:59 UTC) by WaterDragon

White Space Filtering

These are some scenarios we might filter for. What we do to them is open to debate:

<?php
<p></p>, <p><br /></p>, <p> </p>, <p> </p>, etc
?>


<?php
</p><br /><p>, </p><br /><br /><p>, </p><br /><br /><br /><p>,
?>


<?php
<br /><br />Text...
?>


<?php
Text
...
<
br />
<
br />
?>