4 * XHTML 1.1 Object Module, defines elements for generic object inclusion
5 * @warning Users will commonly use <embed> to cater to legacy browsers: this
6 * module does not allow this sort of behavior
8 class HTMLPurifier_HTMLModule_Object
extends HTMLPurifier_HTMLModule
13 public $name = 'Object';
21 * @param HTMLPurifier_Config $config
23 public function setup($config)
28 'Optional: #PCDATA | Flow | param',
36 'declare' => 'Bool#declare',
40 'tabindex' => 'Number',
41 'type' => 'ContentType',
56 'valuetype' => 'Enum#data,ref,object'