Public Attributes | |
| $node_name = 'meta' | |
| The name of this node, depending on its type. | |
| $always_render_closing_tag = false | |
| Whether the closing tag for this element should always be rendered in full instead of using shorthand notation. | |
Protected Attributes | |
| $must_be_empty = true | |
| Whether this node can contain children. | |
| $allows_text = false | |
| Whether this node can have text content. | |
Definition at line 197 of file misc.lib.php.
| AnewtXHTMLMeta::$node_name = 'meta' |
The name of this node, depending on its type.
Reimplemented from AnewtXMLDomNode.
Definition at line 199 of file misc.lib.php.
| AnewtXHTMLMeta::$always_render_closing_tag = false |
Whether the closing tag for this element should always be rendered in full instead of using shorthand notation.
This is needed for e.g. the script tag in XHTML because of browser imcompatibilities.
Reimplemented from AnewtXHTMLElement.
Definition at line 200 of file misc.lib.php.
1.5.9