31 public $content_sets = array(
'Block' =>
'script | noscript',
'Inline' =>
'script | noscript');
55 $this->
info[
'noscript']->attr = array(0 => array(
'Common'));
56 $this->
info[
'noscript']->content_model =
'Heading | List | Block';
57 $this->
info[
'noscript']->content_model_type =
'required';
60 $this->
info[
'script']->attr = array(
65 $this->
info[
'script']->content_model =
'#PCDATA';
66 $this->
info[
'script']->content_model_type =
'optional';
67 $this->
info[
'script']->attr_transform_pre[] =
68 $this->
info[
'script']->attr_transform_post[] =
Structure that stores an HTML element definition.
XHTML 1.1 Scripting module, defines elements that are used to contain information pertaining to execu...
Represents an XHTML 1.1 module, with information on elements, tags and attributes.
Validates a keyword against a list of valid values.
Validates a URI as defined by RFC 3986.