You are here

protected static property TreeBuildingRules::$tags in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php \Masterminds\HTML5\Parser\TreeBuildingRules::tags

File

vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php, line 18

Class

TreeBuildingRules
Handles special-case rules for the DOM tree builder.

Namespace

Masterminds\HTML5\Parser

Code

protected static $tags = array(
  'li' => 1,
  'dd' => 1,
  'dt' => 1,
  'rt' => 1,
  'rp' => 1,
  'tr' => 1,
  'th' => 1,
  'td' => 1,
  'thead' => 1,
  'tfoot' => 1,
  'tbody' => 1,
  'table' => 1,
  'optgroup' => 1,
  'option' => 1,
);