26 $this->
addElement(
'basefont',
'Inline',
'Empty',
false, array(
32 $this->
addElement(
'center',
'Block',
'Flow',
'Common');
33 $this->
addElement(
'dir',
'Block',
'Required: li',
'Common', array(
34 'compact' =>
'Bool#compact'
36 $this->
addElement(
'font',
'Inline',
'Inline', array(
'Core',
'I18N'), array(
41 $this->
addElement(
'menu',
'Block',
'Required: li',
'Common', array(
42 'compact' =>
'Bool#compact'
45 $s = $this->
addElement(
's',
'Inline',
'Inline',
'Common');
46 $s->formatting =
true;
48 $strike = $this->
addElement(
'strike',
'Inline',
'Inline',
'Common');
49 $strike->formatting =
true;
51 $u = $this->
addElement(
'u',
'Inline',
'Inline',
'Common');
52 $u->formatting =
true;
56 $align =
'Enum#left,right,center,justify';
59 $address->content_model =
'Inline | #PCDATA | p';
60 $address->content_model_type =
'optional';
61 $address->child =
false;
64 $blockquote->content_model =
'Flow | #PCDATA';
65 $blockquote->content_model_type =
'optional';
66 $blockquote->child =
false;
69 $br->attr[
'clear'] =
'Enum#left,all,right,none';
72 $caption->attr[
'align'] =
'Enum#top,bottom,left,right';
75 $div->attr[
'align'] = $align;
78 $dl->attr[
'compact'] =
'Bool#compact';
80 for ($i = 1; $i <= 6; $i++) {
82 $h->attr[
'align'] = $align;
86 $hr->attr[
'align'] = $align;
87 $hr->attr[
'noshade'] =
'Bool#noshade';
88 $hr->attr[
'size'] =
'Pixels';
89 $hr->attr[
'width'] =
'Length';
92 $img->attr[
'align'] =
'Enum#top,middle,bottom,left,right';
93 $img->attr[
'border'] =
'Pixels';
94 $img->attr[
'hspace'] =
'Pixels';
95 $img->attr[
'vspace'] =
'Pixels';
101 $li->attr[
'type'] =
'Enum#s:1,i,I,a,A,disc,square,circle';
104 $ol->attr[
'compact'] =
'Bool#compact';
106 $ol->attr[
'type'] =
'Enum#s:1,i,I,a,A';
109 $p->attr[
'align'] = $align;
112 $pre->attr[
'width'] =
'Number';
117 $table->attr[
'align'] =
'Enum#left,center,right';
118 $table->attr[
'bgcolor'] =
'Color';
121 $tr->attr[
'bgcolor'] =
'Color';
124 $th->attr[
'bgcolor'] =
'Color';
125 $th->attr[
'height'] =
'Length';
126 $th->attr[
'nowrap'] =
'Bool#nowrap';
127 $th->attr[
'width'] =
'Length';
130 $td->attr[
'bgcolor'] =
'Color';
131 $td->attr[
'height'] =
'Length';
132 $td->attr[
'nowrap'] =
'Bool#nowrap';
133 $td->attr[
'width'] =
'Length';
136 $ul->attr[
'compact'] =
'Bool#compact';
137 $ul->attr[
'type'] =
'Enum#square,disc,circle';