11 public $type =
'strictblockquote';
29 $result = parent::validateChildren($tokens_of_children,
$config, $context);
32 if (
$result ===
false)
return array();
35 $def =
$config->getHTMLDefinition();
53 $ret[] = $block_wrap_start;
60 if (isset($this->elements[
$token->name])) {
62 $ret[] = $block_wrap_end;
72 if ($is_inline)
$ret[] = $block_wrap_end;
78 $def =
$config->getHTMLDefinition();
81 $this->fake_elements = $def->info_content_sets[
'Flow'];
82 $this->fake_elements[
'#PCDATA'] =
true;