mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-31 03:10:09 +02:00
feat: Add CSS direction support (#429)
This commit is contained in:
@@ -13,6 +13,8 @@ class HTMLPurifier_AttrDef_CSSTest extends HTMLPurifier_AttrDefHarness
|
||||
{
|
||||
// regular cases, singular
|
||||
$this->assertDef('text-align:right;');
|
||||
$this->assertDef('direction:ltr;');
|
||||
$this->assertDef('direction:rtl;');
|
||||
$this->assertDef('border-left-style:solid;');
|
||||
$this->assertDef('border-style:solid dotted;');
|
||||
$this->assertDef('clear:right;');
|
||||
|
Reference in New Issue
Block a user