42 $this->
addElement(
'dl',
'List',
'Required: dt | dd',
'Common');
44 $this->
addElement(
'li',
false,
'Flow',
'Common');
46 $this->
addElement(
'dd',
false,
'Flow',
'Common');
47 $this->
addElement(
'dt',
false,
'Inline',
'Common');
Definition for list containers ul and ol.
addElement($element, $type, $contents, $attr_includes=array(), $attr=array())
Convenience function that sets up a new element.
Create styles array
The data for the language used.
Represents an XHTML 1.1 module, with information on elements, tags and attributes.
XHTML 1.1 List Module, defines list-oriented elements.